index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-03
virtio-9p: Add a virtio 9p device to qemu
Anthony Liguori
10
-1
/
+1042
2010-05-03
virtio-9p: Create a commandline option -fsdev
Gautham R Shenoy
9
-1
/
+242
2010-05-03
virtio-serial: Fix check for 'assert'; prevent NULL derefs
Amit Shah
1
-1
/
+1
2010-05-03
Fix the RARP protocol ID
Stefan Berger
1
-1
/
+1
2010-05-03
Fix tiny leak in qemu_opts_parse
Jan Kiszka
1
-2
/
+2
2010-05-03
lsi: Properly initialize controller state on reset
Jan Kiszka
1
-2
/
+8
2010-05-03
lsi: Purge request queue on soft reset
Jan Kiszka
1
-0
/
+11
2010-05-03
Fix boot once option
Alex Williamson
1
-0
/
+7
2010-05-03
vnc: split encoding in specific files
Corentin Chary
6
-211
/
+300
2010-05-03
vnc: Fix compile error on x86_64 with -D_VNC_DEBUG=1
Corentin Chary
1
-1
/
+2
2010-05-03
Merge remote branch 'kwolf/for-anthony' into HEAD
Anthony Liguori
28
-494
/
+843
2010-05-03
Merge remote branch 'qemu-kvm/uq/master' into HEAD
Anthony Liguori
7
-20
/
+166
2010-05-03
block: Release allocated options after bdrv_open
Jan Kiszka
1
-0
/
+1
2010-05-03
qemu-img rebase: Fix output image corruption
Kevin Wolf
1
-3
/
+3
2010-05-03
block: Add wr_highest_sector blockstat
Kevin Wolf
2
-15
/
+59
2010-05-03
qcow2: Implement bdrv_truncate() for growing images
Stefan Hajnoczi
2
-4
/
+48
2010-05-03
qcow2: Remove abort on free_clusters failure
Kevin Wolf
1
-1
/
+1
2010-05-03
qemu-img: Add 'resize' command to grow/shrink disk images
Stefan Hajnoczi
3
-0
/
+110
2010-05-03
block: Cache total_sectors to reduce bdrv_getlength calls
Stefan Hajnoczi
1
-5
/
+38
2010-05-03
raw-posix: Use pread/pwrite instead of lseek+read/write
Stefan Hajnoczi
1
-33
/
+4
2010-05-03
qcow2: Avoid shadowing variable in alloc_clusters_noref()
Stefan Hajnoczi
1
-2
/
+2
2010-05-03
block: Set backing_hd to NULL after deleting it
Stefan Hajnoczi
1
-1
/
+3
2010-05-03
vmdk: Convert to bdrv_open
Kevin Wolf
1
-30
/
+21
2010-05-03
vmdk: Clean up backing file handling
Kevin Wolf
1
-49
/
+9
2010-05-03
vmdk: Fix COW
Kevin Wolf
1
-24
/
+11
2010-05-03
block: bdrv_has_zero_init
Kevin Wolf
3
-2
/
+18
2010-05-03
block: Open the underlying image file in generic code
Kevin Wolf
23
-276
/
+237
2010-05-03
block: Avoid forward declaration of bdrv_open_common
Kevin Wolf
1
-74
/
+71
2010-05-03
block: Split bdrv_open
Kevin Wolf
1
-49
/
+86
2010-05-03
block: separate raw images from the file protocol
Christoph Hellwig
6
-40
/
+235
2010-05-02
Fix missing '|' in '|=', spotted by clang analyzer
Blue Swirl
1
-4
/
+4
2010-05-01
fix old typos in help header
Thomas Monjalon
1
-2
/
+2
2010-05-01
Clean up definition of MAX_OPC_PARAM
Stuart Brady
1
-2
/
+14
2010-05-01
cmd646: fix abort due to changed opaque pointer for ioport read
Igor V. Kovalenko
1
-4
/
+5
2010-05-01
cmd646: pass pci_dev as it needs it
Igor V. Kovalenko
3
-18
/
+45
2010-04-28
kvm: port qemu-kvm's bitmap scanning
Marcelo Tosatti
1
-16
/
+37
2010-04-28
introduce leul_to_cpu
Marcelo Tosatti
1
-0
/
+2
2010-04-28
vga: fix typo in length passed to kvm_log_stop
Marcelo Tosatti
1
-2
/
+2
2010-04-28
virtio-serial: Implement flow control for individual ports
Amit Shah
2
-6
/
+53
2010-04-28
virtio-serial: Discard data that guest sends us when ports aren't connected
Amit Shah
1
-37
/
+32
2010-04-28
virtio-serial: Apps should consume all data that guest sends out / Fix virtio...
Amit Shah
3
-11
/
+8
2010-04-28
virtio-serial: Handle scatter/gather input from the guest
Amit Shah
1
-4
/
+8
2010-04-28
virtio-serial: Handle scatter-gather buffers for control messages
Amit Shah
1
-3
/
+28
2010-04-28
iov: Add iov_to_buf and iov_size helpers
Amit Shah
3
-31
/
+44
2010-04-28
iov: Introduce a new file for helpers around iovs, add iov_from_buf()
Amit Shah
6
-25
/
+62
2010-04-28
virtio-serial: Send out guest data to ports only if port is opened
Amit Shah
1
-0
/
+5
2010-04-28
virtio-serial: Propagate errors in initialising ports / devices in guest
Amit Shah
1
-0
/
+10
2010-04-28
virtio-serial: Update copyright year to 2010
Amit Shah
3
-3
/
+3
2010-04-28
virtio-serial: Remove redundant check for 0-sized write request
Amit Shah
1
-3
/
+0
2010-04-28
virtio-serial: whitespace: match surrounding code
Amit Shah
1
-1
/
+4
[next]