aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-11hw/arm_timer.c: Fix bounds check for Integrator timer accessesPeter Maydell
2011-11-11hw/pxa2xx.c: Fix handling of R/WC bits in PMCRPeter Maydell
2011-11-11hw/pl061: Remove pointless comparison of array to nullPeter Maydell
2011-11-11hw/tc58128.c: Remove unnecessary check for g_malloc failurePeter Maydell
2011-11-11linux-user/elfload.c: Don't memset(NULL..) if malloc() failedPeter Maydell
2011-11-11hw/omap_intc.c: Avoid crash on access to nonexistent banked registersPeter Maydell
2011-11-11os-posix: Plug fd leak in qemu_create_pidfile()Markus Armbruster
2011-11-11posix-aio-compat: Plug memory leak on paio_init() error pathMarkus Armbruster
2011-11-11qemu-sockets: Plug fd leak on unix_connect_opts() error pathMarkus Armbruster
2011-11-11ui: Plug memory leaks on parse_keyboard_layout() error pathMarkus Armbruster
2011-11-11qemu-char: Plug memory leak on qemu_chr_open_pty() error pathMarkus Armbruster
2011-11-11migration: fix detached migration with fdJuan Quintela
2011-11-11configure: Do not use 'sed -i'Pavel Borzenkov
2011-11-11vl.c: Fail gracefully if no machine is foundAndreas Färber
2011-11-10hw/lan9118.c: Add missing 'break' to fix buffer overrunPeter Maydell
2011-11-10x86/cpuid: Fix crash on -cpu ""Markus Armbruster
2011-11-10x86/cpuid: Plug memory leak in cpudef_setfield()Markus Armbruster
2011-11-10x86/cpuid: Convert remaining strdup() to g_strdup()Markus Armbruster
2011-11-10ui/vnc: Convert sasl.mechlist to g_malloc() & friendsMarkus Armbruster
2011-11-10qdev: Fix crash on -device '?=x'Markus Armbruster
2011-11-10configure: Show --cpu option on the help list陳韋任
2011-11-10qemu-tech.texi: Update default code cache size陳韋任
2011-11-09hpet: fix infinite loop in qemu_run_timers with -icount enabledMax Filippov
2011-11-09hw/omap_gpmc.c: Add missing 'break's to fix 8 bit NAND writesPeter Maydell
2011-11-09hw/omap_dss.c: Fix !-vs-~ bug in handling DISPC_CONTROLPeter Maydell
2011-11-09i386: derive '-cpu host' from KVM_GET_SUPPORTED_CPUIDAvi Kivity
2011-11-09configure: fix detection for xattr.h on modern distributionsAvi Kivity
2011-11-09Clean up assertion in get_boot_devices_list()Markus Armbruster
2011-11-09Replace WriteFileEx with WriteFile in qemu_create_pidfileFabien Chouteau
2011-11-09win32: remove broken timersPaolo Bonzini
2011-11-08virtex: Remove memset of clk_setupEdgar E. Iglesias
2011-11-07Update version for v1.0-rc1v1.0-rc1Anthony Liguori
2011-11-07console: Fix rendering of VGA underlineMarkus Armbruster
2011-11-07qemu_timedate_diff() shouldn't modify its argument.Gleb Natapov
2011-11-07reenable vm_clock when resuming all vcpusWen Congyang
2011-11-07qxl: fix vga port initialization.Gerd Hoffmann
2011-11-07ac97: don't override the pci subsystem idGerd Hoffmann
2011-11-07pc: add 1.0 machine typeGerd Hoffmann
2011-11-07disable automatic loading of sgabios when -nographicPaolo Bonzini
2011-11-07add sgabios blob and submodulePaolo Bonzini
2011-11-07Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2011-11-07Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2011-11-07xen-platform: Fix IO port read/write functionsAnthony PERARD
2011-11-07readline: Fix buffer overrun on re-add to historyMarkus Armbruster
2011-11-07cmd: Fix potential memory leakPavel Borzenkov
2011-11-07cmd: Fix potential NULL pointer dereferencePavel Borzenkov
2011-11-07cmd: Fix coding style in cmd.cPavel Borzenkov
2011-11-06arm_gic: handle banked enable bits for per-cpu interruptsRabin Vincent
2011-11-04vvfat: reorganize computation of disk geometryPaolo Bonzini
2011-11-04vvfat: do not hardcode sector counts in error messagePaolo Bonzini