summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* block: Rename qemu_aio_release -> qemu_aio_unrefFam Zheng2014-09-221-1/+1
* block: Drop AIOCBInfo.cancelFam Zheng2014-09-221-1/+0
* block: Add bdrv_aio_cancel_asyncFam Zheng2014-09-222-0/+3
* block: Add refcnt in BlockDriverAIOCBFam Zheng2014-09-221-0/+2
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2014-09-182-6/+6
|\
| * qdev: Move global validation to a single functionEduardo Habkost2014-09-181-5/+5
| * qdev: Rename qdev_prop_check_global() to qdev_prop_check_globals()Eduardo Habkost2014-09-181-1/+1
* | qemu-char: Rename register_char_driver_qapi() to register_char_driver()Peter Maydell2014-09-161-1/+1
* | qemu-char: Remove register_char_driver() machineryPeter Maydell2014-09-161-1/+0
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2014-09-156-26/+65
|\ \
| * | block: Make the block accounting functions operate on BlockAcctStatsBenoît Canet2014-09-102-5/+8
| * | block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_Benoît Canet2014-09-101-7/+7
| * | block: Extract the block accounting codeBenoît Canet2014-09-105-24/+60
| * | block: Extract the BlockAcctStats structureBenoît Canet2014-09-102-4/+8
| * | thread-pool: Drop unnecessary includesMarkus Armbruster2014-09-101-5/+1
* | | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-09-124-8/+10
|\ \ \ | |_|/ |/| |
| * | cpu: init vmstate for ticks and clock offsetPavel Dovgalyuk2014-09-111-0/+2
| * | memory: add parameter errp to memory_region_init_rom_deviceHu Tao2014-09-091-1/+3
| * | memory: add parameter errp to memory_region_init_ramHu Tao2014-09-091-1/+3
| * | exec: add parameter errp to qemu_ram_alloc and qemu_ram_alloc_from_ptrHu Tao2014-09-091-2/+2
| * | util: Move general qemu_getauxval to util/getauxval.cFam Zheng2014-09-091-4/+0
* | | cpu-exec: Make debug_excp_handler a QOM CPU methodPeter Maydell2014-09-122-4/+2
* | | exec.c: Record watchpoint fault address and directionPeter Maydell2014-09-121-1/+5
* | | exec.c: Relax restrictions on watchpoint length and alignmentPeter Maydell2014-09-121-1/+1
* | | Merge remote-tracking branch 'remotes/kraxel/tags/pull-console-20140905-2' in...Peter Maydell2014-09-112-9/+20
|\ \ \
| * | | console: Remove unused QEMU_BIG_ENDIAN_FLAGBenjamin Herrenschmidt2014-09-051-2/+1
| * | | console: add qemu_pixman_linebuf_copyGerd Hoffmann2014-09-051-0/+2
| * | | console: add dpy_gfx_update_dirtyGerd Hoffmann2014-09-051-0/+4
| * | | console: add qemu_create_displaysurface_guestmemGerd Hoffmann2014-09-051-0/+4
| * | | console: stop using PixelFormatGerd Hoffmann2014-09-051-7/+7
| * | | console: add qemu_default_pixman_formatGerd Hoffmann2014-09-051-0/+1
| * | | console: add qemu_pixelformat_from_pixmanGerd Hoffmann2014-09-051-0/+1
| |/ /
* | | Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20140910-1' into s...Peter Maydell2014-09-111-0/+5
|\ \ \ | |_|/ |/| |
| * | xhci PCIe endpoint migration compatibility fixDr. David Alan Gilbert2014-09-101-0/+5
| |/
* | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2014-09-081-0/+17
|\ \
| * | rename parse_enum_option to qapi_enum_parse and make it publicPeter Lieven2014-09-081-0/+17
| |/
* | Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...Peter Maydell2014-09-085-7/+8
|\ \ | |/ |/|
| * spapr_pci: map the MSI window in each PHBGreg Kurz2014-09-082-3/+1
| * KVM: Add helper to run KVM_CHECK_EXTENSION on vm fdAlexander Graf2014-09-081-0/+2
| * spapr: Locate RTAS and device-tree based on real RMABenjamin Herrenschmidt2014-09-081-1/+2
| * loader: Add load_image_size() to replace load_image()Benjamin Herrenschmidt2014-09-081-0/+1
| * PPC: mac99: Move NVRAM to page boundary when necessaryAlexander Graf2014-09-081-1/+1
| * ppc: spapr-rtas - implement os-term rtas callNikunj A Dadhania2014-09-081-2/+1
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2014-09-024-1/+124
|\ \ | |/ |/|
| * intel-iommu: add IOTLB using hash tableLe Tan2014-08-281-1/+10
| * intel-iommu: add context-cache to cache context-entryLe Tan2014-08-281-0/+22
| * intel-iommu: add Intel IOMMU emulation to q35 and add a machine option "iommu...Le Tan2014-08-282-0/+3
| * intel-iommu: introduce Intel IOMMU (VT-d) emulationLe Tan2014-08-281-0/+89
| * iommu: add is_write as a parameter to the translate function of MemoryRegionI...Le Tan2014-08-281-1/+1
* | implementing victim TLB for QEMU system emulated TLBXin Tong2014-09-011-2/+7
OpenPOWER on IntegriCloud