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
/
scripts
/
qapi
/
commands.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-10-19
hw/timer/npcm7xx_timer: Prevent timer from counting down past zero
Chris Rauer
1
-0
/
+3
2023-10-19
target/arm/arm-powerctl: Correctly init CPUs when powered on to lower EL
Peter Maydell
4
-124
/
+141
2023-10-19
target/arm/common-semi-target.h: Remove unnecessary boot.h include
Peter Maydell
1
-3
/
+1
2023-10-19
target/arm/kvm64.c: Remove unused include
Peter Maydell
1
-1
/
+0
2023-10-19
target/arm: Implement FEAT_HPMN0
Peter Maydell
4
-1
/
+7
2023-10-19
hw/arm/smmuv3: Advertise SMMUv3.1-XNX feature
Peter Maydell
1
-0
/
+4
2023-10-19
hw/arm/smmuv3: Sort ID register setting into field order
Peter Maydell
1
-2
/
+2
2023-10-19
hw/arm/smmuv3: Update ID register bit field definitions
Peter Maydell
1
-0
/
+38
2023-10-19
target/arm: Permit T32 LDM with single register
Peter Maydell
1
-14
/
+23
2023-10-19
arm/kvm: convert to kvm_get_one_reg
Cornelia Huck
2
-54
/
+18
2023-10-19
arm/kvm: convert to kvm_set_one_reg
Cornelia Huck
2
-58
/
+21
2023-10-19
hw/arm/sbsa-ref: use bsa.h for PPI definitions
Leif Lindholm
1
-12
/
+9
2023-10-19
include/hw/arm: move BSA definitions to bsa.h
Leif Lindholm
2
-11
/
+36
2023-10-19
{include/}hw/arm: refactor virt PPI logic
Leif Lindholm
3
-23
/
+27
2023-10-19
target/arm: Fix CNTPCT_EL0 trapping from EL0 when HCR_EL2.E2H is 0
Michal Orzel
1
-16
/
+1
2023-10-19
elf2dmp: check array bounds in pdb_get_file_size
Viktor Prutyanov
1
-4
/
+9
2023-10-19
elf2dmp: limit print length for sign_rsds
Viktor Prutyanov
1
-1
/
+1
2023-10-19
xlnx-bbram: hw/nvram: Use dot in device type name
Tong Ho
1
-1
/
+1
2023-10-19
xlnx-versal-efuse: hw/nvram: Remove deprecated device reset
Tong Ho
1
-3
/
+5
2023-10-19
xlnx-zynqmp-efuse: hw/nvram: Remove deprecated device reset
Tong Ho
1
-3
/
+5
2023-10-19
xlnx-bbram: hw/nvram: Remove deprecated device reset
Tong Ho
1
-3
/
+5
2023-10-19
hw/arm/exynos4210: Get arm_boot_info declaration from 'hw/arm/boot.h'
Philippe Mathieu-Daudé
2
-3
/
+1
2023-10-19
hw/arm: Move raspberrypi-fw-defs.h to the include/hw/arm/ folder
Thomas Huth
3
-2
/
+2
2023-10-18
linux-user: Remap guest SIGABRT
Richard Henderson
1
-7
/
+35
2023-10-18
linux-user: Detect and report host SIGILL, SIGFPE, SIGTRAP
Richard Henderson
1
-1
/
+43
2023-10-18
linux-user: Split out host_sig{segv,bus}_handler
Richard Henderson
1
-60
/
+85
2023-10-18
linux-user: Simplify signal_init
Richard Henderson
1
-20
/
+22
2023-10-18
linux-user: Map unsupported signals to an out-of-bounds value
Richard Henderson
1
-34
/
+38
2023-10-18
linux-user: Only register handlers for core_dump_signal by default
Richard Henderson
1
-29
/
+14
2023-10-18
linux-user: Detect and report host crashes
Helge Deller
1
-6
/
+63
2023-10-18
linux-user: Exit not abort in die_with_backtrace
Richard Henderson
1
-1
/
+1
2023-10-18
linux-user: Split out die_with_signal
Richard Henderson
1
-24
/
+28
2023-10-18
linux-user: Propagate failure in mmap_reserve_or_unmap back to target_munmap
Richard Henderson
1
-13
/
+17
2023-10-18
linux-user/elfload: Enable LSX/LASX in HWCAP for LoongArch
Jiajie Chen
1
-0
/
+8
2023-10-18
linux-user/sh4: Fix crashes on signal delivery
Mikulas Patocka
1
-0
/
+8
2023-10-18
linux-user/mips: fix abort on integer overflow
Mikulas Patocka
1
-1
/
+3
2023-10-18
linux-user: Fixes for zero_bss
Richard Henderson
1
-13
/
+40
2023-10-18
migration: save_zero_page() can take block through pss
Juan Quintela
1
-7
/
+6
2023-10-18
migration: control_save_page() can take block through pss
Juan Quintela
1
-3
/
+3
2023-10-18
migration: save_compress_page() can take block through pss
Juan Quintela
1
-4
/
+5
2023-10-18
hw/vfio: add ramfb migration support
Marc-André Lureau
5
-0
/
+74
2023-10-18
ramfb-standalone: add migration support
Marc-André Lureau
2
-0
/
+28
2023-10-18
ramfb: add migration support
Marc-André Lureau
2
-0
/
+23
2023-10-18
vfio/pci: Remove vfio_detach_device from vfio_realize error path
Eric Auger
1
-9
/
+7
2023-10-18
vfio/ccw: Remove redundant definition of TYPE_VFIO_CCW
Zhenzhong Duan
1
-2
/
+0
2023-10-18
vfio/ap: Remove pointless apdev variable
Zhenzhong Duan
1
-6
/
+3
2023-10-18
vfio/pci: Fix a potential memory leak in vfio_listener_region_add
Zhenzhong Duan
1
-1
/
+1
2023-10-18
vfio/common: Move legacy VFIO backend code into separate container.c
Yi Liu
4
-1139
/
+1213
2023-10-18
vfio/common: Introduce a global VFIODevice list
Zhenzhong Duan
2
-26
/
+21
2023-10-18
vfio/common: Store the parent container in VFIODevice
Zhenzhong Duan
2
-1
/
+8
[next]