index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-08-26
arch_init.h: Move QEMU_ARCH_VIRTIO_* to qdev-monitor.c
Peter Maydell
2021-08-26
arch_init.h: Add QEMU_ARCH_HEXAGON
Peter Maydell
2021-08-26
meson.build: Define QEMU_ARCH in config-target.h
Peter Maydell
2021-08-26
softmmu/arch_init.c: Trim down include list
Peter Maydell
2021-08-26
monitor: Use accel_find("kvm") instead of kvm_available()
Peter Maydell
2021-08-26
softmmu: Use accel_find("xen") instead of xen_available()
Peter Maydell
2021-08-26
MAINTAINERS: Add ACPI specs documents to ACPI and NVDIMM sections
Peter Maydell
2021-08-26
docs/specs/acpi_nvdimm: Convert to rST
Peter Maydell
2021-08-26
docs/specs/acpi_pci_hotplug: Convert to rST
Peter Maydell
2021-08-26
docs/specs/acpi_mem_hotplug: Convert to rST
Peter Maydell
2021-08-26
docs/specs/acpu_cpu_hotplug: Convert to rST
Peter Maydell
2021-08-26
target/arm/cpu64: Validate sve vector lengths are supported
Andrew Jones
2021-08-26
target/arm/cpu64: Replace kvm_supported with sve_vq_supported
Andrew Jones
2021-08-26
target/arm/kvm64: Ensure sve vls map is completely clear
Andrew Jones
2021-08-26
target/arm/cpu: Introduce sve_vq_supported bitmap
Andrew Jones
2021-08-26
hw/arm/Kconfig: no need to enable ACPI_MEMORY_HOTPLUG/ACPI_NVDIMM explicitly
Ani Sinha
2021-08-26
hw/dma/xlnx-zdma Always expect 'dma' link property to be set
Philippe Mathieu-Daudé
2021-08-26
hw/dma/xlnx_csu_dma: Always expect 'dma' link property to be set
Philippe Mathieu-Daudé
2021-08-26
hw/dma/xlnx_csu_dma: Run trivial checks early in realize()
Philippe Mathieu-Daudé
2021-08-26
hw/arm/xlnx-zynqmp: Realize qspi controller *after* qspi_dma
Philippe Mathieu-Daudé
2021-08-26
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-08-26' into ...
Peter Maydell
2021-08-26
qapi: make 'if' condition strings simple identifiers
Marc-André Lureau
2021-08-26
qapi: add 'not' condition operation
Marc-André Lureau
2021-08-26
qapi: Use 'if': { 'any': ... } where appropriate
Marc-André Lureau
2021-08-26
qapi: add 'any' condition
Marc-André Lureau
2021-08-26
qapi: replace if condition list with dict {'all': [...]}
Marc-André Lureau
2021-08-26
qapidoc: introduce QAPISchemaIfCond.docgen()
Marc-André Lureau
2021-08-26
qapi: introduce QAPISchemaIfCond.cgen()
Marc-André Lureau
2021-08-26
qapi: add QAPISchemaIfCond.is_present()
Marc-André Lureau
2021-08-26
qapi: wrap Sequence[str] in an object
Marc-André Lureau
2021-08-26
docs: update the documentation upfront about schema configuration
Marc-André Lureau
2021-08-26
qapi: Fix crash on redefinition with a different condition
Markus Armbruster
2021-08-26
Merge remote-tracking branch 'remotes/ehabkost-gl/tags/x86-next-pull-request'...
Peter Maydell
2021-08-25
Merge remote-tracking branch 'remotes/philmd/tags/mips-20210825' into staging
Peter Maydell
2021-08-25
Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-08-...
Peter Maydell
2021-08-25
i386/cpu: Remove AVX_VNNI feature from Cooperlake cpu model
Yang Zhong
2021-08-25
target/i386: Remove split lock detect in Snowridge CPU model
Chenyi Qiang
2021-08-25
target/mips: Replace TARGET_WORDS_BIGENDIAN by cpu_is_bigendian()
Philippe Mathieu-Daudé
2021-08-25
target/mips: Store CP0_Config0 in DisasContext
Philippe Mathieu-Daudé
2021-08-25
target/mips: Replace GET_LMASK64() macro by get_lmask(64) function
Philippe Mathieu-Daudé
2021-08-25
target/mips: Replace GET_LMASK() macro by get_lmask(32) function
Philippe Mathieu-Daudé
2021-08-25
target/mips: Call cpu_is_bigendian & inline GET_OFFSET in ld/st helpers
Philippe Mathieu-Daudé
2021-08-25
target/mips: Define gen_helper() macros in translate.h
Philippe Mathieu-Daudé
2021-08-25
target/mips: Use tcg_constant_i32() in generate_exception_err()
Philippe Mathieu-Daudé
2021-08-25
target/mips: Inline gen_helper_0e0i()
Philippe Mathieu-Daudé
2021-08-25
target/mips: Inline gen_helper_1e1i() call in op_ld_INSN() macros
Philippe Mathieu-Daudé
2021-08-25
target/mips: Simplify gen_helper() macros by using tcg_constant_i32()
Philippe Mathieu-Daudé
2021-08-25
target/mips: Use tcg_constant_i32() in gen_helper_0e2i()
Philippe Mathieu-Daudé
2021-08-25
target/mips: Remove gen_helper_1e2i()
Philippe Mathieu-Daudé
2021-08-25
target/mips: Remove gen_helper_0e3i()
Philippe Mathieu-Daudé
[next]