aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-01-25fdc: Add fallback optionJohn Snow1-0/+1
2016-01-25fdc: add drive type qapi enumJohn Snow1-8/+1
2016-01-22fpu: Replace uint8 typedef with uint8_tPeter Maydell1-9/+4
2016-01-22fpu: Replace int8 typedef with int8_tPeter Maydell1-2/+1
2016-01-22fpu: Replace uint32 typedef with uint32_tPeter Maydell2-7/+5
2016-01-22fpu: Replace int32 typedef with int32_tPeter Maydell1-9/+9
2016-01-22fpu: Replace uint64 typedef with uint64_tPeter Maydell1-5/+4
2016-01-22fpu: Replace int64 typedef with int64_tPeter Maydell1-9/+8
2016-01-21Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20160121' into sta...Peter Maydell1-2/+2
2016-01-21Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell1-0/+3
2016-01-21target-i386: Add support to migrate vcpu's TSC rateHaozhong Zhang1-0/+3
2016-01-21hw/arm/virt: add secure memory region and UARTPeter Maydell1-0/+1
2016-01-21qom/cpu: Add MemoryRegion propertyPeter Crosthwaite1-0/+1
2016-01-21memory: Add address_space_init_shareable()Peter Crosthwaite1-0/+18
2016-01-21exec.c: Add cpu_get_address_space()Peter Maydell1-0/+9
2016-01-21exec.c: Pass MemTxAttrs to iotlb_to_region so it uses the right ASPeter Maydell1-1/+1
2016-01-21cputlb.c: Use correct address space when looking up MemoryRegionSectionPeter Maydell1-2/+2
2016-01-21cpu: Add new asidx_from_attrs() methodPeter Maydell1-0/+20
2016-01-21cpu: Add new get_phys_page_attrs_debug() methodPeter Maydell1-2/+34
2016-01-21exec-all.h: Document tlb_set_page_with_attrs, tlb_set_pagePeter Maydell1-3/+31
2016-01-21exec.c: Allow target CPUs to define multiple AddressSpacesPeter Maydell2-0/+6
2016-01-21exec.c: Don't set cpu->as until cpu_address_space_initPeter Maydell1-1/+15
2016-01-21xlnx-zynqmp: Connect the SPI devicesAlistair Francis1-0/+3
2016-01-21xilinx_spips: Separate the state struct into a headerAlistair Francis1-0/+72
2016-01-21ssi: Move ssi.h into a separate directoryAlistair Francis1-4/+6
2016-01-21Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell3-1/+5
2016-01-21Merge remote-tracking branch 'remotes/berrange/tags/pull-io-next-2016-01-20-1...Peter Maydell4-21/+21
2016-01-21Merge remote-tracking branch 'remotes/kraxel/tags/pull-socket-20160120-1' int...Peter Maydell1-10/+0
2016-01-20blockdev: Error out on negative throttling option valuesFam Zheng1-0/+2
2016-01-20block: Inactivate BDS when migration completesKevin Wolf2-0/+2
2016-01-20block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVEKevin Wolf1-1/+1
2016-01-20io: fix description of @errp parameter initializationDaniel P. Berrange4-21/+21
2016-01-19sockets: remove use of QemuOpts from socket_dgramDaniel P. Berrange1-1/+0
2016-01-19sockets: remove use of QemuOpts from header fileDaniel P. Berrange1-9/+0
2016-01-18qom: Change object property iterator API contractDaniel P. Berrange1-16/+14
2016-01-18qom: Allow properties to be registered against classesDaniel P. Berrange1-1/+45
2016-01-18gtk: implement set_echoPaolo Bonzini1-0/+1
2016-01-18Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into s...Peter Maydell2-0/+20
2016-01-16vmstate: define vmstate_info_uinttlJuan Quintela1-0/+2
2016-01-16vmstate: Introduce VMSTATE_VARRAY_MULTPLYJuan Quintela1-0/+11
2016-01-16vmstate: introduce CPU_DoubleU arraysJuan Quintela1-0/+7
2016-01-15qemu-char: add logfile facility to all chardev backendsDaniel P. Berrange1-3/+6
2016-01-15nbd-server: do not exit on failed memory allocationPaolo Bonzini1-0/+1
2016-01-15nbd: Always call "close_fn" in nbd_client_newFam Zheng1-2/+1
2016-01-15qemu-char: delete send_all/recv_all helper methodsDaniel P. Berrange1-2/+0
2016-01-15vmw_pvscsi: x-disable-pcie, x-old-pci-configuration back-compat props are 2.5...Shmulik Ladkani1-8/+9
2016-01-15elf: add arm note typesAndrew Jones1-0/+5
2016-01-15dump: allow target to set the physical baseAndrew Jones2-1/+1
2016-01-15dump: allow target to set the page sizeAndrew Jones2-11/+7
2016-01-15xlnx-zynqmp: Add support for high DDR memory regionsAlistair Francis1-0/+12