summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2011-09-10target-xtensa: add sample boardMax Filippov1-0/+106
2011-09-10target-xtensa: add target stubsMax Filippov1-0/+38
2011-09-10mipsnet: use trace frameworkHervé Poussineau1-20/+6
2011-09-10mipsnet: convert to qdevHervé Poussineau3-36/+65
2011-09-10PCI: delete unused mem_base and pci_to_cpu_addrBlue Swirl2-15/+1
2011-09-10lsi53c895a: avoid a warning from clang analyzerBlue Swirl1-4/+1
2011-09-10hid: fix misassignmentBlue Swirl1-1/+1
2011-09-10scsi-bus: remove duplicate table entriesBlue Swirl1-3/+1
2011-09-10g364fb: compile in hwlibBlue Swirl1-7/+9
2011-09-09Merge remote-tracking branch 'sstabellini/xen-next' into stagingAnthony Liguori6-20/+60
2011-09-09Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2-2/+2
2011-09-09Don't use g_thread_get_initialized.Gerd Hoffmann1-4/+0
2011-09-09virtio-balloon: Disassociate from the balloon handlers on unplugAmit Shah1-0/+2
2011-09-09Move the xenfb pointer handler to the connected methodJohn Haxby1-5/+16
2011-09-09Introduce a new 'connected' xendev op called when Connected.John Haxby6-15/+44
2011-09-09Fix include statements for qemu-common.hStefan Weil1-1/+1
2011-09-09virtio-9p: Fix syntax error in debug codeStefan Weil1-1/+1
2011-09-08Merge remote-tracking branch 'spice/spice.v42' into stagingAnthony Liguori2-11/+17
2011-09-08Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori16-226/+261
2011-09-08Merge remote-tracking branch 'qemu-kvm-tmp/memory/batch' into stagingAnthony Liguori43-479/+550
2011-09-08Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-4/+5
2011-09-08Merge remote-tracking branch 'kraxel/usb.26' into stagingAnthony Liguori11-278/+259
2011-09-08Merge remote-tracking branch 'aneesh/for-upstream-3' into stagingAnthony Liguori6-103/+445
2011-09-07usb-musb: Add reset functionJuha Riihimäki3-6/+20
2011-09-07usb-musb: Take a DeviceState* in init functionPeter Maydell3-12/+8
2011-09-07usb: Remove leading underscores from __musb_irq_maxPeter Maydell2-4/+5
2011-09-07usb: claim port at device initialization time.Gerd Hoffmann7-95/+104
2011-09-07usb-ccid: remote wakeup supportGerd Hoffmann1-1/+2
2011-09-07usb-ccid: switch to USBDesc*Gerd Hoffmann2-165/+84
2011-09-07usb: fix use after freeGerd Hoffmann1-1/+1
2011-09-07usb-ehci: handle siTDsGerd Hoffmann1-1/+42
2011-09-07qxl: s/qxl_set_irq/qxl_update_irq/Yonit Halperin1-6/+6
2011-09-07qxl: send interrupt after migration in case ram->int_pending != 0, RHBZ #732949Yonit Halperin1-2/+8
2011-09-07hw/qxl: Fix format string errorsPeter Maydell2-5/+5
2011-09-06scsi: improve MODE SENSE emulationPaolo Bonzini1-43/+53
2011-09-06scsi: fill in additional sense length correctlyPaolo Bonzini1-1/+2
2011-09-06scsi: refine constants for READ CAPACITY 16Paolo Bonzini3-5/+12
2011-09-06scsi: fix accounting of writesPaolo Bonzini1-6/+8
2011-09-06scsi: execute SYNCHRONIZE_CACHE asynchronouslyPaolo Bonzini1-16/+25
2011-09-06block: Declare qemu_blockalign() in block.h, not block_int.hMarkus Armbruster1-1/+0
2011-09-06spitz tosa: Simplify "drive is suitable for microdrive" testMarkus Armbruster2-14/+6
2011-09-06xen: Clean up pci_piix3_xen_ide_unplug()'s test for "not a CD"Markus Armbruster1-2/+1
2011-09-06fdc: Make media change detection more robustMarkus Armbruster1-4/+8
2011-09-06block: Leave tracking media change to device modelsMarkus Armbruster1-22/+18
2011-09-06ide: Give vmstate structs internal linkage where possibleMarkus Armbruster1-3/+3
2011-09-06ide: Clean up case label indentation in ide_exec_cmd()Markus Armbruster1-6/+6
2011-09-06ide: Update command code definitions as per ACS-2 Table B.2Markus Armbruster2-83/+92
2011-09-06block: Split change_cb() into change_media_cb(), resize_cb()Markus Armbruster3-17/+7
2011-09-06block: Generalize change_cb() to BlockDevOpsMarkus Armbruster3-3/+15
2011-09-06block: Attach non-qdev devices as wellMarkus Armbruster8-6/+11