summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2011-05-04ohci: get ohci state via container_of()Gerd Hoffmann1-1/+1
2011-05-04uhci: keep uhci state pointer in async packet struct.Gerd Hoffmann1-4/+8
2011-05-04uhci: switch to QTAILQGerd Hoffmann1-48/+15
2011-05-04usb: control buffer fixesHans de Goede2-1/+7
2011-05-03ide/atapi: fix set but unusedAlon Levy1-3/+1
2011-05-03atapi: Explain why we need a 'media not present' stateAmit Shah1-1/+7
2011-05-03atapi: Move comment to proper placeAmit Shah1-1/+1
2011-05-03lm32: add Milkymist Minimac2 supportMichael Walle3-164/+155
2011-05-03milkymist-sysctl: fix timersMichael Walle1-19/+7
2011-05-03milkymist-vgafb: fix console resizingMichael Walle1-0/+3
2011-05-02kvm: create kvmclock when one of the flags are presentGlauber Costa1-1/+5
2011-04-28Merge remote-tracking branch 'amitshah/for-anthony' into stagingAnthony Liguori3-12/+33
2011-04-28Merge remote-tracking branch 'jvrao/for-anthony' into stagingAnthony Liguori10-119/+29
2011-04-28virtio-serial: Fix endianness bug in the config spaceAlexey Kardashevskiy1-10/+13
2011-04-28char: Allow devices to use a single multiplexed chardev.Kusanagi Kouichi1-2/+2
2011-04-28virtio-console: notify backend of guest open / closeHans de Goede1-0/+18
2011-04-27ioapic: Do not set irr for masked edge IRQsJan Kiszka1-2/+3
2011-04-27v9fs_walk: As per 9p2000 RFC, MAXWELEM >= nwnames >= 0.Harsh Prateek Bora2-3/+6
2011-04-27hw/virtio-9p-local.c: Remove unnecessary null char in symlink fileHarsh Prateek Bora1-1/+1
2011-04-27virtio-9p: Bugfix to send correct iounitM. Mohan Kumar1-1/+1
2011-04-27virtio-9p: removexattr on default acl should return 0Aneesh Kumar K.V1-2/+13
2011-04-27virtio-9p: Print the pdu details on returnAneesh Kumar K.V1-1/+4
2011-04-27virtio-9p: move 9p files aroundAneesh Kumar K.V10-111/+4
2011-04-27pflash: Restore & fix lazy ROMD switchingJan Kiszka1-4/+8
2011-04-27Merge branch 'for-anthony' of git://repo.or.cz/qemu/kevinAurelien Jarno3-1056/+1155
2011-04-27rtl8139: Fix compilation for w32/w64Stefan Weil1-2/+1
2011-04-27ide/atapi: Introduce CHECK_READY flag for commandsKevin Wolf1-25/+23
2011-04-27ide/atapi: Replace bdrv_get_geometry calls by s->nb_sectorsKevin Wolf1-15/+6
2011-04-27ide/atapi: Use table instead of switch for commandsKevin Wolf1-67/+48
2011-04-27ide/atapi: Factor commands outKevin Wolf1-378/+459
2011-04-27ide: Split atapi.c outKevin Wolf3-1061/+1097
2011-04-27atapi: Add 'medium ready' to 'medium not ready' transition on cd changeAmit Shah1-4/+16
2011-04-26trace: Remove %s in grlib trace eventsStefan Hajnoczi3-18/+17
2011-04-25rtl8139: add format attribute to DPRINTFBenjamin Poirier1-3/+6
2011-04-25rtl8139: use variadic macro for debug statementsBenjamin Poirier1-203/+232
2011-04-25rtl8139: use TARGET_FMT_plx in debug messagesBenjamin Poirier1-6/+9
2011-04-25Merge remote-tracking branch 'awilliam/ipxe' into stagingAnthony Liguori6-6/+6
2011-04-22vmstate: port mac_dbdmaJuan Quintela1-24/+22
2011-04-22mac_dbdma: create DBDMAState instead of passing one array aroundJuan Quintela1-18/+27
2011-04-22vmstate: port piix4Juan Quintela1-14/+11
2011-04-22piix4: create PIIX4StateJuan Quintela1-12/+17
2011-04-22vmstate: port mac_nvramJuan Quintela1-19/+11
2011-04-22mac_nvram: size is a size, no need to be a target dependent typeJuan Quintela1-1/+1
2011-04-22vmstate: port nandJuan Quintela1-34/+39
2011-04-22nand: pin values are uint8_tJuan Quintela2-5/+5
2011-04-22vmstate: port max111xJuan Quintela1-32/+17
2011-04-22max111x: input field is only used as uint8_tJuan Quintela1-1/+1
2011-04-22vmstate: port pxa2xx_lcdJuan Quintela1-67/+43
2011-04-22pxa2xx_lcd: up field is used as a bool and migrated as an uint8_tJuan Quintela1-1/+1
2011-04-22pxa2xx_lcd: name anonymous structJuan Quintela1-13/+15