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
/
hw
/
core
/
qdev-properties-system.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-03-09
mac_newworld: change timebase frequency from 100MHz to 25MHz for mac99 machine
Mark Cave-Ayland
1
-1
/
+1
2024-03-09
hmp: Add option to info qtree to omit details
BALATON Zoltan
2
-15
/
+18
2024-03-09
qdev: Add a granule_mode property
Eric Auger
3
-0
/
+35
2024-03-09
hw/intc/apic: fix memory leak
Paolo Bonzini
1
-4
/
+2
2024-03-09
hw/i386/pc: Have pc_init_isa() pass a NULL pci_type argument
Philippe Mathieu-Daudé
1
-1
/
+1
2024-03-09
hw/i386/pc: Remove 'host_type' argument from pc_init1()
Philippe Mathieu-Daudé
1
-9
/
+5
2024-03-09
hw/i386/pc: Use generated NotifyVmexitOption_str()
Philippe Mathieu-Daudé
1
-3
/
+1
2024-03-09
hw/i386/pc: Remove pc_compat_1_4..1.7[] left over declarations
Philippe Mathieu-Daudé
1
-12
/
+0
2024-03-09
target/i386/sev: Fix missing ERRP_GUARD() for error_prepend()
Zhao Liu
1
-0
/
+1
2024-03-09
hw/remote/remote-obj: hw/misc/ivshmem: Fix missing ERRP_GUARD() for error_pre...
Zhao Liu
1
-0
/
+1
2024-03-09
hw/net/xen_nic: Fix missing ERRP_GUARD() for error_prepend()
Zhao Liu
1
-0
/
+1
2024-03-09
hw/char/xen_console: Fix missing ERRP_GUARD() for error_prepend()
Zhao Liu
1
-0
/
+1
2024-03-09
hw/xen/hvm: Get target page size at runtime
Philippe Mathieu-Daudé
1
-23
/
+39
2024-03-09
hw/xen/hvm: Propagate page_mask to a pair of functions
Philippe Mathieu-Daudé
1
-8
/
+10
2024-03-09
hw/xen/hvm: Inline TARGET_PAGE_ALIGN() macro
Philippe Mathieu-Daudé
1
-1
/
+1
2024-03-09
hw/i386/xen: Compile 'xen-hvm.c' with Xen CPPFLAGS
Philippe Mathieu-Daudé
1
-1
/
+3
2024-03-09
hw/xen: Extract 'xen_igd.h' from 'xen_pt.h'
Philippe Mathieu-Daudé
8
-18
/
+42
2024-03-09
hw/xen/xen_pt: Add missing license
Philippe Mathieu-Daudé
1
-0
/
+10
2024-03-09
hw/xen: Use target-agnostic qemu_target_page_bits()
Philippe Mathieu-Daudé
1
-2
/
+4
2024-03-09
hw/xen: Rename 'ram_memory' global variable as 'xen_memory'
Philippe Mathieu-Daudé
4
-12
/
+12
2024-03-09
hw/xen: Remove unnecessary xen_hvm_inject_msi() stub
Philippe Mathieu-Daudé
1
-4
/
+0
2024-03-09
hw/pci/msi: Restrict xen_is_pirq_msi() call to Xen
Philippe Mathieu-Daudé
1
-1
/
+2
2024-03-09
system/physmem: Do not include 'hw/xen/xen.h' but 'sysemu/xen.h'
Philippe Mathieu-Daudé
1
-1
/
+1
2024-03-09
sysemu/xen-mapcache: Check Xen availability with CONFIG_XEN_IS_POSSIBLE
Philippe Mathieu-Daudé
1
-1
/
+2
2024-03-09
sysemu/xen: Forbid using Xen headers in user emulation
Philippe Mathieu-Daudé
1
-4
/
+4
2024-03-09
hw/i386: Rename kvmvapic.c -> vapic.c
Philippe Mathieu-Daudé
2
-4
/
+3
2024-03-08
target/arm: Move v7m-related code from cpu32.c into a separate file
Thomas Huth
4
-261
/
+296
2024-03-08
target/riscv: fix ACPI MCFG table
Ilya Chugin
1
-2
/
+2
2024-03-08
target/riscv: Fix privilege mode of G-stage translation for debugging
Hiroaki Yamamoto
1
-1
/
+1
2024-03-08
hw/intc/riscv_aplic: Fix in_clrip[x] read emulation
Anup Patel
1
-2
/
+15
2024-03-08
hw/intc/riscv_aplic: Fix setipnum_le write emulation for APLIC MSI-mode
Anup Patel
1
-4
/
+16
2024-03-08
target/riscv: Fix shift count overflow
demin.han
1
-3
/
+2
2024-03-08
trans_rvv.c.inc: remove 'is_store' bool from load/store fns
Daniel Henrique Barboza
1
-29
/
+29
2024-03-08
trans_rvv.c.inc: mark_vs_dirty() before loads and stores
Daniel Henrique Barboza
1
-15
/
+8
2024-03-08
target/riscv: mcountinhibit, mcounteren, scounteren, hcounteren is 32-bit
Vadim Shakirov
2
-12
/
+12
2024-03-08
target/riscv: move ratified/frozen exts to non-experimental
Daniel Henrique Barboza
1
-13
/
+9
2024-03-08
target/riscv/kvm: update KVM exts to Linux 6.8
Daniel Henrique Barboza
1
-0
/
+29
2024-03-08
linux-headers: Update to Linux v6.8-rc6
Daniel Henrique Barboza
23
-112
/
+381
2024-03-08
tests: riscv64: Use 'zfa' instead of 'Zfa'
Christoph Müllner
1
-1
/
+1
2024-03-08
linux-user/riscv: Add Ztso extension to hwprobe
Christoph Müllner
1
-0
/
+3
2024-03-08
RISC-V: Add support for Ztso
Palmer Dabbelt
6
-5
/
+48
2024-03-08
tests/libqos: add riscv/virt machine nodes
Daniel Henrique Barboza
2
-0
/
+138
2024-03-08
hw/riscv/virt.c: make aclint compatible with 'qtest' accel
Daniel Henrique Barboza
1
-25
/
+27
2024-03-08
hw/riscv/virt.c: add virtio-iommu-pci hotplug support
Daniel Henrique Barboza
1
-1
/
+35
2024-03-08
hw/riscv/virt.c: create '/soc/pci@...' fdt node earlier
Daniel Henrique Barboza
1
-1
/
+8
2024-03-08
hw/riscv/virt-acpi-build.c: Add SRAT and SLIT ACPI tables
Haibo Xu
1
-0
/
+60
2024-03-08
target/riscv: Add missing include guard in pmu.h
Frank Chang
1
-0
/
+5
2024-03-08
target/riscv: UPDATE xATP write CSR
Irina Ryapolova
1
-23
/
+29
2024-03-08
target/riscv: FIX xATP_MODE validation
Irina Ryapolova
1
-2
/
+2
2024-03-08
target/riscv: Promote svade to a normal extension
Andrew Jones
2
-7
/
+8
[next]