aboutsummaryrefslogtreecommitdiffstats
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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-09mpc85xx_pci_map_irq: change "unknow" to "unknown"Scott Wood1-1/+1
2011-04-09multiboot: Quote filename in error messageAdam Lackorzynski1-1/+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 Liguori13-72/+94
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-07floppy: save and restore DIR registerJason Wang1-1/+50
2011-04-07ide: consolidate drive_get(IF_IDE)Isaku Yamahata10-69/+28
2011-04-07hw/xen_disk: ioreq not finished on errorFeiran Zheng1-2/+8
2011-04-04Fix non-portable format string in usb-ccid.cDavid Gibson1-1/+1
2011-04-04lm32: add support for the Milkymist boardMichael Walle1-0/+216
2011-04-04lm32: add milkymist hw support functionsMichael Walle1-0/+204
2011-04-04lm32: add Milkymist VGAFB supportMichael Walle2-0/+392
2011-04-04lm32: add Milkymist UART supportMichael Walle1-0/+180
2011-04-04lm32: add Milkymist TMU2 supportMichael Walle1-0/+481
2011-04-04lm32: add Milkymist System Controller supportMichael Walle1-0/+330
2011-04-04lm32: add Milkymist SoftUSB supportMichael Walle1-0/+357
2011-04-04lm32: add Milkymist PFPU supportMichael Walle1-0/+536
2011-04-04lm32: add Milkymist Minimac supportMichael Walle1-0/+568
2011-04-04lm32: add Milkymist memory card supportMichael Walle1-0/+294
2011-04-04lm32: add Milkymist HPDMC supportMichael Walle1-0/+161
2011-04-04lm32: add Milkymist AC97 supportMichael Walle1-0/+335
2011-04-04Revert "ioapic: when switches to level trigger mode, interrupts raised repeat...Aurelien Jarno1-1/+0
2011-04-04s390x: fix s390-virtio-serialAlexander Graf2-5/+5
2011-04-04virtio: use generic name when possibleAlexander Graf2-0/+5
2011-04-04w32: Fix compilation (wrong include file)Stefan Weil1-2/+1
2011-04-04e1000: Mask out lower bits of RDBAL/TDBALKevin Wolf1-3/+18
2011-04-03ioapic: when switches to level trigger mode, interrupts raised repeatedly.Isaku Yamahata1-0/+1
2011-04-03hw/vexpress.c: Add model of ARM Versatile Express boardPeter Maydell1-0/+224
2011-04-01ccid: add ccid-card-emulated deviceAlon Levy1-0/+595
2011-04-01ccid: add passthru card deviceAlon Levy1-0/+340
2011-04-01usb-ccid: add CCID busAlon Levy2-0/+1478
2011-04-01hw/versatilepb, realview: Fix condition for instantiation of onboard NICPeter Maydell2-3/+3
2011-04-01pcnet: Fix sign extension: make ipxe work with >2G RAMMichael Brown1-15/+15
2011-04-01lsi53c895a: add support for ABORT messagesBernhard Kohl1-0/+57
2011-04-01fix build errors when we enable acpi_piix4 debugWen Congyang1-2/+3
2011-04-01Add SLOF-based partition firmware for pSeries machine, allowing more boot opt...David Gibson2-4/+109
2011-04-01Implement PAPR VPA functions for pSeries shared processor partitionsDavid Gibson2-1/+193
2011-04-01Add a PAPR TCE-bypass mechanism for the pSeries machineBen Herrenschmidt2-0/+87
2011-04-01Implement PAPR virtual SCSI interface (ibmvscsi)Ben Herrenschmidt5-0/+1455
2011-04-01Implement PAPR CRQ hypercallsBen Herrenschmidt3-1/+173