index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
python
/
qemu
/
utils
/
qemu_ga_client.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-04-22
target/arm: Use tcg_constant_i32 in translate.h
Richard Henderson
1
-10
/
+3
2022-04-22
target/arm: Use tcg_constant in translate-vfp.c
Richard Henderson
1
-53
/
+23
2022-04-22
target/arm: Use smin/smax for do_sat_addsub_32
Richard Henderson
1
-7
/
+2
2022-04-22
target/arm: Use tcg_constant in translate-neon.c
Richard Henderson
1
-14
/
+7
2022-04-22
target/arm: Use tcg_constant in translate-m-nocp.c
Richard Henderson
1
-7
/
+5
2022-04-22
target/arm: Simplify aa32 DISAS_WFI
Richard Henderson
1
-8
/
+4
2022-04-22
target/arm: Simplify gen_sar
Richard Henderson
1
-5
/
+3
2022-04-22
target/arm: Simplify GEN_SHIFT in translate.c
Richard Henderson
1
-10
/
+8
2022-04-22
target/arm: Split out gen_rebuild_hflags
Richard Henderson
2
-28
/
+33
2022-04-22
target/arm: Split out set_btype_raw
Richard Henderson
1
-13
/
+12
2022-04-22
target/arm: Remove fpexc32_access
Richard Henderson
3
-33
/
+2
2022-04-22
target/arm: Change CPUArchState.thumb to bool
Richard Henderson
4
-6
/
+6
2022-04-22
target/arm: Change DisasContext.thumb to bool
Richard Henderson
2
-2
/
+2
2022-04-22
target/arm: Extend store_cpu_offset to take field size
Richard Henderson
2
-9
/
+25
2022-04-22
target/arm: Change CPUArchState.aarch64 to bool
Richard Henderson
5
-6
/
+6
2022-04-22
target/arm: Change DisasContext.aarch64 to bool
Richard Henderson
3
-3
/
+3
2022-04-22
target/arm: Update SCTLR bits to ARMv9.2
Richard Henderson
1
-0
/
+14
2022-04-22
target/arm: Update SCR_EL3 bits to ARMv8.8
Richard Henderson
1
-0
/
+12
2022-04-22
target/arm: Update ISAR fields for ARMv8.8
Richard Henderson
1
-0
/
+24
2022-04-22
hw/arm/virt: Support TCG GICv4
Peter Maydell
3
-20
/
+67
2022-04-22
hw/arm/virt: Abstract out calculation of redistributor region capacity
Peter Maydell
2
-9
/
+11
2022-04-22
hw/arm/virt: Use VIRT_GIC_VERSION_* enum values in create_gic()
Peter Maydell
1
-8
/
+23
2022-04-22
hw/intc/arm_gicv3: Allow 'revision' property to be set to 4
Peter Maydell
2
-5
/
+12
2022-04-22
hw/intc/arm_gicv3: Update ID and feature registers for GICv4
Peter Maydell
6
-12
/
+32
2022-04-22
hw/intc/arm_gicv3_redist: Implement gicv3_redist_inv_vlpi()
Peter Maydell
1
-2
/
+5
2022-04-22
hw/intc/arm_gicv3_redist: Implement gicv3_redist_vinvall()
Peter Maydell
1
-1
/
+7
2022-04-22
hw/intc/arm_gicv3_redist: Implement gicv3_redist_mov_vlpi()
Peter Maydell
1
-2
/
+18
2022-04-22
hw/intc/arm_gicv3_redist: Use set_pending_table_bit() in mov handling
Peter Maydell
1
-8
/
+1
2022-04-22
hw/intc/arm_gicv3_redist: Implement gicv3_redist_vlpi_pending()
Peter Maydell
1
-2
/
+21
2022-04-22
hw/intc/arm_gicv3_redist: Implement gicv3_redist_process_vlpi()
Peter Maydell
1
-4
/
+44
2022-04-22
hw/intc/arm_gicv3_redist: Factor out "update bit in pending table" code
Peter Maydell
1
-19
/
+30
2022-04-22
hw/intc/arm_gicv3_redist: Recalculate hppvlpi on VPENDBASER writes
Peter Maydell
1
-3
/
+84
2022-04-22
hw/intc/arm_gicv3_redist: Factor out "update hpplpi for all LPIs" logic
Peter Maydell
1
-20
/
+46
2022-04-22
hw/intc/arm_gicv3_redist: Factor out "update hpplpi for one LPI" logic
Peter Maydell
1
-27
/
+47
2022-04-22
hw/intc/arm_gicv3_cpuif: Don't recalculate maintenance irq unnecessarily
Peter Maydell
1
-5
/
+5
2022-04-22
hw/intc/arm_gicv3_cpuif: Support vLPIs
Peter Maydell
6
-6
/
+140
2022-04-22
hw/intc/arm_gicv3_cpuif: Split "update vIRQ/vFIQ" from gicv3_cpuif_virt_update()
Peter Maydell
3
-25
/
+53
2022-04-22
hw/intc/arm_gicv3: Implement new GICv4 redistributor registers
Peter Maydell
4
-0
/
+102
2022-04-22
hw/intc/arm_gicv3: Implement GICv4's new redistributor frame
Peter Maydell
4
-5
/
+31
2022-04-22
hw/intc/arm_gicv3_its: Implement VINVALL
Peter Maydell
4
-0
/
+45
2022-04-22
hw/intc/arm_gicv3_its: Implement VMOVI
Peter Maydell
4
-0
/
+116
2022-04-22
hw/intc/arm_gicv3_its: Implement INV for virtual interrupts
Peter Maydell
3
-2
/
+31
2022-04-22
hw/intc/arm_gicv3_its: Implement INV command properly
Peter Maydell
4
-2
/
+74
2022-04-22
hw/intc/arm_gicv3_its: Implement VSYNC
Peter Maydell
3
-0
/
+13
2022-04-22
hw/intc/arm_gicv3_its: Implement VMOVP
Peter Maydell
4
-0
/
+94
2022-04-22
dump/win_dump: add 32-bit guest Windows support
Viktor Prutyanov
2
-99
/
+154
2022-04-22
include/qemu: add 32-bit Windows dump structures
Viktor Prutyanov
1
-0
/
+107
2022-04-22
dump/win_dump: add helper macros for Windows dump header access
Viktor Prutyanov
1
-35
/
+65
2022-04-22
include/qemu: rename Windows context definitions to expose bitness
Viktor Prutyanov
3
-14
/
+14
2022-04-22
dump: Consolidate elf note function
Janosch Frank
1
-7
/
+11
[next]