summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: Rename bdrv_co_flush to bdrv_co_flush_to_diskKevin Wolf2011-11-1111-45/+59
* hw/pc.c: Fix use-while-uninitialized of fd_type[]Peter Maydell2011-11-111-3/+1
* block: Fix vpc initialization of the Dynamic Disk HeaderCharles Arnold2011-11-111-1/+5
* qemu-nbd: open the block device after starting the client threadPaolo Bonzini2011-11-111-17/+17
* qemu-nbd: fix socket creation racePaolo Bonzini2011-11-111-15/+15
* qemu-nbd: print error messages from the daemon through a pipePaolo Bonzini2011-11-111-9/+59
* qemu-nbd: move client to a threadPaolo Bonzini2011-11-111-80/+93
* qemu-nbd: rename socket variablePaolo Bonzini2011-11-111-13/+12
* qemu-nbd: trap SIGTERMPaolo Bonzini2011-11-111-5/+29
* nbd: treat EPIPE from NBD_DO_IT as successPaolo Bonzini2011-11-111-0/+7
* scsi-disk: implement eject requestsPaolo Bonzini2011-11-111-3/+21
* atapi: implement eject requestsPaolo Bonzini2011-11-112-3/+21
* block: add eject request callbackPaolo Bonzini2011-11-113-4/+23
* vvfat: Fix read-write modeKevin Wolf2011-11-111-21/+23
* hw/lan9118.c: Add missing 'break' to fix buffer overrunPeter Maydell2011-11-101-0/+1
* x86/cpuid: Fix crash on -cpu ""Markus Armbruster2011-11-101-2/+2
* x86/cpuid: Plug memory leak in cpudef_setfield()Markus Armbruster2011-11-101-0/+1
* x86/cpuid: Convert remaining strdup() to g_strdup()Markus Armbruster2011-11-101-4/+4
* ui/vnc: Convert sasl.mechlist to g_malloc() & friendsMarkus Armbruster2011-11-101-14/+5
* qdev: Fix crash on -device '?=x'Markus Armbruster2011-11-101-1/+1
* configure: Show --cpu option on the help list陳韋任2011-11-101-0/+1
* qemu-tech.texi: Update default code cache size陳韋任2011-11-101-1/+1
* hpet: fix infinite loop in qemu_run_timers with -icount enabledMax Filippov2011-11-091-2/+2
* hw/omap_gpmc.c: Add missing 'break's to fix 8 bit NAND writesPeter Maydell2011-11-091-0/+2
* hw/omap_dss.c: Fix !-vs-~ bug in handling DISPC_CONTROLPeter Maydell2011-11-091-4/+5
* i386: derive '-cpu host' from KVM_GET_SUPPORTED_CPUIDAvi Kivity2011-11-091-23/+4
* configure: fix detection for xattr.h on modern distributionsAvi Kivity2011-11-097-7/+45
* Clean up assertion in get_boot_devices_list()Markus Armbruster2011-11-091-1/+1
* Replace WriteFileEx with WriteFile in qemu_create_pidfileFabien Chouteau2011-11-091-3/+4
* win32: remove broken timersPaolo Bonzini2011-11-091-3/+1
* virtex: Remove memset of clk_setupEdgar E. Iglesias2011-11-081-1/+0
* Update version for v1.0-rc1Anthony Liguori2011-11-071-1/+1
* console: Fix rendering of VGA underlineMarkus Armbruster2011-11-071-3/+3
* qemu_timedate_diff() shouldn't modify its argument.Gleb Natapov2011-11-071-2/+5
* reenable vm_clock when resuming all vcpusWen Congyang2011-11-071-0/+1
* qxl: fix vga port initialization.Gerd Hoffmann2011-11-071-5/+17
* ac97: don't override the pci subsystem idGerd Hoffmann2011-11-072-5/+27
* pc: add 1.0 machine typeGerd Hoffmann2011-11-071-3/+11
* disable automatic loading of sgabios when -nographicPaolo Bonzini2011-11-071-9/+0
* add sgabios blob and submodulePaolo Bonzini2011-11-075-1/+10
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2011-11-074-88/+138
|\
| * vvfat: reorganize computation of disk geometryPaolo Bonzini2011-11-041-16/+24
| * vvfat: do not hardcode sector counts in error messagePaolo Bonzini2011-11-041-5/+2
| * vvfat: unify and correct computation of sector countPaolo Bonzini2011-11-041-3/+3
| * vvfat: need to use first_sectors_number to distinguish fdd/hddPaolo Bonzini2011-11-041-2/+2
| * vvfat: do not fail if the disk has spare sectorsPaolo Bonzini2011-11-041-2/+2
| * vvfat: fix out of bounds array_get usagePaolo Bonzini2011-11-041-0/+1
| * block/cloop: Use g_free instead of freeDong Xu Wang2011-11-041-3/+3
| * block/cloop: Fix coding styleDong Xu Wang2011-11-041-52/+63
| * dma: Avoid reentrancy in DMA transfer handlersKevin Wolf2011-11-041-0/+10
OpenPOWER on IntegriCloud