aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-19vl.c: In qemu -h output, only print options for the arch we are running asMichael Ellerman
2011-12-19vl.c: Move option generation logic into a wrapper fileMichael Ellerman
2011-12-19Merge remote-tracking branch 'qemu-kvm/memory/exec-obsolete' into stagingAnthony Liguori
2011-12-19Merge remote-tracking branch 'qemu-kvm/memory/xen' into stagingAnthony Liguori
2011-12-19memory: move obsolete exec.c functions to a private headerAvi Kivity
2011-12-19etraxfs_eth: drop bogus cpu_unregister_io_memory()Avi Kivity
2011-12-19xen: convert to memory APIAvi Kivity
2011-12-19memory, xen: pass MemoryRegion to xen_ram_alloc()Avi Kivity
2011-12-19Merge remote-tracking branch 'qemu-kvm/memory/mutators' into stagingAnthony Liguori
2011-12-19Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2011-12-19Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2011-12-19pc: fix event_idx compatibility for virtio devicesAnthony Liguori
2011-12-19configure: Improve Xen autodetection for hosts without XenStefan Weil
2011-12-19configure: Fix compiler warnings in config.log (statement without effect)Stefan Weil
2011-12-19configure: Fix compiler warning in config.log (value was never used)Stefan Weil
2011-12-19configure: Fix compiler warning in config.log (undefined NULL)Stefan Weil
2011-12-19configure: Fix compiler warnings in config.log (uninitialized variable)Stefan Weil
2011-12-19configure: Fix compiler warning in config.log (macro redefined)Stefan Weil
2011-12-19configure: Fix compiler warning in config.log (unused variable)Stefan Weil
2011-12-19configure: Fix compiler warnings in config.log (null arguments)Stefan Weil
2011-12-19configure: Fix compiler warning in config.log (integer from pointer)Stefan Weil
2011-12-19configure: Fix compiler warnings in config.log (old-style function definition)Stefan Weil
2011-12-19configure: Fix compiler warnings in config.log (always return a value from main)Stefan Weil
2011-12-19Also create piix3 property when Xen is enabledJulian Pidancet
2011-12-19slirp: Fix typo in net_slirp_hostfwd_removeGeoffrey Thomas
2011-12-18pc: add pc-0.15Anthony Liguori
2011-12-16kvm: Print something before calling abort() if KVM_RUN failsMichael Ellerman
2011-12-16stellaris: Calculate system clock period on resetPeter Maydell
2011-12-16Makefile.target: Remove unnecessary dependency rulesPeter Maydell
2011-12-16ide: drop argument to dma_buf_commitPaolo Bonzini
2011-12-15phys_page_find_alloc: Use correct initial region_offset.Alex Rozenman
2011-12-15network scripts: don't block SIGCHLD before forkingMichael Roth
2011-12-15HACKING: clarify allocation/free recommendationsPeter Maydell
2011-12-15usb: fix usb_qdev_init() error handling againStefan Hajnoczi
2011-12-15exec.c: Fix subpage memory access to RAM MemoryRegionAndreas Färber
2011-12-15vl.c: Print the actual program name in help outputmichael@ozlabs.org
2011-12-15error: Add an accessor for prognamemichael@ozlabs.org
2011-12-15fix win32 buildPaolo Bonzini
2011-12-15qdev: add a qdev_get_type() function and expose as a 'type' propertyAnthony Liguori
2011-12-15qom: add string property typeAnthony Liguori
2011-12-15qom: add vga node to the pc composition treeAnthony Liguori
2011-12-15qom: optimize qdev_get_canonical_path using a parent linkAnthony Liguori
2011-12-15rtc: add a dynamic property for retrieving the dateAnthony Liguori
2011-12-15rtc: make piix3 set the rtc as a child (v2)Anthony Liguori
2011-12-15dev: add an anonymous peripheral containerAnthony Liguori
2011-12-15qdev: add explicitly named devices to the root complexAnthony Liguori
2011-12-15qom: qom_{get, set} monitor commands (v2)Anthony Liguori
2011-12-15qmp: add qom-list commandAnthony Liguori
2011-12-15qapi: allow a 'gen' key to suppress code generationAnthony Liguori
2011-12-15qom: add link properties (v2)Anthony Liguori