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
/
parser.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-03-21
hw/audio/intel-hda: Restrict DMA engine to memories (not MMIO devices)
Philippe Mathieu-Daudé
1
-1
/
+1
2022-03-21
hw/audio/intel-hda: Do not ignore DMA overrun errors
Philippe Mathieu-Daudé
1
-2
/
+7
2022-03-21
softmmu/physmem: Introduce MemTxAttrs::memory field and MEMTX_ACCESS_ERROR
Philippe Mathieu-Daudé
2
-2
/
+51
2022-03-21
softmmu/physmem: Simplify flatview_write and address_space_access_valid
Philippe Mathieu-Daudé
1
-8
/
+3
2022-03-18
virtio/virtio-balloon: Prefer Object* over void* parameter
Bernhard Beschow
1
-5
/
+5
2022-03-18
hw/pci/pci.c: Fix typos of "Firewire", and of "controller" on same line
Rebecca Cran
1
-1
/
+1
2022-03-18
util/osdep: Remove some early cruft
Andrew Deason
1
-7
/
+0
2022-03-18
hw/i386/acpi-build: Avoid 'sun' identifier
Andrew Deason
1
-2
/
+2
2022-03-18
util/osdep: Avoid madvise proto on modern Solaris
Andrew Deason
3
-5
/
+29
2022-03-18
hw/arm/xlnx-zynqmp: Connect the ZynqMP APU Control
Edgar E. Iglesias
2
-3
/
+26
2022-03-18
hw/misc: Add a model of the Xilinx ZynqMP APU Control
Edgar E. Iglesias
3
-0
/
+347
2022-03-18
hw/arm/xlnx-zynqmp: Connect the ZynqMP CRF
Edgar E. Iglesias
2
-0
/
+18
2022-03-18
hw/misc: Add a model of the Xilinx ZynqMP CRF
Edgar E. Iglesias
3
-0
/
+478
2022-03-18
target/arm: Make rvbar settable after realize
Edgar E. Iglesias
3
-9
/
+16
2022-03-18
hw/arm/xlnx-zynqmp: Add an unimplemented SERDES area
Edgar E. Iglesias
2
-1
/
+6
2022-03-18
target/arm: Log fault address for M-profile faults
Peter Maydell
1
-0
/
+6
2022-03-18
target/arm: Log M-profile vector table accesses
Peter Maydell
2
-0
/
+10
2022-03-18
hw/arm/virt: Fix gic-version=max when CONFIG_ARM_GICV3_TCG is unset
Eric Auger
1
-1
/
+6
2022-03-18
hw/intc: Rename CONFIG_ARM_GIC_TCG into CONFIG_ARM_GICV3_TCG
Eric Auger
2
-3
/
+3
2022-03-18
nsis installer: Fix mouse-over descriptions for emulators
Peter Maydell
2
-5
/
+13
2022-03-18
nsis installer: Suppress "ANSI targets are deprecated" warning
Peter Maydell
1
-0
/
+3
2022-03-18
nsis installer: List emulators in alphabetical order
Peter Maydell
1
-2
/
+2
2022-03-18
hw/misc/npcm7xx_clk: Don't leak string in npcm7xx_clk_sel_init()
Peter Maydell
1
-2
/
+2
2022-03-18
hw/dma/xlnx_csu_dma: Set TYPE_XLNX_CSU_DMA class_size
Peter Maydell
1
-0
/
+1
2022-03-18
target/arm: Fix handling of LPAE block descriptors
Peter Maydell
1
-2
/
+8
2022-03-18
target/arm: Fix pauth_check_trap vs SEL2
Richard Henderson
1
-1
/
+1
2022-03-18
target/arm: Fix sve2 ldnt1 and stnt1
Richard Henderson
5
-5
/
+109
2022-03-18
hw/display/vga: Report a proper error when adding a 2nd ISA VGA
Thomas Huth
1
-0
/
+6
2022-03-18
hw/display: Allow vga_common_init() to return errors
Thomas Huth
11
-13
/
+42
2022-03-18
hw/display/cirrus_vga: Clean up indentation in pci_cirrus_vga_realize()
Thomas Huth
1
-28
/
+29
2022-03-18
audio/mixeng: Do not declare unused variables
Akihiko Odaki
1
-4
/
+4
2022-03-18
ui: avoid unnecessary memory operations in vnc_refresh_server_surface()
Wen, Jianxian
1
-9
/
+17
2022-03-18
ui/gtk: Ignore 2- and 3-button press events
K. Lange
1
-0
/
+4
2022-03-16
softmmu: List CPU types again
Philippe Mathieu-Daudé
4
-10
/
+11
2022-03-16
accel/tcg: Fix cpu_ldq_be_mmu typo
Richard Henderson
1
-1
/
+1
2022-03-16
tests/avocado: start PhoneServer upfront
Beraldo Leal
1
-6
/
+7
2022-03-16
tests/tcg/s390x: Test BRASL and BRCL with large negative offsets
Ilya Leoshkevich
2
-0
/
+69
2022-03-16
s390x/tcg: Fix BRCL with a large negative offset
Ilya Leoshkevich
1
-1
/
+1
2022-03-16
s390x/tcg: Fix BRASL with a large negative offset
Ilya Leoshkevich
1
-1
/
+1
2022-03-16
tests/tcg: drop -cpu max from s390x sha512-mvx invocation
Alex Bennée
1
-2
/
+0
2022-03-15
Update version for v7.0.0-rc0 release
Peter Maydell
1
-1
/
+1
2022-03-15
MAINTAINERS: Volunteer to maintain Darwin-based hosts support
Philippe Mathieu-Daudé
1
-0
/
+8
2022-03-15
ui/cocoa: add option to swap Option and Command
Gustavo Noronha Silva
3
-12
/
+46
2022-03-15
ui/cocoa: capture all keys and combos when mouse is grabbed
Gustavo Noronha Silva
3
-2
/
+74
2022-03-15
ui/cocoa: release mouse when user switches away from QEMU window
Carwyn Ellis
1
-0
/
+2
2022-03-15
ui/cocoa: add option to disable left-command forwarding to guest
Carwyn Ellis
3
-1
/
+37
2022-03-15
ui/cocoa: Constify qkeycode translation arrays
Philippe Mathieu-Daudé
1
-2
/
+2
2022-03-15
configure: Pass filtered QEMU_OBJCFLAGS to meson
Philippe Mathieu-Daudé
2
-1
/
+28
2022-03-15
meson: Log QEMU_CXXFLAGS content in summary
Philippe Mathieu-Daudé
1
-0
/
+1
2022-03-15
meson: Resolve the entitlement.sh script once for good
Philippe Mathieu-Daudé
1
-1
/
+4
[next]