index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: Rename bdrv_co_flush to bdrv_co_flush_to_disk
Kevin Wolf
2011-11-11
11
-45
/
+59
*
hw/pc.c: Fix use-while-uninitialized of fd_type[]
Peter Maydell
2011-11-11
1
-3
/
+1
*
block: Fix vpc initialization of the Dynamic Disk Header
Charles Arnold
2011-11-11
1
-1
/
+5
*
qemu-nbd: open the block device after starting the client thread
Paolo Bonzini
2011-11-11
1
-17
/
+17
*
qemu-nbd: fix socket creation race
Paolo Bonzini
2011-11-11
1
-15
/
+15
*
qemu-nbd: print error messages from the daemon through a pipe
Paolo Bonzini
2011-11-11
1
-9
/
+59
*
qemu-nbd: move client to a thread
Paolo Bonzini
2011-11-11
1
-80
/
+93
*
qemu-nbd: rename socket variable
Paolo Bonzini
2011-11-11
1
-13
/
+12
*
qemu-nbd: trap SIGTERM
Paolo Bonzini
2011-11-11
1
-5
/
+29
*
nbd: treat EPIPE from NBD_DO_IT as success
Paolo Bonzini
2011-11-11
1
-0
/
+7
*
scsi-disk: implement eject requests
Paolo Bonzini
2011-11-11
1
-3
/
+21
*
atapi: implement eject requests
Paolo Bonzini
2011-11-11
2
-3
/
+21
*
block: add eject request callback
Paolo Bonzini
2011-11-11
3
-4
/
+23
*
vvfat: Fix read-write mode
Kevin Wolf
2011-11-11
1
-21
/
+23
*
hw/lan9118.c: Add missing 'break' to fix buffer overrun
Peter Maydell
2011-11-10
1
-0
/
+1
*
x86/cpuid: Fix crash on -cpu ""
Markus Armbruster
2011-11-10
1
-2
/
+2
*
x86/cpuid: Plug memory leak in cpudef_setfield()
Markus Armbruster
2011-11-10
1
-0
/
+1
*
x86/cpuid: Convert remaining strdup() to g_strdup()
Markus Armbruster
2011-11-10
1
-4
/
+4
*
ui/vnc: Convert sasl.mechlist to g_malloc() & friends
Markus Armbruster
2011-11-10
1
-14
/
+5
*
qdev: Fix crash on -device '?=x'
Markus Armbruster
2011-11-10
1
-1
/
+1
*
configure: Show --cpu option on the help list
陳韋任
2011-11-10
1
-0
/
+1
*
qemu-tech.texi: Update default code cache size
陳韋任
2011-11-10
1
-1
/
+1
*
hpet: fix infinite loop in qemu_run_timers with -icount enabled
Max Filippov
2011-11-09
1
-2
/
+2
*
hw/omap_gpmc.c: Add missing 'break's to fix 8 bit NAND writes
Peter Maydell
2011-11-09
1
-0
/
+2
*
hw/omap_dss.c: Fix !-vs-~ bug in handling DISPC_CONTROL
Peter Maydell
2011-11-09
1
-4
/
+5
*
i386: derive '-cpu host' from KVM_GET_SUPPORTED_CPUID
Avi Kivity
2011-11-09
1
-23
/
+4
*
configure: fix detection for xattr.h on modern distributions
Avi Kivity
2011-11-09
7
-7
/
+45
*
Clean up assertion in get_boot_devices_list()
Markus Armbruster
2011-11-09
1
-1
/
+1
*
Replace WriteFileEx with WriteFile in qemu_create_pidfile
Fabien Chouteau
2011-11-09
1
-3
/
+4
*
win32: remove broken timers
Paolo Bonzini
2011-11-09
1
-3
/
+1
*
virtex: Remove memset of clk_setup
Edgar E. Iglesias
2011-11-08
1
-1
/
+0
*
Update version for v1.0-rc1
Anthony Liguori
2011-11-07
1
-1
/
+1
*
console: Fix rendering of VGA underline
Markus Armbruster
2011-11-07
1
-3
/
+3
*
qemu_timedate_diff() shouldn't modify its argument.
Gleb Natapov
2011-11-07
1
-2
/
+5
*
reenable vm_clock when resuming all vcpus
Wen Congyang
2011-11-07
1
-0
/
+1
*
qxl: fix vga port initialization.
Gerd Hoffmann
2011-11-07
1
-5
/
+17
*
ac97: don't override the pci subsystem id
Gerd Hoffmann
2011-11-07
2
-5
/
+27
*
pc: add 1.0 machine type
Gerd Hoffmann
2011-11-07
1
-3
/
+11
*
disable automatic loading of sgabios when -nographic
Paolo Bonzini
2011-11-07
1
-9
/
+0
*
add sgabios blob and submodule
Paolo Bonzini
2011-11-07
5
-1
/
+10
*
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
2011-11-07
4
-88
/
+138
|
\
|
*
vvfat: reorganize computation of disk geometry
Paolo Bonzini
2011-11-04
1
-16
/
+24
|
*
vvfat: do not hardcode sector counts in error message
Paolo Bonzini
2011-11-04
1
-5
/
+2
|
*
vvfat: unify and correct computation of sector count
Paolo Bonzini
2011-11-04
1
-3
/
+3
|
*
vvfat: need to use first_sectors_number to distinguish fdd/hdd
Paolo Bonzini
2011-11-04
1
-2
/
+2
|
*
vvfat: do not fail if the disk has spare sectors
Paolo Bonzini
2011-11-04
1
-2
/
+2
|
*
vvfat: fix out of bounds array_get usage
Paolo Bonzini
2011-11-04
1
-0
/
+1
|
*
block/cloop: Use g_free instead of free
Dong Xu Wang
2011-11-04
1
-3
/
+3
|
*
block/cloop: Fix coding style
Dong Xu Wang
2011-11-04
1
-52
/
+63
|
*
dma: Avoid reentrancy in DMA transfer handlers
Kevin Wolf
2011-11-04
1
-0
/
+10
[next]