summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2011-04-15sparc: Fix assertion caused by empty memory slot with 0 byteStefan Weil1-9/+12
2011-04-13lm32: fix build breakage due to uninitialized variable 'r'Anthony Liguori1-1/+1
2011-04-13atapi: GESN: implement 'media' subcommandAmit Shah2-4/+115
2011-04-13atapi: GESN: Standardise event response handling for future additionsAmit Shah1-6/+19
2011-04-13atapi: GESN: Use structs for commonly-used field typesAmit Shah1-2/+14
2011-04-13atapi: Move GET_EVENT_STATUS_NOTIFICATION command handling to its own functionAmit Shah1-13/+24
2011-04-13atapi: Allow GET_EVENT_STATUS_NOTIFICATION after media changeAmit Shah1-6/+14
2011-04-13atapi: Report correct errors on guest eject requestAmit Shah1-2/+6
2011-04-13atapi: Drives can be locked without media presentAmit Shah1-7/+2
2011-04-12fix acpi regressionWen Congyang1-1/+1
2011-04-12Replace cpu_physical_memory_rw were possibleStefan Weil5-14/+13
2011-04-11ppc: remove a write-only variableBlue Swirl1-2/+0
2011-04-10s390x: fix virtio feature bitmapAlexander Graf1-2/+2
2011-04-10musicpal: Fix registration of MMIO-less sysbus devicesJan Kiszka1-2/+2
2011-04-10acpi, acpi_piix: factor out GPE logicIsaku Yamahata3-70/+108
2011-04-09smbus_eeprom: consolidate smbus eeprom creation oc pc_piix, mips_mapta, mips_...Isaku Yamahata5-28/+28
2011-04-09lan9118: Ignore write to MAC_VLAN1 registerAtsushi Nemoto1-0/+6
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-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