aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-04-09acpi, acpi_piix, vt82c686: factor out PM1_CNT logicIsaku Yamahata4-52/+74
2011-04-09acpi, acpi_piix, vt82c686: factor out PM1a EVT logicIsaku Yamahata4-75/+81
2011-04-09acpi, acpi_piix, vt82c686: factor out PM_TMR logicIsaku Yamahata4-65/+96
2011-04-09hw/pflash_cfi02: Fix lazy reset of ROMD modeJordan Justen1-1/+1
2011-04-09configure: avoid basename usage messageScott Wood1-1/+1
2011-04-09mpc85xx_pci_map_irq: change "unknow" to "unknown"Scott Wood1-1/+1
2011-04-09event: trivial coding style fixesBrad Hards1-7/+7
2011-04-09multiboot: Quote filename in error messageAdam Lackorzynski1-1/+1
2011-04-08ppce500_mpc8544ds: Fix compile with --enable-debug and --disable-kvmDavid Gibson1-0/+9
2011-04-08Use existing helper function to implement popcntd instructionDavid Gibson1-13/+1
2011-04-08Delay creation of pseries device tree until resetDavid Gibson2-48/+75
2011-04-08pseries: Abolish envs arrayDavid Gibson3-38/+46
2011-04-08spapr_vscsi: Set uninitialized variableStefan Weil1-1/+1
2011-04-08Don't call cpu_synchronize_state() from machine init.Scott Wood2-4/+0
2011-04-07Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori28-712/+825
2011-04-07virtio-blk: fail unaligned requestsChristoph Hellwig1-0/+8
2011-04-07virtio-balloon: fixed endianness bug in the config spaceAlexey Kardashevskiy1-1/+1
2011-04-07virtio-9p: fixed LE-to-host conversion bug when QEMU is called from guestAlexey Kardashevskiy1-6/+3
2011-04-07spapr_llan: Fix warning when compiled with -dDEBUGAlexey Kardashevskiy1-3/+0
2011-04-07qdev: Fix comment around qdev_init_nofail()Michael Tokarev1-1/+2
2011-04-07usb-ccid: Spelling fixesBrad Hards1-4/+4
2011-04-07Fix integer overflow in block migration bandwidth calculationAvishay Traeger1-1/+1
2011-04-07floppy: save and restore DIR registerJason Wang1-1/+50
2011-04-07NBD device: Separate out parsing configuration and opening sockets.Nick Thomas1-55/+102
2011-04-07NBD: Use qemu_socket functions to open TCP and UNIX socketsNick Thomas3-133/+38
2011-04-07Set errno=ENOTSUP for attempts to use UNIX sockets on Windows platformsNick Thomas1-0/+4
2011-04-07NBD library: whitespace changesNick Thomas1-417/+418
2011-04-07ide: consolidate drive_get(IF_IDE)Isaku Yamahata10-69/+28
2011-04-07exit if -drive specified is invalid instead of ignoring the "wrong" -driveMichael Tokarev1-1/+3
2011-04-07qemu-img rebase: Fix segfault if backing file can't be openedKevin Wolf1-2/+6
2011-04-07qemu-img: Initial progress printing supportJes Sorensen5-5/+132
2011-04-07block: Do not cache device size for removable mediaStefan Hajnoczi1-8/+6
2011-04-07trace: Trace bdrv_set_locked()Stefan Hajnoczi2-0/+3
2011-04-07Do not delete BlockDriverState when deleting the driveRyan Harper3-20/+20
2011-04-07hw/xen_disk: ioreq not finished on errorFeiran Zheng1-2/+8
2011-04-07exec: Handle registrations of the entire address spaceEdgar E. Iglesias1-2/+6
2011-04-07configure: add --version flagMike Frysinger1-0/+2
2011-04-04cpu-all.h: Remove unnecessary target-specific ifdef for CPU_QuadUPeter Maydell1-3/+2
2011-04-04target-arm: Make Neon helper routines use correct FP statusPeter Maydell1-2/+1
2011-04-04target-arm: Use global env in iwmmxt_helper.c helpersPeter Maydell3-175/+156
2011-04-04target-arm: Use global env in neon_helper.c helpersPeter Maydell3-206/+191
2011-04-04Makefile.target: Allow target helpers to be in any *_helper.c filePeter Maydell1-1/+1
2011-04-04Fix non-portable format string in usb-ccid.cDavid Gibson1-1/+1
2011-04-04MAINTAINERS: add Milkymist boardMichael Walle1-0/+5
2011-04-04lm32: add support for the Milkymist boardMichael Walle3-0/+218
2011-04-04lm32: add milkymist hw support functionsMichael Walle1-0/+204
2011-04-04lm32: add Milkymist VGAFB supportMichael Walle4-0/+398
2011-04-04lm32: add Milkymist UART supportMichael Walle3-0/+187
2011-04-04lm32: add Milkymist TMU2 supportMichael Walle3-0/+488
2011-04-04configure: add opengl detectionMichael Walle1-0/+30