summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-09-18Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-6/+6
2014-09-18qdev: Move global validation to a single functionEduardo Habkost1-5/+5
2014-09-18qdev: Rename qdev_prop_check_global() to qdev_prop_check_globals()Eduardo Habkost1-1/+1
2014-09-16qemu-char: Rename register_char_driver_qapi() to register_char_driver()Peter Maydell1-1/+1
2014-09-16qemu-char: Remove register_char_driver() machineryPeter Maydell1-1/+0
2014-09-15Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell6-26/+65
2014-09-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell4-8/+10
2014-09-12cpu-exec: Make debug_excp_handler a QOM CPU methodPeter Maydell2-4/+2
2014-09-12exec.c: Record watchpoint fault address and directionPeter Maydell1-1/+5
2014-09-12exec.c: Relax restrictions on watchpoint length and alignmentPeter Maydell1-1/+1
2014-09-11Merge remote-tracking branch 'remotes/kraxel/tags/pull-console-20140905-2' in...Peter Maydell2-9/+20
2014-09-11cpu: init vmstate for ticks and clock offsetPavel Dovgalyuk1-0/+2
2014-09-11Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20140910-1' into s...Peter Maydell1-0/+5
2014-09-10block: Make the block accounting functions operate on BlockAcctStatsBenoît Canet2-5/+8
2014-09-10block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_Benoît Canet1-7/+7
2014-09-10block: Extract the block accounting codeBenoît Canet5-24/+60
2014-09-10block: Extract the BlockAcctStats structureBenoît Canet2-4/+8
2014-09-10thread-pool: Drop unnecessary includesMarkus Armbruster1-5/+1
2014-09-10xhci PCIe endpoint migration compatibility fixDr. David Alan Gilbert1-0/+5
2014-09-09memory: add parameter errp to memory_region_init_rom_deviceHu Tao1-1/+3
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-1/+3
2014-09-09exec: add parameter errp to qemu_ram_alloc and qemu_ram_alloc_from_ptrHu Tao1-2/+2
2014-09-09util: Move general qemu_getauxval to util/getauxval.cFam Zheng1-4/+0
2014-09-08Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-0/+17
2014-09-08Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...Peter Maydell5-7/+8
2014-09-08spapr_pci: map the MSI window in each PHBGreg Kurz2-3/+1
2014-09-08KVM: Add helper to run KVM_CHECK_EXTENSION on vm fdAlexander Graf1-0/+2
2014-09-08spapr: Locate RTAS and device-tree based on real RMABenjamin Herrenschmidt1-1/+2
2014-09-08loader: Add load_image_size() to replace load_image()Benjamin Herrenschmidt1-0/+1
2014-09-08PPC: mac99: Move NVRAM to page boundary when necessaryAlexander Graf1-1/+1
2014-09-08ppc: spapr-rtas - implement os-term rtas callNikunj A Dadhania1-2/+1
2014-09-08rename parse_enum_option to qapi_enum_parse and make it publicPeter Lieven1-0/+17
2014-09-05console: Remove unused QEMU_BIG_ENDIAN_FLAGBenjamin Herrenschmidt1-2/+1
2014-09-05console: add qemu_pixman_linebuf_copyGerd Hoffmann1-0/+2
2014-09-05console: add dpy_gfx_update_dirtyGerd Hoffmann1-0/+4
2014-09-05console: add qemu_create_displaysurface_guestmemGerd Hoffmann1-0/+4
2014-09-05console: stop using PixelFormatGerd Hoffmann1-7/+7
2014-09-05console: add qemu_default_pixman_formatGerd Hoffmann1-0/+1
2014-09-05console: add qemu_pixelformat_from_pixmanGerd Hoffmann1-0/+1
2014-09-02Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell4-1/+124
2014-09-01implementing victim TLB for QEMU system emulated TLBXin Tong1-2/+7
2014-09-01target-tricore: Add board for systemmodeBastian Koppelmann1-0/+11
2014-09-01target-tricore: Add target stubs and qom-cpuBastian Koppelmann2-0/+3
2014-09-01Merge remote-tracking branch 'remotes/borntraeger/tags/kvm-s390-20140901' int...Peter Maydell1-0/+20
2014-09-01sclp-s390: Add device to manage s390 memory hotplugMatthew Rosato1-0/+20
2014-08-29Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell3-11/+63
2014-08-29Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20140829-1' into s...Peter Maydell1-0/+1
2014-08-29usb: add usb_bus_release functionGonglei1-0/+1
2014-08-29block: Add AIO context notifiersMax Reitz1-0/+41
2014-08-29aio-win32: add support for socketsPaolo Bonzini1-2/+0