summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* hmp: fix sendkey out of bounds write (CVE-2015-8619)Wolfgang Bumiller2019-11-291-1/+1
* block: set device_list.tqe_prev to NULL on BDS removalJeff Cody2019-11-291-0/+1
* block: Add "file" output parameter to block status query functionsFam Zheng2019-11-292-5/+9
* block: Add blk_remove_all_bs()Max Reitz2019-11-291-0/+1
* blockdev: Keep track of monitor-owned BDSMax Reitz2019-11-291-0/+4
* block: Add list of all BlockDriverStatesMax Reitz2019-11-291-0/+2
* block: Make bdrv_close() staticMax Reitz2019-11-291-1/+0
* block: Remove BDS close notifierMax Reitz2019-11-293-4/+0
* virtio-scsi: Catch BDS-BB removal/insertionMax Reitz2019-11-291-0/+10
* block: Add BB-BDS remove/insert notifiersMax Reitz2019-11-291-0/+2
* block: Add blk_dev_has_tray()Max Reitz2019-11-291-0/+1
* sdl: shorten the GUI refresh interval when mouse or keyboard is activeJindřich Makovička2019-11-291-0/+1
* char: remove qemu_chr_open_eventfdMarc-André Lureau2019-11-291-3/+0
* crypto: fix description of @errp parameter initializationDaniel P. Berrange2019-11-293-14/+14
* spapr: Remove rtas_st_buffer_direct()David Gibson2019-11-291-8/+0
* spapr: Small fixes to rtas_ibm_get_system_parameter, remove rtas_st_bufferDavid Gibson2019-11-291-19/+9
* gdb: provide the name of the architecture in the target.xmlDavid Hildenbrand2019-11-291-0/+3
* watchdog: introduction of get_watchdog_actionBo Tu2019-11-291-0/+10
* xen: make it possible to build without the Xen PV domain builderIan Campbell2019-11-291-0/+2
* xen: domainbuild: reopen libxenctrl interface after forking for domain watcher.Ian Campbell2019-11-291-17/+0
* xen: Use stable library interfaces when they are available.Ian Campbell2019-11-291-2/+33
* xen: Switch uses of xc_map_foreign_{pages,bulk} to use libxenforeignmemory API.Ian Campbell2019-11-292-0/+26
* xen: Switch to libxengnttab interface for compat shims.Ian Campbell2019-11-292-11/+33
* xen: Switch to libxenevtchn interface for compat shims.Ian Campbell2019-11-292-11/+35
* fdc: change auto fallback drive for ISA FDC to 288John Snow2019-11-291-0/+4
* fdc: Add fallback optionJohn Snow2019-11-291-0/+1
* fdc: add drive type qapi enumJohn Snow2019-11-291-8/+1
* fpu: Replace uint8 typedef with uint8_tPeter Maydell2019-11-291-9/+4
* fpu: Replace int8 typedef with int8_tPeter Maydell2019-11-291-2/+1
* fpu: Replace uint32 typedef with uint32_tPeter Maydell2019-11-292-7/+5
* fpu: Replace int32 typedef with int32_tPeter Maydell2019-11-291-9/+9
* fpu: Replace uint64 typedef with uint64_tPeter Maydell2019-11-291-5/+4
* fpu: Replace int64 typedef with int64_tPeter Maydell2019-11-291-9/+8
* target-i386: Add support to migrate vcpu's TSC rateHaozhong Zhang2019-11-291-0/+3
* hw/arm/virt: add secure memory region and UARTPeter Maydell2019-11-291-0/+1
* qom/cpu: Add MemoryRegion propertyPeter Crosthwaite2019-11-291-0/+1
* memory: Add address_space_init_shareable()Peter Crosthwaite2019-11-291-0/+18
* exec.c: Add cpu_get_address_space()Peter Maydell2019-11-291-0/+9
* exec.c: Pass MemTxAttrs to iotlb_to_region so it uses the right ASPeter Maydell2019-11-291-1/+1
* cputlb.c: Use correct address space when looking up MemoryRegionSectionPeter Maydell2019-11-291-2/+2
* cpu: Add new asidx_from_attrs() methodPeter Maydell2019-11-291-0/+20
* cpu: Add new get_phys_page_attrs_debug() methodPeter Maydell2019-11-291-2/+34
* exec-all.h: Document tlb_set_page_with_attrs, tlb_set_pagePeter Maydell2019-11-291-3/+31
* exec.c: Allow target CPUs to define multiple AddressSpacesPeter Maydell2019-11-292-0/+6
* exec.c: Don't set cpu->as until cpu_address_space_initPeter Maydell2019-11-291-1/+15
* xlnx-zynqmp: Connect the SPI devicesAlistair Francis2019-11-291-0/+3
* xilinx_spips: Separate the state struct into a headerAlistair Francis2019-11-291-0/+72
* ssi: Move ssi.h into a separate directoryAlistair Francis2019-11-291-4/+6
* blockdev: Error out on negative throttling option valuesFam Zheng2019-11-291-0/+2
* block: Inactivate BDS when migration completesKevin Wolf2019-11-292-0/+2
OpenPOWER on IntegriCloud