summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2013-04-17virtio-net: cleanup: init and exit function.KONRAD Frederic1-95/+22
2013-04-17virtio-net: cleanup: use QOM cast.KONRAD Frederic1-67/+74
2013-04-17virtio-net-ccw: switch to the new API.KONRAD Frederic2-16/+28
2013-04-17virtio-net-s390: switch to the new API.KONRAD Frederic2-12/+30
2013-04-17virtio-net-pci: switch to the new API.KONRAD Frederic2-60/+69
2013-04-17virtio-net: add the virtio-net device.KONRAD Frederic4-20/+148
2013-04-16Merge remote-tracking branch 'kraxel/usb.80' into stagingAnthony Liguori4-41/+1510
2013-04-16Merge remote-tracking branch 'spice/spice.v69' into stagingAnthony Liguori2-6/+34
2013-04-16Merge remote-tracking branch 'kraxel/pixman.v11' into stagingAnthony Liguori24-584/+262
2013-04-16Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori4-7/+43
2013-04-16use libusb for usb-hostGerd Hoffmann2-2/+1461
2013-04-16xhci: fix address deviceGerd Hoffmann1-0/+4
2013-04-16xhci: use slotid as device addressGerd Hoffmann1-22/+3
2013-04-16xhci: fix portsc writesGerd Hoffmann1-7/+35
2013-04-16xhci: add xhci_cap_writeGerd Hoffmann1-0/+7
2013-04-16xhci: remove leftover debug printfGerd Hoffmann1-1/+0
2013-04-16usb-serial: Remove double call to qemu_chr_add_handlers( NULL )Hans de Goede1-9/+0
2013-04-16virtio-console: Remove any pending watches on closeHans de Goede1-2/+22
2013-04-16virtio-console: Also throttle when less was written then requestedHans de Goede1-3/+5
2013-04-16spice: (32 bit only) fix surface cmd tracking destructionAlon Levy1-1/+1
2013-04-16qxl: add 2000x2000 and 2048x2048 video modesGerd Hoffmann1-0/+2
2013-04-16m25p80: Add debug message for no bdrvPeter Crosthwaite1-0/+1
2013-04-16m25p80.c: Multiple debug verbosity levelsPeter Crosthwaite1-19/+21
2013-04-16m25p80: Convert guest errors to LOG_GUEST_ERRORPeter Crosthwaite1-5/+7
2013-04-16m25p80: Fix debug messages.Peter Crosthwaite1-6/+7
2013-04-16stream: Remove app argument hackPeter Crosthwaite4-56/+172
2013-04-16xilinx_axienet/dma: Implement rx path flow controlPeter Crosthwaite2-11/+66
2013-04-16stream: Add flow control APIPeter Crosthwaite3-6/+18
2013-04-16xilinx_axidma: Fix rx/tx halted bit.Peter Crosthwaite1-2/+2
2013-04-16xilinx_axidma: Create Proxy object for streamPeter Crosthwaite2-7/+62
2013-04-16xilinx_axienet: Create Proxy object for streamPeter Crosthwaite2-5/+60
2013-04-16petalogix_ml605_mmu: Attach ethernet to machinePeter Crosthwaite1-0/+2
2013-04-16petalogix_ml605_mmu: Fix machine node attachmentPeter Crosthwaite1-2/+2
2013-04-16xilinx_axidma: converted init->realizePeter Crosthwaite1-13/+13
2013-04-16xilinx_axidma: Register reset properlyPeter Crosthwaite1-1/+11
2013-04-16xilinx_axidma: Defined and use type cast macroPeter Crosthwaite1-4/+9
2013-04-16xilinx_axidma: typedef XilinxAXIDMA structPeter Crosthwaite1-7/+9
2013-04-16xilinx_axienet: converted init->realizePeter Crosthwaite1-13/+11
2013-04-16xilinx_axienet: Register reset properlyPeter Crosthwaite1-2/+4
2013-04-16xilinx_axienet: Defined and use type cast macroPeter Crosthwaite1-3/+8
2013-04-16xilinx_axienet: typedef XilinxAXIEnet structPeter Crosthwaite1-21/+23
2013-04-16qxl: register QemuConsole for secondary cardsGerd Hoffmann1-1/+5
2013-04-16console: allow pinning displaychangelisteners to consolesGerd Hoffmann1-1/+1
2013-04-16xen: re-enable refresh interval reporting for xenfbGerd Hoffmann1-39/+17
2013-04-16qxl: add 4k + 8k resolutionsGerd Hoffmann1-0/+4
2013-04-16console: add GraphicHwOpsGerd Hoffmann24-81/+133
2013-04-16console: simplify screendumpGerd Hoffmann24-429/+20
2013-04-16console: rename vga_hw_*, add QemuConsole paramGerd Hoffmann4-7/+7
2013-04-16hw/vmware_vga.c: various vmware vga fixes.Gerd Hoffmann1-27/+30
2013-04-16hw/vmware_vga.c: add tracepoints for mmio reads+writesGerd Hoffmann1-32/+80