aboutsummaryrefslogtreecommitdiff
path: root/include/sysemu
AgeCommit message (Expand)AuthorFilesLines
2020-10-30Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell3-3/+3
2020-10-27cryptodev: Fix Lesser GPL version numberChetan Pant3-3/+3
2020-10-24accel: move qtest CpusAccel functions to a common locationJason Andryuk1-0/+3
2020-10-14kvm: Correct documentation of kvm_irqchip_*()Eduardo Habkost1-10/+9
2020-10-14win32: Simplify gmtime_r detection not depends on if _POSIX_C_SOURCE are defi...Yonggang Luo1-2/+2
2020-10-06replay: create temporary snapshot at debugger connectionPavel Dovgalyuk1-0/+2
2020-10-06gdbstub: add reverse continue support in replay modePavel Dovgalyuk1-0/+8
2020-10-06gdbstub: add reverse step support in replay modePavel Dovgalyuk1-0/+11
2020-10-06replay: flush rr queue before loading the vmstatePavel Dovgalyuk1-0/+2
2020-10-06qapi: introduce replay.json for record/replay-related stuffPavel Dovgalyuk1-0/+1
2020-10-06replay: provide an accessor for rr filenamePavel Dovgalyuk1-0/+2
2020-10-05kvm: remove kvm specific functions from global includesClaudio Fontana1-7/+0
2020-10-05hax: remove hax specific functions from global includesClaudio Fontana1-17/+0
2020-10-05whpx: remove whpx specific functions from global includesClaudio Fontana1-19/+0
2020-10-05hvf: remove hvf specific functions from global includesClaudio Fontana1-8/+0
2020-10-05cpus: add handle_interrupt to the CpusAccel interfaceClaudio Fontana1-0/+2
2020-10-05cpus: extract out kvm-specific code to accel/kvmClaudio Fontana1-1/+1
2020-10-05cpus: prepare new CpusAccel cpu accelerator interfaceClaudio Fontana3-67/+47
2020-10-05icount: rename functions to be consistent with the module nameClaudio Fontana2-10/+10
2020-10-05cpu-timers, icount: new modulesClaudio Fontana3-11/+90
2020-09-30sysemu/xen: Add missing 'exec/cpu-common.h' header for ram_addr_t typePhilippe Mathieu-Daudé1-0/+2
2020-09-30vl: relocate paths to data directoriesPaolo Bonzini1-1/+1
2020-09-30numa: drop support for '-numa node' (without memory specified)Igor Mammedov1-4/+0
2020-09-29qapi: Restrict balloon-related commands to machine codePhilippe Mathieu-Daudé1-1/+1
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-18qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost5-5/+5
2020-09-18qom: Remove ParentClassType argument from OBJECT_DECLARE_SIMPLE_TYPEEduardo Habkost1-1/+1
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