aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-11tests/qtest: migration: Add migrate_incoming_qmp helperFabiano Rosas
2023-10-11tests/qtest: migration: Expose migrate_set_capabilityFabiano Rosas
2023-10-11migration/qmp: Fix crash on setting tls-authz with nullPeter Xu
2023-10-10Merge tag 'firmware/seabios-20231010-pull-request' of https://gitlab.com/krax...Stefan Hajnoczi
2023-10-10Merge tag 'dirtylimit-dirtyrate-pull-request-20231010' of https://github.com/...Stefan Hajnoczi
2023-10-10tests/acpi: disable tests/data/acpi/q35/DSDT.mmio64 updatesGerd Hoffmann
2023-10-10tests/acpi: update expected data filesGerd Hoffmann
2023-10-10seabios: update binaries to git snapshotGerd Hoffmann
2023-10-10seabios: update submodule to git snapshotGerd Hoffmann
2023-10-10tests/acpi: enable tests/data/acpi/q35/DSDT.mmio64 updatesGerd Hoffmann
2023-10-10tests/bios-tables-test: tcg-emulate opteron for mmio64 testGerd Hoffmann
2023-10-10migration/dirtyrate: use QEMU_CLOCK_HOST to report start-timeAndrei Gudkov
2023-10-10migration/calc-dirty-rate: millisecond-granularity periodAndrei Gudkov
2023-10-09Merge tag 'pull-vfio-20231009' of https://github.com/legoater/qemu into stagingStefan Hajnoczi
2023-10-09Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2023-10-09Merge tag 'q800-for-8.2-pull-request' of https://github.com/vivier/qemu-m68k ...Stefan Hajnoczi
2023-10-09Merge tag 'pull-shadow-2023-10-06' of https://repo.or.cz/qemu/armbru into sta...Stefan Hajnoczi
2023-10-09Merge tag 'pull-nbd-2023-10-05' of https://repo.or.cz/qemu/ericb into stagingStefan Hajnoczi
2023-10-08audio, qtest: get rid of QEMU_AUDIO_DRVPaolo Bonzini
2023-10-08audio: reintroduce default audio backend for VNCPaolo Bonzini
2023-10-08audio: do not use first -audiodev as default audio devicePaolo Bonzini
2023-10-08audio: extend -audio to allow creating a default backendPaolo Bonzini
2023-10-08audio: extract audio_define_defaultPaolo Bonzini
2023-10-08audio: disable default backends if -audio/-audiodev is usedPaolo Bonzini
2023-10-08audio: error hints need a trailing \nPaolo Bonzini
2023-10-08cutils: squelch compiler warnings with custom pathsPaolo Bonzini
2023-10-08configure: change $softmmu to $systemPaolo Bonzini
2023-10-08system: Rename softmmu/ directory as system/Philippe Mathieu-Daudé
2023-10-07meson: Rename target_softmmu_arch -> target_system_archPhilippe Mathieu-Daudé
2023-10-07meson: Rename softmmu_mods -> system_modsPhilippe Mathieu-Daudé
2023-10-07target/i386: Rename i386_softmmu_kvm_ss -> i386_kvm_ssPhilippe Mathieu-Daudé
2023-10-07semihosting: Rename softmmu_FOO_user() -> uaccess_FOO_user()Philippe Mathieu-Daudé
2023-10-07gdbstub: Rename 'softmmu' -> 'system'Philippe Mathieu-Daudé
2023-10-07accel: Rename accel_softmmu* -> accel_system*Philippe Mathieu-Daudé
2023-10-07tcg: Correct invalid mentions of 'softmmu' by 'system-mode'Philippe Mathieu-Daudé
2023-10-07fuzz: Correct invalid mentions of 'softmmu' by 'system'Philippe Mathieu-Daudé
2023-10-07cpu: Correct invalid mentions of 'softmmu' by 'system-mode'Philippe Mathieu-Daudé
2023-10-07travis-ci: Correct invalid mentions of 'softmmu' by 'system'Philippe Mathieu-Daudé
2023-10-07softmmu/trace-events: Fix a typoPhilippe Mathieu-Daudé
2023-10-07target/i386: Check for USER_ONLY definition instead of SOFTMMU onePhilippe Mathieu-Daudé
2023-10-07util/log: re-allow switching away from stderr log fileFiona Ebner
2023-10-07sysemu/kvm: Restrict hvf_get_supported_cpuid() to x86 targetsPhilippe Mathieu-Daudé
2023-10-07target/i386/hvf: Remove unused includes in 'hvf-i386.h'Philippe Mathieu-Daudé
2023-10-06linux-user/syscall.c: clean up local variable shadowing in xattr syscallsLaurent Vivier
2023-10-06linux-user/syscall.c: clean up local variable shadowing in TARGET_NR_getcpuLaurent Vivier
2023-10-06linux-user/syscall.c: clean up local variable shadowing in do_ioctl_dm()Laurent Vivier
2023-10-06linux-user/mmap.c: clean up local variable shadowingLaurent Vivier
2023-10-06linux-user/flatload: clean up local variable shadowingLaurent Vivier
2023-10-06hw/usb: Silence compiler warnings in USB code when compiling with -WshadowThomas Huth
2023-10-06target/ppc: Clean up local variable shadowing in kvm_arch_*_registers()Cédric Le Goater