aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-07ui/sdl2: use correct key names in win title on macAdrian Wowk1-0/+8
2023-11-07MAINTAINERS: Add more guest-agent related files to the corresponding sectionThomas Huth1-1/+2
2023-11-07MAINTAINERS: Add include/hw/xtensa/mx_pic.h to the XTFPGA machine sectionThomas Huth1-0/+1
2023-11-07MAINTAINERS: update libvirt devel mailing list addressDaniel P. Berrangé1-1/+1
2023-11-07MAINTAINERS: Add the CAN documentation file to the CAN sectionThomas Huth1-0/+1
2023-11-07MAINTAINERS: Add include/hw/timer/tmu012.h to the SH4 R2D sectionThomas Huth1-0/+1
2023-11-07hw/sd: Declare QOM types using DEFINE_TYPES() macroPhilippe Mathieu-Daudé10-151/+113
2023-11-07hw/i2c: pmbus: reset page register for out of range readsTitus Rwantare2-9/+33
2023-11-07hw/i2c: pmbus: immediately clear faults on requestTitus Rwantare1-0/+5
2023-11-07tests/qtest: add tests for ADM1266Titus Rwantare3-0/+124
2023-11-07hw/sensor: add ADM1266 device modelTitus Rwantare5-0/+262
2023-11-07hw/i2c: pmbus: add VCAP registerTitus Rwantare2-0/+9
2023-11-07hw/i2c: pmbus: add fan supportTitus Rwantare2-0/+177
2023-11-07hw/i2c: pmbus: add vout mode bitfieldsTitus Rwantare1-0/+8
2023-11-07hw/i2c: pmbus add support for block receiveTitus Rwantare2-1/+36
2023-11-07tests/qtest: ahci-test: add test exposing reset issue with pending callbackFiona Ebner1-1/+85
2023-11-07hw/ide: reset: cancel async DMA operation before resetting stateFiona Ebner1-7/+7
2023-11-07hw/cpu: Update the comments of nr_cores and nr_diesZhao Liu2-1/+2
2023-11-07system/cpus: Fix CPUState.nr_cores' calculationZhuocheng Ding2-6/+5
2023-11-07tests/unit: Rename test-x86-cpuid.c to test-x86-topo.cZhao Liu3-4/+4
2023-11-07hw/i386: Fix comment style in topology.hZhao Liu1-16/+17
2023-11-07hw/isa/i82378: Propagate error if PC_SPEAKER device creation failedPhilippe Mathieu-Daudé1-1/+3
2023-11-07hw/loader: Clean up global variable shadowing in rom_add_file()Philippe Mathieu-Daudé2-3/+3
2023-11-07hw/cpu: Clean up global variable shadowingPhilippe Mathieu-Daudé5-10/+10
2023-11-07exec/cpu: Have cpu_exec_realize() return a booleanPhilippe Mathieu-Daudé2-3/+5
2023-11-07hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()Philippe Mathieu-Daudé15-37/+28
2023-11-07target/alpha: Tidy up alpha_cpu_class_by_name()Philippe Mathieu-Daudé1-5/+2
2023-11-07target: Move ArchCPUClass definition to 'cpu.h'Philippe Mathieu-Daudé37-335/+287
2023-11-07target/nios2: Create IRQs *after* accelerator vCPU is realizedPhilippe Mathieu-Daudé1-8/+8
2023-11-07target/s390x/cpu: Restrict CPUS390XState declaration to 'cpu.h'Philippe Mathieu-Daudé2-4/+2
2023-11-07target/s390x/cpu: Restrict cpu_get_tb_cpu_state() definition to TCGPhilippe Mathieu-Daudé1-1/+6
2023-11-07hw/s390x/sclp: Have sclp_service_call[_protected]() take S390CPU*Philippe Mathieu-Daudé4-9/+9
2023-11-07hw/s390x/css: Have css_do_sic() take S390CPU instead of CPUS390XStatePhilippe Mathieu-Daudé4-4/+6
2023-11-07target/ppc: Move powerpc_input_t definition to 'cpu.h'Philippe Mathieu-Daudé2-21/+20
2023-11-07target/ppc: Move powerpc_mmu_t definition to 'cpu.h'Philippe Mathieu-Daudé2-43/+42
2023-11-07target/ppc: Move powerpc_excp_t definition to 'cpu.h'Philippe Mathieu-Daudé2-29/+27
2023-11-07target/ppc: Move PowerPCCPUClass definition to 'cpu.h'Philippe Mathieu-Daudé3-57/+52
2023-11-07target/ppc: Move ppc_cpu_class_by_name() declaration to 'cpu.h'Philippe Mathieu-Daudé2-2/+1
2023-11-07target/ppc: Define powerpc_pm_insn_t in 'internal.h'Philippe Mathieu-Daudé2-10/+9
2023-11-07target/ppc: Prohibit target specific KVM prototypes on user emulationPhilippe Mathieu-Daudé1-0/+4
2023-11-07target/ppc: Restrict KVM objects to system emulationPhilippe Mathieu-Daudé1-1/+1
2023-11-07hw/ppc/e500: Restrict ppce500_init_mpic_kvm() to KVMPhilippe Mathieu-Daudé3-20/+5
2023-11-07sysemu/kvm: Restrict kvmppc_get_radix_page_info() to ppc targetsPhilippe Mathieu-Daudé2-3/+2
2023-11-07target/mips: Fix TX79 LQ/SQ opcodesPhilippe Mathieu-Daudé1-1/+1
2023-11-07target/mips: Fix MSA BZ/BNZ opcodes displacementPhilippe Mathieu-Daudé1-2/+2
2023-11-07target/i386/monitor: synchronize cpu state for lapic infoDongli Zhang1-0/+5
2023-11-07target/i386/kvm: Correct comment in kvm_cpu_realize()Philippe Mathieu-Daudé1-0/+1
2023-11-07target/i386/hvf: Rename 'X86CPU *x86_cpu' variable as 'cpu'Philippe Mathieu-Daudé1-9/+9
2023-11-07target/i386/hvf: Rename 'CPUState *cpu' variable as 'cs'Philippe Mathieu-Daudé1-46/+46
2023-11-07target/i386/hvf: Use CPUState typedefPhilippe Mathieu-Daudé1-3/+3