summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* osdep.h: Remove int_fast*_t Solaris compatibility codePeter Maydell2019-11-291-7/+0
* fpu: Remove use of int_fast16_t in conversions to int16Peter Maydell2019-11-291-8/+8
* qapi: Change visit_start_implicit_struct to visit_start_alternateEric Blake2019-11-292-19/+47
* qapi: Don't box branches of flat unionsEric Blake2019-11-292-3/+0
* qapi: Adjust layout of FooList typesEric Blake2019-11-292-8/+7
* hw/sd/sdhci.c: Update to use SDBus APIsPeter Maydell2019-11-291-2/+1
* hw/sd: Add QOM bus which SD cards plug in toPeter Maydell2019-11-291-0/+62
* hw/sd/sd.c: QOMifyPeter Maydell2019-11-291-0/+3
* vhost-user interrupt management fixesVictor Kaplansky2019-11-291-0/+1
* cuda: port SET_DEVICE_LIST command to new frameworkHervé Poussineau2019-11-291-1/+1
* pseries: Simplify handling of the hash page table fdDavid Gibson2019-11-291-1/+0
* nbd: implement TLS support in the protocol negotiationDaniel P. Berrange2019-11-291-0/+8
* nbd: convert to using I/O channels for actual socket I/ODaniel P. Berrange2019-11-291-6/+14
* qom: add helpers for UserCreatable object typesDaniel P. Berrange2019-11-292-3/+92
* oslib-posix.c: Move workaround for OSX daemon() deprecation to osdep.hPeter Maydell2019-11-291-0/+11
* change type of pci_bridge_initfn() to voidCao jin2019-11-291-1/+1
* virtio: optimize virtio_access_is_big_endian() for little-endian targetsGreg Kurz2019-11-291-3/+3
* virtio: move cross-endian helper to vhostGreg Kurz2019-11-291-13/+0
* virtio-net: use the backend cross-endian capabilitiesGreg Kurz2019-11-292-9/+1
* build: Don't redefine 'inline'Eric Blake2019-11-291-12/+0
* io: convert QIOChannelBuffer to use uint8_t instead of charDaniel P. Berrange2019-11-291-1/+1
* io: introduce helper for creating channels from file descriptorsDaniel P. Berrange2019-11-291-0/+52
* io: improve docs for QIOChannelSocket async functionsDaniel P. Berrange2019-11-291-2/+9
* w32: include winsock2.h before windows.hPaolo Bonzini2019-11-291-1/+1
* cpu: cpu_save/cpu_load is no morePaolo Bonzini2019-11-291-6/+0
* qom: Correct object_property_get_int() descriptionAlistair Francis2019-11-291-1/+1
* bcm2835_property: implement "get board revision" queryStephen Warren2019-11-291-0/+1
* cpu: Add callback to check architectural watchpoint matchSergey Fedorov2019-11-291-1/+6
* memory: fix usage of find_next_bit and find_next_zero_bitPaolo Bonzini2019-11-291-19/+36
* xen: move xenforeignmemory compat layer into common placeIan Campbell2019-11-291-20/+14
* xen: drop XenXC and associated interface wrappersIan Campbell2019-11-292-52/+32
* xen: drop xen_xc_hvm_inject_msi wrapperIan Campbell2019-11-291-6/+0
* xen: drop support for Xen 4.1 and older.Ian Campbell2019-11-292-146/+4
* hw: Add support for LSI SAS1068 (mptsas) devicePaolo Bonzini2019-11-291-0/+1
* scsi-generic: grab device and port SAS addresses from backendPaolo Bonzini2019-11-291-0/+1
* scsi: push WWN fields up to SCSIDevicePaolo Bonzini2019-11-291-0/+2
* include/qemu/atomic.h: default to __atomic functionsAlex Bennée2019-11-291-61/+131
* memory: RCU ram_list.dirty_memory[] for safe RAM hotplugStefan Hajnoczi2019-11-291-24/+165
* memory: add early bail out from cpu_physical_memory_set_dirty_rangePaolo Bonzini2019-11-291-0/+4
* blockjob: Fix hang in block_job_finish_syncFam Zheng2019-11-291-0/+5
* iov: avoid memcpy for "simple" iov_from_buf/iov_to_bufPaolo Bonzini2019-11-291-4/+30
* error: Improve documentation some moreMarkus Armbruster2019-11-291-4/+11
* qapi: Drop unused error argument for list and implicit structEric Blake2019-11-292-6/+11
* qapi: Drop unused 'kind' for struct/enum visitEric Blake2019-11-292-10/+6
* qapi: Swap 'name' in visit_* callbacks to match public APIEric Blake2019-11-291-18/+21
* qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake2019-11-291-2/+2
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2019-11-291-21/+31
* qom: Use typedef for VisitorEric Blake2019-11-291-5/+4
* qapi: Consolidate visitor small integer callbacksEric Blake2019-11-291-7/+1
* qapi: Make all visitors supply uint64 callbacksEric Blake2019-11-291-3/+6
OpenPOWER on IntegriCloud