summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-20prep: Add i82378 PCI-to-ISA bridge emulationAndreas Färber4-0/+268
2012-01-20prep: Add i82374 DMA emulationAndreas Färber3-0/+156
2012-01-20MAINTAINERS: Add PCI host bridge files to PReP machineAndreas Färber1-0/+1
2012-01-20prep: qdev'ify Raven host bridge (SysBus)Andreas Färber3-38/+63
2012-01-20prep_pci: Update I/O to MemoryRegion opsAndreas Färber1-38/+8
2012-01-20prep_pci: Simplify I/O endiannessAndreas Färber1-5/+1
2012-01-20prep: qdev'ify Raven host bridge (PCIDevice)Andreas Färber1-9/+46
2012-01-20prep: Use ISA m48t59Andreas Färber1-1/+1
2012-01-20prep: Fix offset of BIOS MemoryRegionAndreas Färber1-2/+2
2012-01-19Merge remote-tracking branch 'spice/spice.v47' into stagingAnthony Liguori1-1/+1
2012-01-19Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori4-4/+7
2012-01-19Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori16-371/+657
2012-01-19Merge remote-tracking branch 'pmaydell/arm-devs.for-upstream' into stagingAnthony Liguori9-75/+193
2012-01-19Merge remote-tracking branch 'kraxel/usb.37' into stagingAnthony Liguori25-471/+3973
2012-01-19Makefile: Remove generated headers on cleanAndreas Färber1-0/+1
2012-01-19Makefile: Exclude tests/Makefile in unconfigured treeAndreas Färber1-0/+2
2012-01-19lm32: Fix mixup of uint32 and uint32_tAndreas Färber1-1/+1
2012-01-19tests: Silence gtester in MakefileStefan Weil1-1/+1
2012-01-19qemu-tool: Fix mixup of int64 and int64_tAndreas Färber1-2/+2
2012-01-18block: use proper qerrors in qmp_block_resizeStefan Hajnoczi4-10/+37
2012-01-18qerror: restore alphabetical order over qerrorsStefan Hajnoczi2-78/+78
2012-01-18qerror: add check-qerror.sh to verify alphabetical orderStefan Hajnoczi3-3/+24
2012-01-18qmp: Add missing gcc format attribute and fix format stringStefan Weil1-3/+4
2012-01-18qapi: Convert block_set_io_throttleLuiz Capitulino7-41/+60
2012-01-18qapi: Convert changeLuiz Capitulino9-98/+181
2012-01-18qerror: Extend QERR_DEVICE_ENCRYPTEDLuiz Capitulino3-3/+5
2012-01-18qapi: Introduce change-vnc-passwordLuiz Capitulino3-0/+27
2012-01-18monitor: expose readline stateAnthony Liguori2-3/+13
2012-01-18qapi: Convert ejectLuiz Capitulino7-22/+39
2012-01-18block: eject_device(): Use error_set()Luiz Capitulino1-8/+22
2012-01-18qapi: Convert expire_passwordLuiz Capitulino8-47/+80
2012-01-18qapi: Convert set_passwordLuiz Capitulino7-63/+97
2012-01-18vnc: Simplify vnc_display_password()Luiz Capitulino3-12/+10
2012-01-17qxl: Slot sanity check in qxl_phys2virt() is off by one, fixMarkus Armbruster1-1/+1
2012-01-17arm: make the number of GIC interrupts configurableMark Langsdorf5-49/+87
2012-01-17hw/lan9118: Add save/load supportPeter Maydell1-23/+103
2012-01-17arm: Remove incorrect comment in arm_timerMark Langsdorf1-3/+0
2012-01-17vexpress, realview: Add (dummy) L2 cache controllerPeter Maydell2-0/+3
2012-01-17usb-redir: Improve some debugging messagesHans de Goede1-5/+8
2012-01-17usb-redir: Try to keep our buffer size near the target sizeHans de Goede1-3/+27
2012-01-17usb-redir: Pre-fill our isoc input buffer before sending pkts to the hostHans de Goede1-0/+16
2012-01-17usb-redir: Dynamically adjust iso buffering size based on ep intervalHans de Goede1-5/+48
2012-01-17usb-redir: Clear iso / irq error when stopping the streamHans de Goede1-2/+4
2012-01-17usb: link packets to endpoints not devicesGerd Hoffmann6-7/+22
2012-01-17usb: add max_packet_size to USBEndpointGerd Hoffmann4-30/+44
2012-01-17usb/debug: add usb_ep_dumpGerd Hoffmann3-0/+44
2012-01-17usb-desc: USBEndpoint supportGerd Hoffmann1-0/+22
2012-01-17usb: add ifnum to USBEndpointGerd Hoffmann3-0/+18
2012-01-17usb: add USBEndpointGerd Hoffmann4-34/+74
2012-01-17xhci: Initial xHCI implementationHector Martin4-0/+2754