aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-22i386/cpu: Fix i/d-cache topology to core level for Intel CPUZhao Liu2-2/+5
2024-05-22target/i386: add control bits support for LAMBinbin Wu2-1/+10
2024-05-22target/i386: add support for LAM in CPUID enumerationRobert Hoo2-1/+3
2024-05-22hw/i386/pc_sysfw: Alias rather than copy isa-bios regionBernhard Beschow5-1/+14
2024-05-22target/i386: clean up AAM/AADPaolo Bonzini4-19/+16
2024-05-22target/i386: generate simpler code for ROL/ROR with immediate countPaolo Bonzini1-12/+14
2024-05-18Merge tag 'hw-misc-20240517' of https://github.com/philmd/qemu into stagingRichard Henderson5-68/+44
2024-05-18Merge tag 'pull-request-2024-05-17' of https://gitlab.com/thuth/qemu into sta...Richard Henderson22-78/+17
2024-05-17tests: Gently exit from GDB when tests completeGustavo Romero1-1/+1
2024-05-17tests: add testing of parameter=1 for SMP topologyDaniel P. Berrangé1-0/+8
2024-05-17hw/core: allow parameter=1 for SMP topology on any machineDaniel P. Berrangé2-61/+31
2024-05-17hw/pflash: fix block write startGerd Hoffmann1-5/+3
2024-05-17ui/console: Only declare variable fence_fd when CONFIG_GBM is definedCédric Le Goater1-1/+1
2024-05-17hw/intc/s390_flic: Fix crash that occurs when saving the machine stateThomas Huth1-1/+1
2024-05-17tests/docker/dockerfiles: Update container files with "lcitool-refresh"Thomas Huth17-64/+1
2024-05-17tests/lcitool/projects/qemu.yml: Sort entries alphabetically againThomas Huth1-8/+8
2024-05-17tests/lcitool: Remove g++ from the containers (except for the MinGW one)Thomas Huth4-2/+5
2024-05-17tests/lcitool: Remove 'xfsprogs' from QEMUPhilippe Mathieu-Daudé1-1/+0
2024-05-17tests/lcitool/refresh: Treat the output of lcitool as text, not as bytesThomas Huth1-2/+2
2024-05-16Merge tag 'pull-maintainer-may24-160524-2' of https://gitlab.com/stsquad/qemu...Richard Henderson10-124/+508
2024-05-16plugins: remove op from qemu_plugin_inline_cbPierrick Bouvier3-8/+10
2024-05-16plugins: extract cpu_index generatePierrick Bouvier1-13/+11
2024-05-16plugins: distinct types for callbacksPierrick Bouvier4-84/+98
2024-05-16tests/plugin/inline: add test for conditional callbackPierrick Bouvier1-3/+86
2024-05-16plugins: conditional callbacksPierrick Bouvier7-0/+213
2024-05-16tests/plugin/inline: add test for STORE_U64 inline opPierrick Bouvier1-4/+37
2024-05-16plugins: add new inline op STORE_U64Pierrick Bouvier4-2/+22
2024-05-16plugins: extract generate ptr for qemu_plugin_u64Pierrick Bouvier1-9/+18
2024-05-16plugins: prepare introduction of new inline opsPierrick Bouvier3-6/+16
2024-05-16scripts/update-linux-header.sh: be more src tree friendlyAlex Bennée1-39/+41
2024-05-16tests/tcg: don't append QEMU_OPTS for armv6m-undef testAlex Bennée1-1/+1
2024-05-15Merge tag 'pull-hppa-20240515' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson15-741/+857
2024-05-15Merge tag 'pull-tcg-20240515' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson45-879/+887
2024-05-15target/hppa: Log cpu state on return-from-interruptRichard Henderson1-0/+12
2024-05-15target/hppa: Log cpu state at interruptRichard Henderson1-13/+14
2024-05-15target/hppa: Implement CF_PCRELRichard Henderson2-32/+55
2024-05-15target/hppa: Adjust priv for B,GATE at runtimeRichard Henderson4-25/+47
2024-05-15target/hppa: Drop tlb_entry return from hppa_get_physical_addressRichard Henderson4-20/+7
2024-05-15target/hppa: Implement PSW_XRichard Henderson1-17/+25
2024-05-15target/hppa: Implement PSW_BRichard Henderson1-19/+6
2024-05-15target/hppa: Manage PSW_X and PSW_B in translatorRichard Henderson2-3/+57
2024-05-15target/hppa: Split PSW X and B into their own fieldRichard Henderson2-4/+5
2024-05-15target/hppa: Improve hppa_cpu_dump_stateRichard Henderson1-6/+54
2024-05-15target/hppa: Do not mask in copy_iaoq_entryRichard Henderson1-6/+1
2024-05-15target/hppa: Store full iaoq_f and page offset of iaoq_b in TBRichard Henderson3-55/+48
2024-05-15linux-user/hppa: Force all code addresses to PRIV_USERRichard Henderson8-17/+31
2024-05-15target/hppa: Use delay_excp for conditional trap on overflowRichard Henderson4-17/+14
2024-05-15target/hppa: Use delay_excp for conditional trapsRichard Henderson4-19/+32
2024-05-15target/hppa: Introduce DisasDelayExceptionRichard Henderson1-5/+55
2024-05-15target/hppa: Remove cond_freeRichard Henderson1-75/+27