summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2011-05-08piix_pci: Introduces Xen specific call for irq.Anthony PERARD4-4/+58
2011-05-08pc, Disable vmport initialisation with Xen.Anthony PERARD3-5/+11
2011-05-08xen: Add xenfv machineAnthony PERARD2-2/+45
2011-05-08pc_memory_init: Move memory calculation to the caller.Anthony PERARD3-20/+16
2011-05-08xen: Add initialisation of XenAnthony PERARD3-2/+15
2011-05-08xen: Support new libxc calls from xen unstable.Anthony PERARD5-30/+99
2011-05-08xen: Replace some tab-indents with spaces (clean-up).Anthony PERARD3-534/+634
2011-05-08machine, Add default_machine_opts to QEMUMachine.Anthony PERARD1-0/+1
2011-05-05Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori16-259/+470
2011-05-05Merge remote-tracking branch 'kraxel/usb.7.pull' into stagingAnthony Liguori7-104/+96
2011-05-05Merge remote branch 'origin/master' into pciMichael S. Tsirkin168-3100/+16532
2011-05-05pci: Add class 0x403 as 'audio controller'Jan Kiszka1-0/+1
2011-05-05MSI: Robust resource releaseJan Kiszka3-9/+12
2011-05-05eepro100: Support 32 bit read/write access to flash registerStefan Weil1-0/+9
2011-05-05eepro100: Support byte read access to general control registerStefan Weil1-0/+3
2011-05-05eepro100: Support byte/word read/write access to MDI control registerStefan Weil1-2/+32
2011-05-05eepro100: Support byte/word writes to pointer registerStefan Weil1-17/+16
2011-05-05eepro100: Support byte/word writes to port addressStefan Weil1-2/+18
2011-05-05eepro100: Fix endianness issuesStefan Weil1-44/+97
2011-05-05eepro100: Pad received short framesStefan Weil1-1/+25
2011-05-05eepro100: Remove unused structure elementStefan Weil1-3/+3
2011-05-05eepro100: Remove type casts which are no longer neededStefan Weil1-7/+6
2011-05-05eepro100: Avoid duplicate debug messagesStefan Weil1-5/+9
2011-05-04usb: mass storage fixGerd Hoffmann1-0/+1
2011-05-04usb: move complete callback to port opsGerd Hoffmann6-33/+33
2011-05-04musb: get musb state via container_of()Gerd Hoffmann1-20/+34
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-03spice: drop obsolete iothread lockingGerd Hoffmann1-8/+0
2011-05-03spice: don't call displaystate callbacks from spice server context.Gerd Hoffmann2-13/+14
2011-05-03spice: don't create updates in spice server context.Gerd Hoffmann1-6/+11
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