aboutsummaryrefslogtreecommitdiff
path: root/include/sysemu
AgeCommit message (Expand)AuthorFilesLines
2020-09-09Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-5/+2
2020-09-09Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost5-20/+10
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost10-44/+20
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost10-16/+21
2020-08-27kvm: Move QOM macros to kvm.hEduardo Habkost2-5/+6
2020-08-27hvf: Move HVFState typedef to hvf.hEduardo Habkost1-0/+1
2020-08-27hvf: Add missing includeEduardo Habkost1-0/+2
2020-08-04accel/xen: Fix xen_enabled() behavior on target-agnostic objectsPhilippe Mathieu-Daudé1-4/+14
2020-07-24Revert "tpm: Clean up error reporting in tpm_init_tpmdev()"Markus Armbruster1-1/+1
2020-07-11Merge remote-tracking branch 'remotes/philmd-gitlab/tags/avr-port-20200711' i...Peter Maydell1-0/+1
2020-07-11target/avr: Register AVR support with the rest of QEMUMichael Rolnik1-0/+1
2020-07-10cpu-throttle: new module, extracted from cpus.cClaudio Fontana1-0/+68
2020-07-10i386: hvf: Don't duplicate register resetRoman Bolshakov1-1/+0
2020-07-10i386: hvf: Add hvf_cpu_synchronize_pre_loadvm()Roman Bolshakov2-0/+4
2020-07-10i386: hvf: Move synchronize functions to sysemuRoman Bolshakov1-0/+10
2020-07-02virtio-balloon: Rip out qemu_balloon_inhibit()David Hildenbrand1-2/+0
2020-06-25Merge remote-tracking branch 'remotes/armbru/tags/pull-qdev-2020-06-23' into ...Peter Maydell1-0/+2
2020-06-23blockdev: Deprecate -drive with bogus interface typeMarkus Armbruster1-0/+2
2020-06-19hw/tpm: Make 'tpm_util.h' publicly accessible as "sysemu/tpm_util.h"Philippe Mathieu-Daudé1-0/+72
2020-06-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell6-71/+48
2020-06-12i386: hvf: Clean stray includes in sysemuRoman Bolshakov1-7/+0
2020-06-12i386: hvf: Drop useless declarations in sysemuRoman Bolshakov1-22/+0
2020-06-12i386: hvf: Move HVFState definition into hvfRoman Bolshakov1-37/+0
2020-06-12sysemu/hvf: Only declare hvf_allowed when HVF is availablePhilippe Mathieu-Daudé1-3/+3
2020-06-12sysemu/tcg: Only declare tcg_allowed when TCG is availablePhilippe Mathieu-Daudé1-1/+1
2020-06-12sysemu/accel: Restrict machine methods to system-modePhilippe Mathieu-Daudé1-0/+2
2020-06-10KVM: Kick resamplefd for split kernel irqchipPeter Xu1-0/+4
2020-06-10accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé1-0/+38
2020-06-10qom/object: Move Object typedef to 'qemu/typedefs.h'Philippe Mathieu-Daudé1-1/+0
2020-06-09arm/acpi: TPM2 ACPI table supportEric Auger1-0/+2
2020-06-05fuzz: add datadir for oss-fuzz compatabilityAlexander Bulekov1-0/+2
2020-05-18block: Add blk_make_empty()Max Reitz1-0/+2
2020-05-15Drop more @errp parameters after previous commitMarkus Armbruster1-1/+1
2020-05-14target-arm: kvm64: handle SIGBUS signal from kernel or KVMDongjiu Geng1-2/+1
2020-05-14KVM: Move hwpoison page related functions into kvm-all.cDongjiu Geng1-0/+12
2020-05-05block: Add blk_new_with_bs() helperEric Blake1-0/+2
2020-04-30Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-1/+1
2020-04-30block-backend: Add flags to blk_truncate()Kevin Wolf1-1/+1
2020-04-30device_tree: Constify compat in qemu_fdt_node_path()Edgar E. Iglesias1-1/+1
2020-04-30device_tree: Allow name wildcards in qemu_fdt_node_path()Edgar E. Iglesias1-0/+3
2020-04-07block: Increase BB.in_flight for coroutine and sync interfacesKevin Wolf1-1/+0
2020-03-19Add rx-softmmuYoshinori Sato1-0/+1
2020-03-16WHPX: TSC get and set should be dependent on VM stateSunil Muthuswamy1-0/+7
2020-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé1-1/+1
2020-03-09monitor/hmp: move hmp_drive_del and hmp_commit to block-hmp-cmds.cMaxim Levitsky1-4/+0
2020-03-09monitor/hmp: rename device-hotplug.c to block/monitor/block-hmp-cmds.cMaxim Levitsky1-3/+0
2020-03-06stubs: Add arch_typeKevin Wolf1-0/+2
2020-03-05tpm: Add the SysBus TPM TIS deviceEric Auger1-0/+1
2020-03-05tpm: rename TPM_TIS into TPM_TIS_ISAEric Auger1-3/+3
2020-02-25Merge tag 'patchew/20200219160953.13771-1-imammedo@redhat.com' of https://git...Paolo Bonzini3-3/+20