aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2012-11-14Merge remote-tracking branch 'kraxel/usb.70' into stagingAnthony Liguori26-797/+775
2012-11-14Merge remote-tracking branch 'spice/spice.v63' into stagingAnthony Liguori1-4/+32
2012-11-10sun4c: remove unused functionsBlue Swirl2-27/+0
2012-11-10m48t59: remove unused m48t59_set_addrBlue Swirl2-8/+0
2012-11-10vmware_vga: Add back some info in local state partially reverting aa32b38cBALATON Zoltan1-9/+21
2012-11-10kvmvapic: Fix TB invalidation after instruction patchingJan Kiszka1-4/+16
2012-11-09ehci: fix migrationGerd Hoffmann1-1/+2
2012-11-09xhci: Fix some DMA host endian bugsDavid Gibson1-27/+54
2012-11-08usb/combined-packet: Move freeing of combined to usb_combined_packet_remove()Hans de Goede1-18/+15
2012-11-08xhci: Add support for packets with both data and an error statusHans de Goede1-2/+2
2012-11-08ehci: Add support for packets with both data and an error statusHans de Goede2-85/+77
2012-11-08ehci: Get rid of the magical PROC_ERR statusHans de Goede1-31/+24
2012-11-08usb-redir: Allow packets to have both data and an error-statusHans de Goede1-36/+20
2012-11-08usb: split packet result into actual_length + statusHans de Goede24-626/+610
2012-11-05spice: fix initialization orderGerd Hoffmann1-2/+8
2012-11-05qxl: call dpy_gfx_resize when entering vga modeGerd Hoffmann1-1/+1
2012-11-05qxl: fix cursor resetGerd Hoffmann1-0/+4
2012-11-05hw/qxl: qxl_send_events: nop if stoppedAlon Levy1-1/+7
2012-11-05hw/qxl: guest bug on primary create with stride %4 != 0Alon Levy1-0/+12
2012-11-03vmware_vga: Allow simple drivers to work without using the fifoBALATON Zoltan3-14/+23
2012-11-03vmware_vga: Return a value for FB_SIZE before the device is enabledBALATON Zoltan1-10/+9
2012-11-03vmware_vga: Remove duplicated info from local stateBALATON Zoltan1-94/+65
2012-11-03vmware_vga: Coding style cleanupBALATON Zoltan1-124/+150
2012-11-03Merge branch 'trivial-patches' of git://github.com/stefanha/qemuBlue Swirl6-30/+21
2012-11-02xenfb: fix build breakage caused by console cleanup seriesGerd Hoffmann1-2/+2
2012-11-01Merge remote-tracking branch 'kraxel/usb.69' into stagingAnthony Liguori12-680/+1232
2012-11-01pc: Drop redundant test for ROM memory regionJan Kiszka1-1/+1
2012-11-01ppc: add missing staticBlue Swirl4-25/+13
2012-11-01cadence_uart: More debug informationPeter Crosthwaite1-4/+7
2012-11-01Merge remote-tracking branch 'kraxel/pixman.v3' into stagingAnthony Liguori22-104/+111
2012-11-01Merge remote-tracking branch 'stefanha/net' into stagingAnthony Liguori1-5/+12
2012-11-01Merge remote-tracking branch 'bonzini/threadpool' into stagingAnthony Liguori1-0/+1
2012-11-01Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-5/+16
2012-11-01Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori20-150/+145
2012-11-01arm_boot: Change initrd load address to "halfway through RAM"Peter Maydell2-15/+26
2012-11-01Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agrafAurelien Jarno3-9/+49
2012-11-01Merge branch 'arm-devs.for-upstream' of git://git.linaro.org/people/pmaydell/...Aurelien Jarno24-429/+487
2012-11-01usb-redir: Allow redirecting super speed devices to high speed controllersHans de Goede1-2/+21
2012-11-01usb-redir: Allow to attach USB 2.0 devices to 1.1 host controllerJan Kiszka1-1/+29
2012-11-01usb-redir: Use reject rather the disconnect on bad ep infoHans de Goede1-2/+3
2012-11-01usb-redir: Add an usbredir_setup_usb_eps() helper functionHans de Goede1-23/+22
2012-11-01usb-redir: Add support for input pipeliningHans de Goede1-10/+53
2012-11-01usb-redir: Add support for 32 bits bulk packet lengthHans de Goede1-1/+6
2012-11-01combined-packet: Add a workaround for Linux usbfs + live migrationHans de Goede1-2/+5
2012-11-01usb: Add packet combining functionsHans de Goede4-1/+194
2012-11-01uhci: Don't crash on device disconnectHans de Goede1-0/+5
2012-11-01uhci: Add a uhci_handle_td_error() helper functionHans de Goede1-43/+47
2012-11-01usb/ehci-pci: add helper to create ich9 usb controllersGerd Hoffmann2-0/+55
2012-11-01usb/ehci-pci: add ich9 00:1a.* variantGerd Hoffmann1-1/+6
2012-11-01usb/ehci-pci: dynamic type generationGerd Hoffmann1-31/+35