aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-12MAINTAINERS: add standard-headers to Hosts/LINUXCornelia Huck1-0/+1
2023-10-12MAINTAINERS: Add the CI-related doc files to the CI sectionThomas Huth1-0/+1
2023-10-12MAINTAINERS: Add include folder to the hw/char/ sectionThomas Huth1-0/+1
2023-10-12MAINTAINERS: Add unowned RISC-V related files to the right sectionsThomas Huth1-1/+9
2023-10-12MAINTAINERS: Add g364fb and ds1225y to the Jazz sectionThomas Huth1-0/+2
2023-10-12Fix compilation when UFFDIO_REGISTER is not set.Pierre Labatut1-1/+1
2023-10-11Update AMD memory encryption document links.Jianlin Li1-3/+3
2023-10-10Merge tag 'firmware/seabios-20231010-pull-request' of https://gitlab.com/krax...Stefan Hajnoczi15-0/+2
2023-10-10Merge tag 'dirtylimit-dirtyrate-pull-request-20231010' of https://github.com/...Stefan Hajnoczi3-58/+134
2023-10-10tests/acpi: disable tests/data/acpi/q35/DSDT.mmio64 updatesGerd Hoffmann1-1/+0
2023-10-10tests/acpi: update expected data filesGerd Hoffmann1-0/+0
2023-10-10seabios: update binaries to git snapshotGerd Hoffmann12-0/+0
2023-10-10seabios: update submodule to git snapshotGerd Hoffmann1-0/+0
2023-10-10tests/acpi: enable tests/data/acpi/q35/DSDT.mmio64 updatesGerd Hoffmann1-0/+1
2023-10-10tests/bios-tables-test: tcg-emulate opteron for mmio64 testGerd Hoffmann1-0/+2
2023-10-10migration/dirtyrate: use QEMU_CLOCK_HOST to report start-timeAndrei Gudkov2-11/+8
2023-10-10migration/calc-dirty-rate: millisecond-granularity periodAndrei Gudkov3-49/+128
2023-10-09Merge tag 'pull-vfio-20231009' of https://github.com/legoater/qemu into stagingStefan Hajnoczi4-31/+101
2023-10-09Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi132-277/+306
2023-10-09Merge tag 'q800-for-8.2-pull-request' of https://github.com/vivier/qemu-m68k ...Stefan Hajnoczi23-106/+1769
2023-10-09Merge tag 'pull-shadow-2023-10-06' of https://repo.or.cz/qemu/armbru into sta...Stefan Hajnoczi46-178/+170
2023-10-09Merge tag 'pull-nbd-2023-10-05' of https://repo.or.cz/qemu/ericb into stagingStefan Hajnoczi16-160/+537
2023-10-08audio, qtest: get rid of QEMU_AUDIO_DRVPaolo Bonzini2-15/+1
2023-10-08audio: reintroduce default audio backend for VNCPaolo Bonzini4-16/+21
2023-10-08audio: do not use first -audiodev as default audio devicePaolo Bonzini3-24/+22
2023-10-08audio: extend -audio to allow creating a default backendPaolo Bonzini3-21/+37
2023-10-08audio: extract audio_define_defaultPaolo Bonzini2-7/+13
2023-10-08audio: disable default backends if -audio/-audiodev is usedPaolo Bonzini4-8/+12
2023-10-08audio: error hints need a trailing \nPaolo Bonzini1-1/+1
2023-10-08cutils: squelch compiler warnings with custom pathsPaolo Bonzini1-0/+9
2023-10-08configure: change $softmmu to $systemPaolo Bonzini1-5/+5
2023-10-08system: Rename softmmu/ directory as system/Philippe Mathieu-Daudé43-39/+41
2023-10-07meson: Rename target_softmmu_arch -> target_system_archPhilippe Mathieu-Daudé22-24/+24
2023-10-07meson: Rename softmmu_mods -> system_modsPhilippe Mathieu-Daudé1-5/+5
2023-10-07target/i386: Rename i386_softmmu_kvm_ss -> i386_kvm_ssPhilippe Mathieu-Daudé1-5/+5
2023-10-07semihosting: Rename softmmu_FOO_user() -> uaccess_FOO_user()Philippe Mathieu-Daudé10-27/+31
2023-10-07gdbstub: Rename 'softmmu' -> 'system'Philippe Mathieu-Daudé4-9/+9
2023-10-07accel: Rename accel_softmmu* -> accel_system*Philippe Mathieu-Daudé5-13/+13
2023-10-07tcg: Correct invalid mentions of 'softmmu' by 'system-mode'Philippe Mathieu-Daudé26-42/+43
2023-10-07fuzz: Correct invalid mentions of 'softmmu' by 'system'Philippe Mathieu-Daudé3-4/+4
2023-10-07cpu: Correct invalid mentions of 'softmmu' by 'system-mode'Philippe Mathieu-Daudé2-3/+3
2023-10-07travis-ci: Correct invalid mentions of 'softmmu' by 'system'Philippe Mathieu-Daudé1-2/+2
2023-10-07softmmu/trace-events: Fix a typoPhilippe Mathieu-Daudé1-1/+1
2023-10-07target/i386: Check for USER_ONLY definition instead of SOFTMMU onePhilippe Mathieu-Daudé3-5/+5
2023-10-07util/log: re-allow switching away from stderr log fileFiona Ebner1-0/+2
2023-10-07sysemu/kvm: Restrict hvf_get_supported_cpuid() to x86 targetsPhilippe Mathieu-Daudé5-3/+5
2023-10-07target/i386/hvf: Remove unused includes in 'hvf-i386.h'Philippe Mathieu-Daudé1-6/+0
2023-10-06linux-user/syscall.c: clean up local variable shadowing in xattr syscallsLaurent Vivier1-4/+4
2023-10-06linux-user/syscall.c: clean up local variable shadowing in TARGET_NR_getcpuLaurent Vivier1-3/+3
2023-10-06linux-user/syscall.c: clean up local variable shadowing in do_ioctl_dm()Laurent Vivier1-11/+11