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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
cxl/cdat: Fix header sum value in CDAT checksum
Ira Weiny
2024-02-14
1
-2
/
+7
|
*
|
hw/pci-bridge/cxl_upstream: Drop g_malloc() failure handling
Jonathan Cameron
2024-02-14
1
-6
/
+0
|
*
|
hw/mem/cxl_type3: Drop handling of failure of g_malloc0() and g_malloc()
Jonathan Cameron
2024-02-14
1
-45
/
+7
|
*
|
cxl/cdat: Handle cdat table build errors
Ira Weiny
2024-02-14
1
-1
/
+1
|
*
|
smmu: Clear SMMUPciBus pointer cache when system reset
Zhenzhong Duan
2024-02-14
1
-0
/
+2
|
*
|
virtio_iommu: Clear IOMMUPciBus pointer cache when system reset
Zhenzhong Duan
2024-02-14
1
-2
/
+2
|
*
|
MAINTAINERS: Drop myself as VT-d maintainers
Peter Xu
2024-02-14
1
-1
/
+0
|
*
|
vhost-user.rst: Fix vring address description
Andrey Ignatov
2024-02-14
1
-3
/
+3
|
*
|
hw/isa/vt82c686: Implement relocation and toggling of SuperI/O functions
Bernhard Beschow
2024-02-14
1
-10
/
+55
|
*
|
hw/ppc/pegasos2: Let pegasos2 machine configure SuperI/O functions
Bernhard Beschow
2024-02-14
1
-0
/
+12
|
*
|
hw/char/parallel-isa: Implement relocation and enabling/disabling for TYPE_IS...
Bernhard Beschow
2024-02-14
2
-0
/
+17
|
*
|
hw/char/serial-isa: Implement relocation and enabling/disabling for TYPE_ISA_...
Bernhard Beschow
2024-02-14
2
-0
/
+16
|
*
|
hw/block/fdc-isa: Implement relocation and enabling/disabling for TYPE_ISA_FDC
Bernhard Beschow
2024-02-14
2
-0
/
+17
|
*
|
exec/ioport: Add portio_list_set_enabled()
Bernhard Beschow
2024-02-14
3
-0
/
+11
|
*
|
exec/ioport: Add portio_list_set_address()
Bernhard Beschow
2024-02-14
3
-2
/
+24
|
*
|
exec/ioport: Resolve redundant .base attribute in struct MemoryRegionPortio
Bernhard Beschow
2024-02-14
2
-8
/
+6
|
*
|
hw/char/parallel: Move portio_list from ParallelState to ISAParallelState
Bernhard Beschow
2024-02-14
3
-3
/
+3
|
*
|
hw/block/fdc-sysbus: Move iomem from FDCtrl to FDCtrlSysBus
Bernhard Beschow
2024-02-14
2
-4
/
+4
|
*
|
hw/block/fdc-isa: Move portio_list from FDCtrl to FDCtrlISABus
Bernhard Beschow
2024-02-14
2
-3
/
+3
|
*
|
target/i386/cpu: Fix typo in comment
Bernhard Beschow
2024-02-14
1
-1
/
+1
|
*
|
hw/i386/x86: Fix PIC interrupt handling if APIC is globally disabled
Bernhard Beschow
2024-02-14
3
-2
/
+16
|
*
|
hw/i386/x86: Reverse if statement
Bernhard Beschow
2024-02-14
1
-3
/
+3
|
*
|
test: bios-tables-test: add IVRS changed binary
Bui Quang Minh
2024-02-14
2
-1
/
+0
|
*
|
amd_iommu: report x2APIC support to the operating system
Bui Quang Minh
2024-02-14
5
-46
/
+133
|
*
|
test: bios-tables-test: prepare IVRS change in ACPI table
Bui Quang Minh
2024-02-14
1
-0
/
+1
|
*
|
intel_iommu: allow Extended Interrupt Mode when using userspace APIC
Bui Quang Minh
2024-02-14
1
-5
/
+1
|
*
|
apic, i386/tcg: add x2apic transitions
Bui Quang Minh
2024-02-14
10
-19
/
+96
|
*
|
apic: add support for x2APIC mode
Bui Quang Minh
2024-02-14
7
-74
/
+258
|
*
|
i386/tcg: implement x2APIC registers MSR access
Bui Quang Minh
2024-02-14
5
-32
/
+127
|
*
|
hw/virtio: derive vhost-user-input from vhost-user-base
Leo Yan
2024-02-14
3
-102
/
+21
|
*
|
hw/virtio: Move vhost-user-input into virtio folder
Leo Yan
2024-02-14
4
-3
/
+4
|
*
|
docs/system: Add vhost-user-input documentation
Leo Yan
2024-02-14
4
-1
/
+50
|
*
|
hw/virtio: Support set_config() callback in vhost-user-base
Leo Yan
2024-02-14
1
-0
/
+17
|
*
|
docs/system: add a basic enumeration of vhost-user devices
Alex Bennée
2024-02-14
2
-1
/
+71
|
*
|
hw/virtio: add vhost-user-snd and vhost-user-snd-pci devices
Manos Pitsidianakis
2024-02-14
6
-0
/
+181
|
*
|
hw/virtio: derive vhost-user-i2c from vhost-user-base
Alex Bennée
2024-02-14
3
-268
/
+23
|
*
|
hw/virtio: derive vhost-user-gpio from vhost-user-base
Alex Bennée
2024-02-14
3
-415
/
+22
|
*
|
hw/virtio: derive vhost-user-rng from vhost-user-base
Alex Bennée
2024-02-14
3
-285
/
+31
|
*
|
hw/virtio: convert vhost-user-base to async shutdown
Alex Bennée
2024-02-14
1
-4
/
+12
|
*
|
virtio: split into vhost-user-base and vhost-user-device
Alex Bennée
2024-02-14
6
-342
/
+383
*
|
|
Merge tag 'pull-char-2024-02-12-v2' of https://repo.or.cz/qemu/armbru into st...
Peter Maydell
2024-02-14
6
-19
/
+68
|
\
\
\
|
*
|
|
qapi/char: Deprecate backend type "memory"
Markus Armbruster
2024-02-14
2
-3
/
+13
|
*
|
|
qapi/char: Make backend types properly conditional
Markus Armbruster
2024-02-14
1
-8
/
+12
|
*
|
|
tests/unit/test-char: Fix qemu_socket(), make_udp_socket() check
Markus Armbruster
2024-02-14
1
-2
/
+2
|
*
|
|
chardev/parallel: Don't close stdin on inappropriate device
Markus Armbruster
2024-02-14
4
-6
/
+41
*
|
|
|
Merge tag 'pull-tcg-20240213' of https://gitlab.com/rth7680/qemu into staging
Peter Maydell
2024-02-14
2
-3
/
+3
|
\
\
\
\
|
*
|
|
|
tcg/arm: Fix goto_tb for large translation blocks
Richard Henderson
2024-02-13
1
-2
/
+2
|
*
|
|
|
tcg: Increase width of temp_subindex
Richard Henderson
2024-02-13
1
-1
/
+1
*
|
|
|
|
Merge tag 'qemu-sparc-20240213' of https://github.com/mcayland/qemu into staging
Peter Maydell
2024-02-13
3
-658
/
+722
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
esp.c: add my copyright to the file
Mark Cave-Ayland
2024-02-13
1
-0
/
+1
[prev]
[next]