summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* qapi: Prefer type_int64 over type_int in visitorsEric Blake2019-11-291-2/+4
* qapi-visit: Kill unused visit_end_union()Eric Blake2019-11-292-2/+0
* fix MSI injection on XenStefano Stabellini2019-11-291-0/+1
* intel_iommu: large page supportJason Wang2019-11-291-0/+1
* dimm: Correct type of MemoryHotplugState->baseDavid Gibson2019-11-291-1/+1
* acpi: add function to extract oem_id and oem_table_id from the user's SLICLaszlo Ersek2019-11-291-0/+7
* acpi: expose oem_id and oem_table_id in build_rsdt()Laszlo Ersek2019-11-291-1/+2
* acpi: take oem_id in build_header(), optionallyLaszlo Ersek2019-11-291-1/+1
* pc: Eliminate PcGuestInfo structEduardo Habkost2019-11-291-6/+1
* pc: Move APIC and NUMA data from PcGuestInfo to PCMachineStateEduardo Habkost2019-11-291-5/+9
* pc: Move PcGuestInfo.fw_cfg to PCMachineStateEduardo Habkost2019-11-291-1/+1
* pc: Remove PcGuestInfo.isapc_ram_fw fieldEduardo Habkost2019-11-291-1/+0
* pc: Remove RAM size fields from PcGuestInfoEduardo Habkost2019-11-291-1/+0
* pc: Remove compat fields from PcGuestInfoEduardo Habkost2019-11-291-4/+0
* pc: Simplify xen_load_linux() signatureEduardo Habkost2019-11-291-2/+1
OpenPOWER on IntegriCloud