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
/
source.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-01-20
hw/intc/arm_gicv3_its: Fix return codes in process_its_cmd()
Peter Maydell
1
-11
/
+11
2022-01-20
hw/intc/arm_gicv3_its: Use enum for return value of process_* functions
Peter Maydell
1
-21
/
+38
2022-01-20
hw/intc/arm_gicv3_its: Don't use data if reading command failed
Peter Maydell
1
-1
/
+6
2022-01-20
hw/intc/arm_gicv3_its: Fix handling of process_its_cmd() return value
Peter Maydell
1
-2
/
+2
2022-01-20
hw/intc/arm_gicv3_its: Convert int ID check to num_intids convention
Peter Maydell
1
-3
/
+3
2022-01-20
hw/intc/arm_gicv3_its: Fix event ID bounds checks
Peter Maydell
1
-8
/
+10
2022-01-20
hw/arm/aspeed: Add the i3c device to the AST2600 SoC
Troy Lee
2
-0
/
+19
2022-01-20
hw/misc/aspeed_i3c.c: Introduce a dummy AST2600 I3C model.
Troy Lee
4
-0
/
+439
2022-01-20
hw/arm: kudo add lm75s behind bus 1 switch at 75
Patrick Venture
1
-1
/
+9
2022-01-20
hw/arm/virt: Drop superfluous checks against highmem
Marc Zyngier
2
-6
/
+1
2022-01-20
hw/arm/virt: Disable highmem devices that don't fit in the PA range
Marc Zyngier
1
-6
/
+28
2022-01-20
hw/arm/virt: Use the PA range to compute the memory map
Marc Zyngier
1
-12
/
+52
2022-01-20
hw/arm/virt: Honor highmem setting when computing the memory map
Marc Zyngier
1
-3
/
+7
2022-01-20
hw/arm/virt: Add a control for the the highmem redistributors
Marc Zyngier
3
-1
/
+7
2022-01-20
hw/arm/virt: Add a control for the the highmem PCIe MMIO
Marc Zyngier
3
-8
/
+10
2022-01-20
hw/intc/arm_gic: Allow reset of the running priority
Petr Pavlu
1
-0
/
+2
2022-01-20
hw/intc/arm_gic: Implement read of GICC_IIDR
Petr Pavlu
1
-0
/
+9
2022-01-20
hw/arm/virt: Support for virtio-mem-pci
Gavin Shan
3
-1
/
+74
2022-01-20
virtio-mem: Correct default THP size for ARM64
Gavin Shan
1
-12
/
+20
2022-01-20
docs/can: convert to restructuredText
Lucas Ramage
2
-51
/
+42
2022-01-20
tests/acpi/bios-table-test: Update expected virt/PPTT file
Yanan Wang
2
-1
/
+0
2022-01-20
hw/acpi/aml-build: Support cluster level in PPTT generation
Yanan Wang
1
-0
/
+18
2022-01-20
tests/acpi/bios-tables-test: Allow changes to virt/PPTT file
Yanan Wang
1
-0
/
+1
2022-01-20
hw/acpi/aml-build: Improve scalability of PPTT generation
Yanan Wang
1
-18
/
+32
2022-01-20
hw/arm/virt: Support cluster level in DT cpu-map
Yanan Wang
1
-7
/
+8
2022-01-20
hw/arm/virt: Support CPU cluster on ARM virt machine
Yanan Wang
2
-0
/
+11
2022-01-20
hw/net: Move MV88W8618 network device out of hw/arm/ directory
Philippe Mathieu-Daudé
5
-380
/
+419
2022-01-20
hw/arm/musicpal: Fix coding style of code related to MV88W8618 device
Philippe Mathieu-Daudé
1
-7
/
+7
2022-01-20
hw: Move MARVELL_88W8618 Kconfig from audio/ to arm/
Philippe Mathieu-Daudé
2
-3
/
+3
2022-01-20
hw/arm/virt: KVM: Enable PAuth when supported by the host
Marc Zyngier
5
-19
/
+54
2022-01-18
docker: include bison in debian-tricore-cross
Paolo Bonzini
1
-0
/
+1
2022-01-18
FreeBSD: Upgrade to 12.3 release
Brad Smith
2
-9
/
+4
2022-01-18
test/tcg/ppc64le: Add float reference files
Richard Henderson
2
-0
/
+1516
2022-01-18
tests/tcg/multiarch: Read fp flags before printf
Richard Henderson
4
-102
/
+102
2022-01-18
linux-user: don't adjust base of found hole
Alex Bennée
1
-3
/
+2
2022-01-18
linux-user/elfload: add extra logging for hole finding
Alex Bennée
1
-0
/
+18
2022-01-18
linux-user: expand reserved brk space for 64bit guests
Alex Bennée
1
-3
/
+9
2022-01-18
docs/devel: more documentation on the use of suffixes
Alex Bennée
2
-3
/
+9
2022-01-18
docs/devel: update C standard to C11
Alex Bennée
1
-4
/
+4
2022-01-18
monitor: move x-query-profile into accel/tcg to fix build
Alex Bennée
4
-31
/
+34
2022-01-18
hw/arm: add control knob to disable kaslr_seed via DTB
Alex Bennée
3
-2
/
+39
2022-01-18
tests/docker: add libfuse3 development headers
Stefan Hajnoczi
6
-0
/
+6
2022-01-18
tests/tcg: use CONFIG_LINUX_USER, not CONFIG_LINUX
Paolo Bonzini
3
-3
/
+9
2022-01-18
tests/docker: auto-generate alpine.docker with lcitool
Daniel P. Berrangé
2
-106
/
+120
2022-01-18
tests/docker: fully expand the alpine package list
Daniel P. Berrangé
1
-1
/
+57
2022-01-18
tests/docker: fix sorting of alpine image package lists
Daniel P. Berrangé
1
-1
/
+1
2022-01-18
tests/docker: updates to alpine package list
Daniel P. Berrangé
1
-7
/
+1
2022-01-18
.gitlab-ci.d/cirrus: auto-generate variables with lcitool
Daniel P. Berrangé
4
-13
/
+30
2022-01-18
tests/docker: remove ubuntu.docker container
Daniel P. Berrangé
2
-76
/
+0
2022-01-18
tests/docker: auto-generate opensuse-leap.docker with lcitool
Daniel P. Berrangé
2
-111
/
+135
[next]