aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2016-01-14qom/cpu: Add MemoryRegion propertyPeter Crosthwaite
2016-01-14memory: Add address_space_init_shareable()Peter Crosthwaite
2016-01-14exec.c: Add cpu_get_address_space()Peter Maydell
2016-01-14exec.c: Pass MemTxAttrs to iotlb_to_region so it uses the right ASPeter Maydell
2016-01-14cputlb.c: Use correct address space when looking up MemoryRegionSectionPeter Maydell
2016-01-14cpu: Add new asidx_from_attrs() methodPeter Maydell
2016-01-14cpu: Add new get_phys_page_attrs_debug() methodPeter Maydell
2016-01-14exec-all.h: Document tlb_set_page_with_attrs, tlb_set_pagePeter Maydell
2016-01-14exec.c: Allow target CPUs to define multiple AddressSpacesPeter Maydell
2016-01-14exec.c: Don't set cpu->as until cpu_address_space_initPeter Maydell
2016-01-13migration: Add state records for migration incomingzhanghailiang
2016-01-13migration: Export migrate_set_state()zhanghailiang
2016-01-12Merge remote-tracking branch 'remotes/kvaneesh/tags/for-upstream-signed' into...Peter Maydell
2016-01-11i.MX: move i.MX31 CCM object to register arrayJean-Christophe DUBOIS
2016-01-11Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-01-1...Peter Maydell
2016-01-11Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2016-01-11Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.6-20160111' into...Peter Maydell
2016-01-11osdep.h: Include glib-compat.h in osdep.h rather than qemu-common.hPeter Maydell
2016-01-11crypto: Fix typo in exampleEric Blake
2016-01-11spapr vio: fix to incomplete QOMifyCao jin
2016-01-11hw/ppc/spapr: Use XHCI as host controller for new spapr machinesThomas Huth
2016-01-11Move SET_MACHINE_COMPAT macro to boards.hDavid Gibson
2016-01-11ether/slirp: Avoid redefinition of the same constantsDr. David Alan Gilbert
2016-01-11vmxnet3: Introduce 'x-disable-pcie' back-compat propertyShmulik Ladkani
2016-01-11vmxnet3: Introduce 'x-old-msi-offsets' back-compat propertyShmulik Ladkani
2016-01-09ivshmem: Store file descriptor for vhost-user negotiationTetsuya Mukawa
2016-01-09Add VMSTATE_STRUCT_VARRAY_KNOWNDr. David Alan Gilbert
2016-01-09i386/pc: expose identifying the floppy controllerRoman Kagan
2016-01-09pc: acpi: move PIIX4 isa-bridge and pm devices into SSDTIgor Mammedov
2016-01-09pc: acpi: move HPET from DSDT to SSDTIgor Mammedov
2016-01-09pc: acpi: cpuhp: move \_GPE._E02() into SSDTIgor Mammedov
2016-01-09pc: acpi: cpuhp: move PRSC() method into SSDTIgor Mammedov
2016-01-09pc: acpi: cpuhp: move CPST() method into SSDTIgor Mammedov
2016-01-09pc: acpi: cpuhp: move CPMA() method into SSDTIgor Mammedov
2016-01-09pc: acpi: cpuhp: move CPEJ() method to SSDTIgor Mammedov
2016-01-09pc: acpi: memhp: drop not needed stringify(MEMORY_foo) usageIgor Mammedov
2016-01-09pc: acpi: memhp: move \_GPE._E03 into SSDTIgor Mammedov
2016-01-08pc: acpi: memhp: prepare context in SSDT for moving memhp DSDT codeIgor Mammedov
2016-01-08Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160108-1' into st...Peter Maydell
2016-01-08sdl2/opengl: add opengl context and scanout supportGerd Hoffmann
2016-01-08ui/curses: Fix color attribute of monitor for cursesOGAWA Hirofumi
2016-01-089pfs: merge hw/virtio/virtio-9p.h into hw/9pfs/virtio-9p.hWei Liu
2016-01-07block: Add check on mirror targetFam Zheng
2016-01-07block: Rename BLOCK_OP_TYPE_MIRROR to BLOCK_OP_TYPE_MIRROR_SOURCEFam Zheng
2015-12-23Merge remote-tracking branch 'remotes/berrange/tags/pull-crypto-fixes-2015-12...Peter Maydell
2015-12-23crypto: move QCryptoCipherAlgorithm/Mode enum definitions into QAPIDaniel P. Berrange
2015-12-23crypto: move QCryptoHashAlgorithm enum definition into QAPIDaniel P. Berrange
2015-12-23crypto: add ability to query hash digest lenDaniel P. Berrange
2015-12-23crypto: add additional query accessors for cipher instancesDaniel P. Berrange
2015-12-22acpi: extend aml_and() to accept target argumentIgor Mammedov