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
/
coverage
/
compare_gcov_json.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-10-05
nbd/server: Refactor list of negotiated meta contexts
Eric Blake
2
-25
/
+31
2023-10-05
nbd/client: Request extended headers during negotiation
Eric Blake
8
-6
/
+38
2023-10-05
nbd/client: Accept 64-bit block status chunks
Eric Blake
2
-15
/
+35
2023-10-05
nbd/client: Initial support for extended headers
Eric Blake
4
-38
/
+74
2023-10-05
nbd/client: Plumb errp through nbd_receive_replies
Eric Blake
1
-6
/
+12
2023-10-05
nbd/server: Enable initial support for extended headers
Eric Blake
2
-0
/
+22
2023-10-05
nbd/server: Support 64-bit block status
Eric Blake
1
-25
/
+81
2023-10-05
nbd/server: Prepare to send extended header replies
Eric Blake
1
-8
/
+22
2023-10-05
nbd/server: Prepare to receive extended header requests
Eric Blake
2
-14
/
+34
2023-10-05
nbd/server: Support a request payload
Eric Blake
2
-5
/
+38
2023-10-05
mailmap: Fix BALATON Zoltan author email
Eric Blake
1
-0
/
+1
2023-10-05
maint: Tweak comments in mailmap regarding SPF
Eric Blake
1
-1
/
+13
2023-10-05
mailmap: Fix Andrey Drobyshev author email
Andrey Drobyshev
1
-0
/
+1
2023-10-04
libvhost-user: handle shared_object msg
Albert Esteve
2
-1
/
+174
2023-10-04
vhost-user: add shared_object msg
Albert Esteve
4
-12
/
+216
2023-10-04
hw/display: introduce virtio-dmabuf
Albert Esteve
6
-0
/
+384
2023-10-04
util/uuid: add a hash function
Albert Esteve
3
-0
/
+43
2023-10-04
virtio: remove unused next argument from virtqueue_split_read_next_desc()
Ilya Maximets
1
-10
/
+8
2023-10-04
virtio: remove unnecessary thread fence while reading next descriptor
Ilya Maximets
1
-2
/
+0
2023-10-04
virtio: use shadow_avail_idx while checking number of heads
Ilya Maximets
1
-3
/
+15
2023-10-04
libvhost-user.c: add assertion to vu_message_read_default
Vladimir Sementsov-Ogievskiy
1
-0
/
+1
2023-10-04
pcie_sriov: unregister_vfs(): fix error path
Vladimir Sementsov-Ogievskiy
1
-6
/
+3
2023-10-04
hw/i386/pc: improve physical address space bound check for 32-bit x86 systems
Ani Sinha
6
-12
/
+65
2023-10-04
amd_iommu: Fix APIC address check
Akihiko Odaki
2
-9
/
+2
2023-10-04
vdpa net: follow VirtIO initialization properly at cvq isolation probing
Eugenio Pérez
1
-4
/
+10
2023-10-04
vdpa net: stop probing if cannot set features
Eugenio Pérez
1
-0
/
+1
2023-10-04
vdpa net: fix error message setting virtio status
Eugenio Pérez
1
-1
/
+1
2023-10-04
hw/pci-bridge/cxl-upstream: Add serial number extended capability support
Jonathan Cameron
1
-2
/
+13
2023-10-04
hw/cxl: Support 4 HDM decoders at all levels of topology
Jonathan Cameron
4
-56
/
+124
2023-10-04
hw/cxl: Fix and use same calculation for HDM decoder block size everywhere
Jonathan Cameron
4
-18
/
+31
2023-10-04
hw/cxl: Add utility functions decoder interleave ways and target count.
Jonathan Cameron
2
-6
/
+56
2023-10-04
hw/cxl: Push cxl_decoder_count_enc() and cxl_decode_ig() into .c
Jonathan Cameron
2
-16
/
+20
2023-10-04
vdpa net: zero vhost_vdpa iova_tree pointer at cleanup
Eugenio Pérez
1
-0
/
+2
2023-10-04
vdpa: fix gcc cvq_isolated uninitialized variable warning
Stefan Hajnoczi
1
-1
/
+1
2023-10-04
hw/acpi/core: Trace enable and status registers of GPE separately
Bernhard Beschow
2
-5
/
+11
2023-10-04
hw/acpi: Trace GPE access in all device models, not just PIIX4
Bernhard Beschow
3
-7
/
+9
2023-10-04
hw/i386/acpi-build: Determine SMI command port just once
Bernhard Beschow
1
-3
/
+3
2023-10-04
hw/i386: Remove now redundant TYPE_ACPI_GED_X86
Bernhard Beschow
4
-31
/
+1
2023-10-04
hw/acpi/acpi_dev_interface: Remove now unused #include "hw/boards.h"
Bernhard Beschow
5
-2
/
+5
2023-10-04
hw/acpi/acpi_dev_interface: Remove now unused madt_cpu virtual method
Bernhard Beschow
5
-20
/
+0
2023-10-04
hw/acpi/cpu: Have build_cpus_aml() take a build_madt_cpu_fn callback
Bernhard Beschow
3
-9
/
+9
2023-10-04
hw/i386/acpi-build: Use pc_madt_cpu_entry() directly
Bernhard Beschow
4
-9
/
+5
2023-10-04
tcg/loongarch64: Fix buid error
gaosong
1
-33
/
+35
2023-10-04
tests/avocado: Re-enable MIPS Malta tests (GitLab issue #1884 fixed)
Philippe Mathieu-Daudé
4
-24
/
+0
2023-10-04
build: Remove --enable-gprof
Richard Henderson
9
-52
/
+1
2023-10-04
linux-user/hppa: Fix struct target_sigcontext layout
Richard Henderson
1
-1
/
+1
2023-10-04
tcg: Split out tcg init functions to tcg/startup.h
Richard Henderson
9
-9
/
+65
2023-10-04
tcg: Remove argument to tcg_prologue_init
Richard Henderson
5
-5
/
+6
2023-10-04
accel/tcg: Make cpu-exec-common.c a target agnostic unit
Philippe Mathieu-Daudé
7
-12
/
+18
2023-10-04
accel/tcg: Make icount.o a target agnostic unit
Philippe Mathieu-Daudé
4
-7
/
+2
[next]