summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-21Update gitignore fileDavid Gibson1-0/+4
2012-01-21Fix dirty logging with 32-bit qemu & 64-bit guestsBenjamin Herrenschmidt1-1/+2
2012-01-21load_image_targphys() should enforce the max sizeBenjamin Herrenschmidt1-1/+5
2012-01-21virtio: change memcpy to guest readsAlexander Graf1-6/+6
2012-01-21virtio-pci: Fix endianness of virtio configBenjamin Herrenschmidt2-2/+40
2012-01-21PPC: Bamboo: Integrate SoC instatiation, use qdev for PCIAlexander Graf1-83/+60
2012-01-21PPC: Bamboo: fold ppc440.c and ppc440_bamboo.c into a single fileAlexander Graf5-131/+90
2012-01-21PPC: 4xx: Qdevify the 440 PCI host controllerAlexander Graf2-60/+74
2012-01-21PPC: bamboo: fix whitespaceAlexander Graf1-3/+3
2012-01-21PPC: bamboo: remove old machine descriptionsAlexander Graf1-21/+1
2012-01-21PPC: Enable 440EP CPU targetAlexander Graf1-11/+5
2012-01-21PPC: 440: Default to 440EP CPUAlexander Graf1-1/+1
2012-01-21PPC: Bamboo: recompile device treeAlexander Graf2-81/+47
2012-01-21PPC: 440: Ignore invalid PCI IRQsAlexander Graf1-0/+4
2012-01-21PPC: Bamboo: Set initial TLB entryAlexander Graf1-1/+26
2012-01-21PPC: Bamboo: Register CPU resetAlexander Graf1-6/+13
2012-01-21PPC: 440EP: Initialize timerAlexander Graf1-0/+1
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