summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-02-02block: set device_list.tqe_prev to NULL on BDS removalJeff Cody1-0/+1
2016-02-02block: Add "file" output parameter to block status query functionsFam Zheng2-5/+9
2016-02-02block: Add blk_remove_all_bs()Max Reitz1-0/+1
2016-02-02blockdev: Keep track of monitor-owned BDSMax Reitz1-0/+4
2016-02-02block: Add list of all BlockDriverStatesMax Reitz1-0/+2
2016-02-02block: Make bdrv_close() staticMax Reitz1-1/+0
2016-02-02block: Remove BDS close notifierMax Reitz3-4/+0
2016-02-02virtio-scsi: Catch BDS-BB removal/insertionMax Reitz1-0/+10
2016-02-02block: Add BB-BDS remove/insert notifiersMax Reitz1-0/+2
2016-02-02block: Add blk_dev_has_tray()Max Reitz1-0/+1
2016-02-02Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-next-2016-02...Peter Maydell3-14/+14
2016-02-02Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160202-1' into st...Peter Maydell1-0/+1
2016-02-02sdl: shorten the GUI refresh interval when mouse or keyboard is activeJindřich Makovička1-0/+1
2016-02-02char: remove qemu_chr_open_eventfdMarc-André Lureau1-3/+0
2016-02-01crypto: fix description of @errp parameter initializationDaniel P. Berrange3-14/+14
2016-01-30spapr: Remove rtas_st_buffer_direct()David Gibson1-8/+0
2016-01-30spapr: Small fixes to rtas_ibm_get_system_parameter, remove rtas_st_bufferDavid Gibson1-19/+9
2016-01-27gdb: provide the name of the architecture in the target.xmlDavid Hildenbrand1-0/+3
2016-01-27watchdog: introduction of get_watchdog_actionBo Tu1-0/+10
2016-01-26xen: make it possible to build without the Xen PV domain builderIan Campbell1-0/+2
2016-01-26xen: domainbuild: reopen libxenctrl interface after forking for domain watcher.Ian Campbell1-17/+0
2016-01-26xen: Use stable library interfaces when they are available.Ian Campbell1-2/+33
2016-01-26xen: Switch uses of xc_map_foreign_{pages,bulk} to use libxenforeignmemory API.Ian Campbell2-0/+26
2016-01-26xen: Switch to libxengnttab interface for compat shims.Ian Campbell2-11/+33
2016-01-26xen: Switch to libxenevtchn interface for compat shims.Ian Campbell2-11/+35
2016-01-25fdc: change auto fallback drive for ISA FDC to 288John Snow1-0/+4
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