aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-12-20include: Rename sysemu/ -> system/Philippe Mathieu-Daudé965-1707/+1708
2024-12-20target/i386/sev: Reduce system specific declarationsPhilippe Mathieu-Daudé2-14/+17
2024-12-20qom: Create system containers explicitlyPeter Xu3-4/+39
2024-12-20hw/ppc: Explicitly create the drc containerPeter Xu1-10/+19
2024-12-20ppc/e500: Avoid abuse of container_get()Peter Xu1-2/+2
2024-12-20tests: Explicitly create containers in test_qom_partial_path()Peter Xu1-1/+1
2024-12-20tests: Fix test-qdev-global-props on anonymous qdev realize()Peter Xu1-0/+22
2024-12-20qom: New object_property_add_new_container()Peter Xu2-3/+23
2024-12-20qom: Add TYPE_CONTAINER macroPeter Xu4-5/+6
2024-12-20log: Add separate debug option for logging invalid memory accessesBALATON Zoltan4-4/+7
2024-12-20hvf: arm: Ignore writes to CNTP_CTL_EL0Alexander Graf1-0/+9
2024-12-19Merge tag 'pull-loongarch-20241219' of https://gitlab.com/bibo-mao/qemu into ...Stefan Hajnoczi10-278/+490
2024-12-19hw/intc/loongarch_extioi: Code cleanup about loongarch_extioiBibo Mao2-19/+14
2024-12-19hw/intc/loongarch_extioi: Add pre_save interfaceBibo Mao2-0/+14
2024-12-19hw/intc/loongarch_extioi: Inherit from loongarch_extioi_commonBibo Mao5-24/+85
2024-12-19hw/intc/loongarch_extioi: Add common file loongarch_extioi_commonBibo Mao2-57/+65
2024-12-19hw/intc/loongarch_extioi: Add unrealize interfaceBibo Mao1-3/+3
2024-12-19hw/intc/loongarch_extioi: Add common realize interfaceBibo Mao1-2/+14
2024-12-19hw/intc/loongarch_extioi: Rename LoongArchExtIOI with LoongArchExtIOICommonStateBibo Mao1-16/+25
2024-12-19include: Rename LoongArchExtIOI with LoongArchExtIOICommonStateBibo Mao2-1/+2
2024-12-19include: Move struct LoongArchExtIOI to header file loongarch_extioi_commonBibo Mao2-26/+27
2024-12-19include: Add loongarch_extioi_common header fileBibo Mao2-49/+59
2024-12-19hw/intc/loongarch_pch: Code cleanup about loongarch_pch_picBibo Mao3-19/+11
2024-12-19hw/intc/loongarch_pch: Add pre_save and post_load interfacesBibo Mao2-0/+28
2024-12-19hw/intc/loongarch_pch: Inherit from loongarch_pic_commonBibo Mao5-26/+77
2024-12-19hw/intc/loongarch_pch: Move some functions to file loongarch_pic_commonBibo Mao2-36/+42
2024-12-19hw/intc/loongarch_pch: Rename LoongArchPCHPIC with LoongArchPICCommonStateBibo Mao1-20/+32
2024-12-19hw/intc/loongarch_pch: Merge instance_init() into realize()Bibo Mao1-11/+4
2024-12-19include: Move struct LoongArchPCHPIC to loongarch_pic_common header fileBibo Mao2-26/+29
2024-12-19include: Add loongarch_pic_common header fileBibo Mao2-31/+47
2024-12-18Merge tag 'qga-pull-2024-12-18' of https://github.com/kostyanf14/qemu into st...Stefan Hajnoczi3-2/+27
2024-12-18Merge tag 'pull-request-2024-12-18' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi79-1029/+1275
2024-12-18Merge tag 'pull-target-arm-20241217' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi23-1014/+1099
2024-12-18qga: Don't access global variable in run_agent_once()Michal Privoznik1-1/+1
2024-12-18qemu-ga-win: Fix a typo errorDehan Meng1-1/+1
2024-12-18qga: skip bind mounts in fs listJean-Louis Dupond1-0/+25
2024-12-18meson.build: Disallow libnfs v6 to fix the broken macOS buildThomas Huth1-1/+1
2024-12-17tests/functional: Convert the hotplug_cpu avocado testThomas Huth3-37/+70
2024-12-17tests/functional: Convert the intel_iommu avocado testThomas Huth4-123/+179
2024-12-17tests/functional: Add a helper function for retrieving the hostfwd portThomas Huth2-5/+10
2024-12-17tests/functional: Convert the arm virt avocado testThomas Huth3-21/+31
2024-12-17tests/functional: Convert the quanta-gsj avocado testThomas Huth4-86/+97
2024-12-17MAINTAINERS: add myself as reviewer for functional test suiteDaniel P. Berrangé1-0/+1
2024-12-17tests/functional: ignore errors when caching assets, except for 404Daniel P. Berrangé1-1/+13
2024-12-17tests/functional: skip tests if assets are not availableDaniel P. Berrangé2-1/+18
2024-12-17tests/functional: remove now unused 'run_cmd' helperDaniel P. Berrangé2-12/+1
2024-12-17tests/functional: replace 'run_cmd' with subprocess helpersDaniel P. Berrangé6-30/+41
2024-12-17tests/functional: drop back compat imports from utils.pyDaniel P. Berrangé1-5/+0
2024-12-17tests/functional: convert tests to new uncompress helperDaniel P. Berrangé14-88/+31
2024-12-17tests/functional: add 'uncompress' to QemuBaseTestDaniel P. Berrangé1-0/+25