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
/
render_block_graph.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-06-26
tests/plugin: Remove duplicate insn log from libinsn.so
Richard Henderson
4
-32
/
+1
2023-06-26
softfloat: use QEMU_FLATTEN to avoid mistaken isra inlining
Alex Bennée
1
-11
/
+11
2023-06-26
cpu: Replace target_ulong with hwaddr in tb_invalidate_phys_addr()
Anton Johansson
2
-2
/
+2
2023-06-26
accel/tcg: Replace target_ulong with vaddr in translator_*()
Anton Johansson
2
-8
/
+8
2023-06-26
accel/tcg: Replace target_ulong with vaddr in *_mmu_lookup()
Anton Johansson
2
-6
/
+6
2023-06-26
accel: Replace target_ulong with vaddr in probe_*()
Anton Johansson
4
-19
/
+19
2023-06-26
accel/tcg: Widen pc to vaddr in CPUJumpCache
Anton Johansson
3
-8
/
+8
2023-06-26
accel/tcg/cpu-exec.c: Widen pc to vaddr
Anton Johansson
1
-17
/
+17
2023-06-26
accel/tcg/cputlb.c: Widen addr in MMULookupPageData
Anton Johansson
1
-15
/
+15
2023-06-26
accel/tcg/cputlb.c: Widen CPUTLBEntry access functions
Anton Johansson
2
-9
/
+9
2023-06-26
target: Widen pc/cs_base in cpu_get_tb_cpu_state
Anton Johansson
26
-58
/
+58
2023-06-26
accel/tcg/translate-all.c: Widen pc and cs_base
Anton Johansson
2
-8
/
+8
2023-06-26
accel: Replace target_ulong in tlb_*()
Anton Johansson
6
-135
/
+131
2023-06-26
vhost-vdpa: do not cleanup the vdpa/vhost-net structures if peer nic is present
Ani Sinha
1
-0
/
+8
2023-06-26
vhost_net: add an assertion for TAP client backends
Ani Sinha
1
-0
/
+1
2023-06-26
intel_iommu: Fix address space unmap
Zhenzhong Duan
1
-1
/
+1
2023-06-26
intel_iommu: Fix flag check in replay
Zhenzhong Duan
1
-1
/
+1
2023-06-26
intel_iommu: Fix a potential issue in VFIO dirty page sync
Zhenzhong Duan
1
-6
/
+3
2023-06-26
vhost-user: fully use new backend/frontend naming
Manos Pitsidianakis
12
-72
/
+74
2023-06-26
virtio-scsi: avoid dangling host notifier in ->ioeventfd_stop()
Stefan Hajnoczi
1
-2
/
+18
2023-06-26
hw/i386/pc: Clean up pc_machine_initfn
Suravee Suthikulpanit
1
-1
/
+1
2023-06-26
vdpa: fix not using CVQ buffer in case of error
Eugenio Pérez
1
-1
/
+1
2023-06-26
vdpa: mask _F_CTRL_GUEST_OFFLOADS for vhost vdpa devices
Eugenio Pérez
1
-0
/
+1
2023-06-26
vhost: fix vhost_dev_enable_notifiers() error case
Laurent Vivier
1
-29
/
+36
2023-06-26
vdpa: Allow VIRTIO_NET_F_CTRL_GUEST_OFFLOADS in SVQ
Hawkins Jiawei
1
-0
/
+1
2023-06-26
vdpa: Add vhost_vdpa_net_load_offloads()
Hawkins Jiawei
1
-0
/
+42
2023-06-26
virtio-net: expose virtio_net_supported_guest_offloads()
Hawkins Jiawei
2
-1
/
+2
2023-06-26
hw/net/virtio-net: make some VirtIONet const
Hawkins Jiawei
1
-1
/
+1
2023-06-26
vdpa: reuse virtio_vdev_has_feature()
Hawkins Jiawei
1
-4
/
+2
2023-06-26
include/hw/virtio: make some VirtIODevice const
Hawkins Jiawei
1
-1
/
+1
2023-06-26
vdpa: map shadow vrings with MAP_SHARED
Eugenio Pérez
2
-17
/
+17
2023-06-26
vdpa: reorder vhost_vdpa_net_cvq_cmd_page_len function
Eugenio Pérez
1
-16
/
+16
2023-06-26
vdpa: do not block migration if device has cvq and x-svq=on
Eugenio Pérez
1
-4
/
+7
2023-06-26
pc: q35: Bump max_cpus to 1024
Suravee Suthikulpanit
1
-1
/
+2
2023-06-26
tests/data/acpi: update after SMBIOS 2.0 change
Michael S. Tsirkin
2
-1
/
+0
2023-06-26
hw/i386/pc: Default to use SMBIOS 3.0 for newer machine models
Suravee Suthikulpanit
5
-1
/
+15
2023-06-26
hw/acpi: Fix PM control register access
BALATON Zoltan
1
-26
/
+26
2023-06-26
git-submodule.sh: allow running in validate mode without previous update
Paolo Bonzini
2
-33
/
+42
2023-06-26
target/i386: implement SYSCALL/SYSRET in 32-bit emulators
Paolo Bonzini
8
-17
/
+20
2023-06-26
target/i386: implement RDPID in TCG
Paolo Bonzini
5
-13
/
+46
2023-06-26
target/i386: sysret and sysexit are privileged
Paolo Bonzini
1
-2
/
+2
2023-06-26
target/i386: AMD only supports SYSENTER/SYSEXIT in 32-bit mode
Paolo Bonzini
1
-4
/
+6
2023-06-26
target/i386: Intel only supports SYSCALL/SYSRET in long mode
Paolo Bonzini
2
-1
/
+12
2023-06-26
target/i386: TCG supports WBNOINVD
Paolo Bonzini
2
-2
/
+3
2023-06-26
target/i386: TCG supports XSAVEERPTR
Paolo Bonzini
1
-1
/
+3
2023-06-26
target/i386: do not accept RDSEED if CPUID bit absent
Paolo Bonzini
1
-0
/
+8
2023-06-26
target/i386: TCG supports RDSEED
Paolo Bonzini
1
-3
/
+2
2023-06-26
target/i386: TCG supports 3DNow! prefetch(w)
Paolo Bonzini
1
-1
/
+2
2023-06-26
target/i386: fix INVD vmexit
Paolo Bonzini
1
-1
/
+1
2023-06-26
kvm: reuse per-vcpu stats fd to avoid vcpu interruption
Marcelo Tosatti
2
-15
/
+16
[next]