aboutsummaryrefslogtreecommitdiff
path: root/include/sysemu
AgeCommit message (Expand)Author
2014-09-22arch_init: Setting QEMU_ARCH enum straightBastian Koppelmann
2014-09-16qemu-char: Rename register_char_driver_qapi() to register_char_driver()Peter Maydell
2014-09-16qemu-char: Remove register_char_driver() machineryPeter Maydell
2014-09-10block: Extract the block accounting codeBenoƮt Canet
2014-09-08KVM: Add helper to run KVM_CHECK_EXTENSION on vm fdAlexander Graf
2014-09-01target-tricore: Add target stubs and qom-cpuBastian Koppelmann
2014-08-25Add ACPI tables for TPMStefan Berger
2014-08-06backends: Introduce chr-testdevPaolo Bonzini
2014-07-06Handle G_IO_HUP in tcp_chr_read for tcp chardevKirill Batuzov
2014-06-29numa: Keep track of NUMA nodes present on the command-lineEduardo Habkost
2014-06-23qemu-char: make writes thread-safePaolo Bonzini
2014-06-23qemu-char: introduce qemu_chr_allocPaolo Bonzini
2014-06-23qapi event: convert BALLOON_CHANGEWenchao Xia
2014-06-23qapi event: convert RTC_CHANGEWenchao Xia
2014-06-23os-posix: include sys/time.hWenchao Xia
2014-06-23Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2014-06-23console: move chardev declarations to sysemu/char.hMichael S. Tsirkin
2014-06-23vl: allow other threads to do qemu_system_vmstop_requestPaolo Bonzini
2014-06-20Merge remote-tracking branch 'remotes/kvm/uq/master' into stagingPeter Maydell
2014-06-19hostmem: add properties for NUMA memory policyHu Tao
2014-06-19hostmem: allow preallocation of any memory regionPaolo Bonzini
2014-06-19hostmem: add merge and dump propertiesPaolo Bonzini
2014-06-19hostmem: separate allocation from UserCreatable complete methodHu Tao
2014-06-19numa: add -numa node,memdev= optionPaolo Bonzini
2014-06-19memory: move preallocation code out of exec.cPaolo Bonzini
2014-06-19memory: reorganize file-based allocationPaolo Bonzini
2014-06-19numa: introduce memory_region_allocate_system_memoryPaolo Bonzini
2014-06-19NUMA: expand MAX_NODES from 64 to 128Wanlong Gao
2014-06-19NUMA: convert -numa option to use OptsVisitorWanlong Gao
2014-06-19NUMA: Add numa_info structure to contain numa nodes infoWanlong Gao
2014-06-19NUMA: move numa related code to new file numa.cWanlong Gao
2014-06-19Add G_IO_HUP handler for socket chardevNikolay Nikolaev
2014-06-19Add chardev API qemu_chr_fe_get_msgfdsNikolay Nikolaev
2014-06-19Add chardev API qemu_chr_fe_set_msgfdsNikolay Nikolaev
2014-06-19Add chardev API qemu_chr_fe_read_allNikolay Nikolaev
2014-06-19Add kvm_eventfds_enabled functionNikolay Nikolaev
2014-06-18add memdev backend infrastructureIgor Mammedov
2014-06-18kvm: Allow arch to set sigmask lengthJames Hogan
2014-06-16Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...Peter Maydell
2014-06-16dump: Make DumpState and endian conversion routines available for arch-specif...Bharata B Rao
2014-06-16blockdev: Remove unused DriveInfo reference countMarkus Armbruster
2014-06-16blockdev: Rename drive_init(), drive_uninit() to drive_new(), drive_del()Markus Armbruster
2014-06-11monitor: Add ringbuf_write and ringbuf_read argument completionHani Benhabiles
2014-06-11dump: eliminate DumpState.page_shift ("guest's page shift")Laszlo Ersek
2014-05-20s390x/virtio-ccw: wire up irq routing and irqfdsCornelia Huck
2014-05-20kvm: Fix enable_cap helpers on older gccAlexander Graf
2014-05-13kvm: reset state from the CPU's reset methodPaolo Bonzini
2014-05-13kvm: make one_reg helpers available for everyoneCornelia Huck
2014-05-07Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140505' i...Peter Maydell
2014-05-05Provide init function for ram migrationDr. David Alan Gilbert