aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-07Fix integer overflow in block migration bandwidth calculationAvishay Traeger
2011-04-07floppy: save and restore DIR registerJason Wang
2011-04-07NBD device: Separate out parsing configuration and opening sockets.Nick Thomas
2011-04-07NBD: Use qemu_socket functions to open TCP and UNIX socketsNick Thomas
2011-04-07Set errno=ENOTSUP for attempts to use UNIX sockets on Windows platformsNick Thomas
2011-04-07NBD library: whitespace changesNick Thomas
2011-04-07ide: consolidate drive_get(IF_IDE)Isaku Yamahata
2011-04-07exit if -drive specified is invalid instead of ignoring the "wrong" -driveMichael Tokarev
2011-04-07qemu-img rebase: Fix segfault if backing file can't be openedKevin Wolf
2011-04-07qemu-img: Initial progress printing supportJes Sorensen
2011-04-07block: Do not cache device size for removable mediaStefan Hajnoczi
2011-04-07trace: Trace bdrv_set_locked()Stefan Hajnoczi
2011-04-07Do not delete BlockDriverState when deleting the driveRyan Harper
2011-04-07hw/xen_disk: ioreq not finished on errorFeiran Zheng
2011-04-07exec: Handle registrations of the entire address spaceEdgar E. Iglesias
2011-04-07configure: add --version flagMike Frysinger
2011-04-04cpu-all.h: Remove unnecessary target-specific ifdef for CPU_QuadUPeter Maydell
2011-04-04target-arm: Make Neon helper routines use correct FP statusPeter Maydell
2011-04-04target-arm: Use global env in iwmmxt_helper.c helpersPeter Maydell
2011-04-04target-arm: Use global env in neon_helper.c helpersPeter Maydell
2011-04-04Makefile.target: Allow target helpers to be in any *_helper.c filePeter Maydell
2011-04-04Fix non-portable format string in usb-ccid.cDavid Gibson
2011-04-04MAINTAINERS: add Milkymist boardMichael Walle
2011-04-04lm32: add support for the Milkymist boardMichael Walle
2011-04-04lm32: add milkymist hw support functionsMichael Walle
2011-04-04lm32: add Milkymist VGAFB supportMichael Walle
2011-04-04lm32: add Milkymist UART supportMichael Walle
2011-04-04lm32: add Milkymist TMU2 supportMichael Walle
2011-04-04configure: add opengl detectionMichael Walle
2011-04-04lm32: add Milkymist System Controller supportMichael Walle
2011-04-04lm32: add Milkymist SoftUSB supportMichael Walle
2011-04-04lm32: add Milkymist PFPU supportMichael Walle
2011-04-04lm32: add Milkymist Minimac supportMichael Walle
2011-04-04lm32: add Milkymist memory card supportMichael Walle
2011-04-04lm32: add Milkymist HPDMC supportMichael Walle
2011-04-04lm32: add Milkymist AC97 supportMichael Walle
2011-04-04Revert "ioapic: when switches to level trigger mode, interrupts raised repeat...Aurelien Jarno
2011-04-04s390x: enable CPU_QuadUUlrich Hecht
2011-04-04s390x: Enable nptl for s390xUlrich Hecht
2011-04-04s390x: Enable disassembler for s390xUlrich Hecht
2011-04-04s390x: fix s390-virtio-serialAlexander Graf
2011-04-04s390x: fix KVM targetAlexander Graf
2011-04-04virtio: use generic name when possibleAlexander Graf
2011-04-04Only build ivshmem when CONFIG_PCI && CONFIG_KVMAlexander Graf
2011-04-04w32: Fix compilation (wrong include file)Stefan Weil
2011-04-04register signal handler after initializing SDL.Gleb Natapov
2011-04-04vl.c: Tidy up message printed when we exit on a signalPeter Maydell
2011-04-04net: Remove unused net-checksum.c fileStefan Hajnoczi
2011-04-04e1000: Mask out lower bits of RDBAL/TDBALKevin Wolf
2011-04-03gdbstub: Catch and report more vmstop reasonsJan Kiszka