aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2011-05-12Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2011-05-12Merge remote-tracking branch 'agraf/xen-next' into stagingAnthony Liguori
2011-05-09usb-musb: uninline functionsGerd Hoffmann
2011-05-08lsi53c895a: Rename 'sense' to 'status'Hannes Reinecke
2011-05-08ac97: Remove unused local variablesStefan Weil
2011-05-08Fix typos in comment (threshhold -> threshold, mapp -> map)Stefan Weil
2011-05-08Fix typo in comment (responsiblity -> responsibility)Stefan Weil
2011-05-08Fix typos in comments and code (occured -> occurred and related)Stefan Weil
2011-05-08Fix typos in comments (instanciation -> instantiation)Stefan Weil
2011-05-08Fix typos in comments (interupt -> interrupt)Stefan Weil
2011-05-08Fix typos in comments (imediately -> immediately)Stefan Weil
2011-05-08Fix typo in comment (auxilliary -> auxiliary)Stefan Weil
2011-05-08Fix typo in comment (colum -> column)Stefan Weil
2011-05-08Fix typos in comments (accessable -> accessible, priveleged -> privileged)Stefan Weil
2011-05-08xen: Add Xen hypercall for sleep state in the cmos_s3 callback.Anthony PERARD
2011-05-08xen: Initialize event channels and io ringsArun Sharma
2011-05-08pci: Use of qemu_put_ram_ptr in pci_add_option_rom.John Baboval
2011-05-08xen: Introduce the Xen mapcacheJun Nakajima
2011-05-08xen: Introduce Xen Interrupt ControllerAnthony PERARD
2011-05-08piix_pci: Introduces Xen specific call for irq.Anthony PERARD
2011-05-08pc, Disable vmport initialisation with Xen.Anthony PERARD
2011-05-08xen: Add xenfv machineAnthony PERARD
2011-05-08pc_memory_init: Move memory calculation to the caller.Anthony PERARD
2011-05-08xen: Add initialisation of XenAnthony PERARD
2011-05-08xen: Support new libxc calls from xen unstable.Anthony PERARD
2011-05-08xen: Replace some tab-indents with spaces (clean-up).Anthony PERARD
2011-05-08machine, Add default_machine_opts to QEMUMachine.Anthony PERARD
2011-05-06Fix typo in code and commentsStefan Weil
2011-05-05Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori
2011-05-05Merge remote-tracking branch 'kraxel/usb.7.pull' into stagingAnthony Liguori
2011-05-05Merge remote branch 'origin/master' into pciMichael S. Tsirkin
2011-05-05pci: Add class 0x403 as 'audio controller'Jan Kiszka
2011-05-05MSI: Robust resource releaseJan Kiszka
2011-05-05eepro100: Support 32 bit read/write access to flash registerStefan Weil
2011-05-05eepro100: Support byte read access to general control registerStefan Weil
2011-05-05eepro100: Support byte/word read/write access to MDI control registerStefan Weil
2011-05-05eepro100: Support byte/word writes to pointer registerStefan Weil
2011-05-05eepro100: Support byte/word writes to port addressStefan Weil
2011-05-05eepro100: Fix endianness issuesStefan Weil
2011-05-05eepro100: Pad received short framesStefan Weil
2011-05-05eepro100: Remove unused structure elementStefan Weil
2011-05-05eepro100: Remove type casts which are no longer neededStefan Weil
2011-05-05eepro100: Avoid duplicate debug messagesStefan Weil
2011-05-04usb: mass storage fixGerd Hoffmann
2011-05-04usb: move complete callback to port opsGerd Hoffmann
2011-05-04musb: get musb state via container_of()Gerd Hoffmann
2011-05-04ohci: get ohci state via container_of()Gerd Hoffmann
2011-05-04uhci: keep uhci state pointer in async packet struct.Gerd Hoffmann
2011-05-04uhci: switch to QTAILQGerd Hoffmann
2011-05-04usb: control buffer fixesHans de Goede