summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-21Fix dirty logging with 32-bit qemu & 64-bit guestsBenjamin Herrenschmidt
2012-01-21load_image_targphys() should enforce the max sizeBenjamin Herrenschmidt
2012-01-21virtio: change memcpy to guest readsAlexander Graf
2012-01-21virtio-pci: Fix endianness of virtio configBenjamin Herrenschmidt
2012-01-21PPC: Bamboo: Integrate SoC instatiation, use qdev for PCIAlexander Graf
2012-01-21PPC: Bamboo: fold ppc440.c and ppc440_bamboo.c into a single fileAlexander Graf
2012-01-21PPC: 4xx: Qdevify the 440 PCI host controllerAlexander Graf
2012-01-21PPC: bamboo: fix whitespaceAlexander Graf
2012-01-21PPC: bamboo: remove old machine descriptionsAlexander Graf
2012-01-21PPC: Enable 440EP CPU targetAlexander Graf
2012-01-21PPC: 440: Default to 440EP CPUAlexander Graf
2012-01-21PPC: Bamboo: recompile device treeAlexander Graf
2012-01-21PPC: 440: Ignore invalid PCI IRQsAlexander Graf
2012-01-21PPC: Bamboo: Set initial TLB entryAlexander Graf
2012-01-21PPC: Bamboo: Register CPU resetAlexander Graf
2012-01-21PPC: 440EP: Initialize timerAlexander Graf
2012-01-19Merge remote-tracking branch 'spice/spice.v47' into stagingAnthony Liguori
2012-01-19Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2012-01-19Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori
2012-01-19Merge remote-tracking branch 'pmaydell/arm-devs.for-upstream' into stagingAnthony Liguori
2012-01-19Merge remote-tracking branch 'kraxel/usb.37' into stagingAnthony Liguori
2012-01-19Makefile: Remove generated headers on cleanAndreas Färber
2012-01-19Makefile: Exclude tests/Makefile in unconfigured treeAndreas Färber
2012-01-19lm32: Fix mixup of uint32 and uint32_tAndreas Färber
2012-01-19tests: Silence gtester in MakefileStefan Weil
2012-01-19qemu-tool: Fix mixup of int64 and int64_tAndreas Färber
2012-01-18block: use proper qerrors in qmp_block_resizeStefan Hajnoczi
2012-01-18qerror: restore alphabetical order over qerrorsStefan Hajnoczi
2012-01-18qerror: add check-qerror.sh to verify alphabetical orderStefan Hajnoczi
2012-01-18qmp: Add missing gcc format attribute and fix format stringStefan Weil
2012-01-18qapi: Convert block_set_io_throttleLuiz Capitulino
2012-01-18qapi: Convert changeLuiz Capitulino
2012-01-18qerror: Extend QERR_DEVICE_ENCRYPTEDLuiz Capitulino
2012-01-18qapi: Introduce change-vnc-passwordLuiz Capitulino
2012-01-18monitor: expose readline stateAnthony Liguori
2012-01-18qapi: Convert ejectLuiz Capitulino
2012-01-18block: eject_device(): Use error_set()Luiz Capitulino
2012-01-18qapi: Convert expire_passwordLuiz Capitulino
2012-01-18qapi: Convert set_passwordLuiz Capitulino
2012-01-18vnc: Simplify vnc_display_password()Luiz Capitulino
2012-01-17qxl: Slot sanity check in qxl_phys2virt() is off by one, fixMarkus Armbruster
2012-01-17arm: make the number of GIC interrupts configurableMark Langsdorf
2012-01-17hw/lan9118: Add save/load supportPeter Maydell
2012-01-17arm: Remove incorrect comment in arm_timerMark Langsdorf
2012-01-17vexpress, realview: Add (dummy) L2 cache controllerPeter Maydell
2012-01-17usb-redir: Improve some debugging messagesHans de Goede
2012-01-17usb-redir: Try to keep our buffer size near the target sizeHans de Goede
2012-01-17usb-redir: Pre-fill our isoc input buffer before sending pkts to the hostHans de Goede
2012-01-17usb-redir: Dynamically adjust iso buffering size based on ep intervalHans de Goede
2012-01-17usb-redir: Clear iso / irq error when stopping the streamHans de Goede