summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * qemu-io: Fix multiwrite_f error handlingKevin Wolf2011-11-041-3/+6
| * qemu-io: Handle create_iovec errorsKevin Wolf2011-11-041-4/+24
* | Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2011-11-073-96/+92
|\ \
| * | xen-platform: Fix IO port read/write functionsAnthony PERARD2011-11-071-9/+9
| * | readline: Fix buffer overrun on re-add to historyMarkus Armbruster2011-11-071-1/+1
| * | cmd: Fix potential memory leakPavel Borzenkov2011-11-071-2/+7
| * | cmd: Fix potential NULL pointer dereferencePavel Borzenkov2011-11-071-8/+3
| * | cmd: Fix coding style in cmd.cPavel Borzenkov2011-11-071-86/+82
| |/
* | arm_gic: handle banked enable bits for per-cpu interruptsRabin Vincent2011-11-061-15/+20
|/
* Merge branch 'xtensa' of git://jcmvbkbc.spb.ru/dumb/qemu-xtensaBlue Swirl2011-11-026-18/+135
|\
| * xtensa_lx60: fix build date code and change memory region namesMax Filippov2011-11-021-4/+4
| * xtensa_lx60: pass kernel arguments from -appendMax Filippov2011-11-022-4/+45
| * xtensa_lx60: add FLASH supportMax Filippov2011-11-023-8/+73
| * target-xtensa: raise an exception for invalid and reserved opcodesMax Filippov2011-11-021-1/+6
OpenPOWER on IntegriCloud