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
2021-08-27
include/qemu/int128.h: introduce bswap128s
Matheus Ferst
1
-1
/
+16
2021-08-27
target/ppc: fix vextu[bhw][lr]x helpers
Matheus Ferst
1
-28
/
+10
2021-08-27
include/qemu/int128.h: define struct Int128 according to the host endianness
Matheus Ferst
1
-7
/
+20
2021-08-27
ppc/xive: Export xive_presenter_notify()
Cédric Le Goater
2
-4
/
+8
2021-08-27
ppc/xive: Export PQ get/set routines
Cédric Le Goater
3
-7
/
+11
2021-08-27
ppc/pnv: add a chip topology index for POWER10
Cédric Le Goater
1
-0
/
+2
2021-08-27
ppc/pnv: Distribute RAM among the chips
Cédric Le Goater
1
-8
/
+25
2021-08-27
ppc/pnv: Use a simple incrementing index for the chip-id
Cédric Le Goater
2
-31
/
+13
2021-08-27
ppc/pnv: powerpc_excp: Do not discard HDECR exception when entering power-sav...
Cédric Le Goater
1
-6
/
+0
2021-08-27
ppc/pnv: Change the POWER10 machine to support DD2 only
Cédric Le Goater
3
-3
/
+3
2021-08-27
ppc: Add a POWER10 DD2 CPU
Cédric Le Goater
3
-1
/
+7
2021-08-27
ppc/pnv: update skiboot to commit 820d43c0a775.
Cédric Le Goater
2
-0
/
+0
2021-08-27
target/ppc: moved store_40x_sler to helper_regs.c
Lucas Mateus Castro (alqotel)
2
-10
/
+12
2021-08-27
target/ppc: moved ppc_store_sdr1 to mmu_common.c
Lucas Mateus Castro (alqotel)
2
-28
/
+26
2021-08-27
target/ppc: divided mmu_helper.c in 2 files
Lucas Mateus Castro (alqotel)
5
-1592
/
+1658
2021-08-27
spapr_pci: Fix leak in spapr_phb_vfio_get_loc_code() with g_autofree
David Gibson
1
-13
/
+9
2021-08-27
xive: Remove extra '0x' prefix in trace events
Cédric Le Goater
1
-5
/
+5
2021-08-26
hw/arm/xlnx-zynqmp: Add unimplemented APU mmio
Tong Ho
2
-0
/
+39
2021-08-26
hw/arm/xlnx-versal: Add unimplemented APU mmio
Tong Ho
2
-0
/
+4
2021-08-26
target/arm: Do hflags rebuild in cpsr_write()
Peter Maydell
3
-4
/
+13
2021-08-26
target/arm: Implement HSTR.TJDBX
Peter Maydell
6
-0
/
+55
2021-08-26
target/arm: Implement HSTR.TTEE
Peter Maydell
2
-2
/
+18
2021-08-26
hw/arm/virt: Delete EL3 error checksnow provided in CPU realize
Peter Maydell
1
-5
/
+0
2021-08-26
target/arm: Avoid assertion trying to use KVM and multiple ASes
Peter Maydell
1
-0
/
+23
2021-08-26
raspi: Use error_fatal for SoC realize errors, not error_abort
Peter Maydell
1
-1
/
+1
2021-08-26
tests/tcg/multiarch/linux-test: Zero-initialize sockaddr structs
Peter Maydell
1
-2
/
+2
2021-08-26
tests/qtest/ipmi-bt-test: Zero-initialize sockaddr struct
Peter Maydell
1
-1
/
+1
2021-08-26
gdbstub: Zero-initialize sockaddr structs
Peter Maydell
1
-2
/
+2
2021-08-26
net: Zero sockaddr_in in parse_host_port()
Peter Maydell
1
-0
/
+2
2021-08-26
softmmu/physmem.c: Check return value from realpath()
Peter Maydell
1
-0
/
+3
2021-08-26
softmmu/physmem.c: Remove unneeded NULL check in qemu_ram_alloc_from_fd()
Peter Maydell
1
-1
/
+1
2021-08-26
hw/core/loader: In gunzip(), check index is in range before use, not after
Peter Maydell
1
-10
/
+25
2021-08-26
stubs: Remove unused arch_type.c stub
Peter Maydell
3
-7
/
+0
2021-08-26
arch_init.h: Don't include arch_init.h unnecessarily
Peter Maydell
14
-14
/
+0
2021-08-26
arch_init.h: Move QEMU_ARCH_VIRTIO_* to qdev-monitor.c
Peter Maydell
2
-9
/
+9
2021-08-26
arch_init.h: Add QEMU_ARCH_HEXAGON
Peter Maydell
1
-0
/
+1
2021-08-26
meson.build: Define QEMU_ARCH in config-target.h
Peter Maydell
2
-41
/
+2
2021-08-26
softmmu/arch_init.c: Trim down include list
Peter Maydell
1
-7
/
+0
2021-08-26
monitor: Use accel_find("kvm") instead of kvm_available()
Peter Maydell
3
-12
/
+1
2021-08-26
softmmu: Use accel_find("xen") instead of xen_available()
Peter Maydell
3
-13
/
+3
2021-08-26
MAINTAINERS: Add ACPI specs documents to ACPI and NVDIMM sections
Peter Maydell
1
-0
/
+5
2021-08-26
docs/specs/acpi_nvdimm: Convert to rST
Peter Maydell
3
-188
/
+229
2021-08-26
docs/specs/acpi_pci_hotplug: Convert to rST
Peter Maydell
2
-17
/
+21
2021-08-26
docs/specs/acpi_mem_hotplug: Convert to rST
Peter Maydell
3
-94
/
+129
2021-08-26
docs/specs/acpu_cpu_hotplug: Convert to rST
Peter Maydell
3
-160
/
+236
2021-08-26
target/arm/cpu64: Validate sve vector lengths are supported
Andrew Jones
1
-56
/
+45
2021-08-26
target/arm/cpu64: Replace kvm_supported with sve_vq_supported
Andrew Jones
1
-8
/
+11
2021-08-26
target/arm/kvm64: Ensure sve vls map is completely clear
Andrew Jones
1
-1
/
+1
2021-08-26
target/arm/cpu: Introduce sve_vq_supported bitmap
Andrew Jones
2
-0
/
+6
2021-08-26
hw/arm/Kconfig: no need to enable ACPI_MEMORY_HOTPLUG/ACPI_NVDIMM explicitly
Ani Sinha
1
-2
/
+0
[next]