qemu-devel
Thread
Date
Earlier messages
Later messages
Messages by Thread
[PATCH 2/5] migration: Add generic memfd channel helpers
Dongli Zhang
[PATCH 3/5] migration/cpr-exec: Add memfd helpers
Dongli Zhang
[PATCH v2 00/52] disas/riscv: Reorganize the disassembler
Richard Henderson
[PATCH v2 03/52] disas/riscv: Tidy dec initialization in disasm_inst
Richard Henderson
[PATCH v2 26/52] disas/riscv: Allow decode_inst_lift_pseudo to loop
Richard Henderson
[PATCH v2 23/52] disas/riscv: Handle aliases of csrrs during decode
Richard Henderson
[PATCH v2 22/52] disas/riscv: Handle aliases of csrrw during decode
Richard Henderson
[PATCH v2 08/52] disas/riscv: Tidy disasm_inst main loop
Richard Henderson
[PATCH v2 06/52] disas/riscv: Pass rv_opcode_data pointer to/from decode_inst_lift_pseudo
Richard Henderson
[PATCH v2 10/52] disas/riscv: Drop explicit zero of rv_opcode_data fields
Richard Henderson
[PATCH v2 37/52] disas/riscv: Reject all of OP-32 and OP-IMM-32 for RV32
Richard Henderson
[PATCH v2 28/52] disas/riscv: Drop format from DECOMP insns
Richard Henderson
[PATCH v2 30/52] disas/riscv: Chain "ret" pseudo off "jr" pseudo
Richard Henderson
[PATCH v2 01/52] disas/riscv: Move operand extractors earlier in file
Richard Henderson
[PATCH v2 13/52] disas/riscv: Handle c.addi4spn imm != 0 during decode
Richard Henderson
[PATCH v2 18/52] disas/riscv: Do not recognize c.{addw, subw} with rv32
Richard Henderson
[PATCH v2 19/52] disas/riscv: Remove rvcd_imm_nz
Richard Henderson
[PATCH v2 35/52] disas/riscv: Return rv_opcode_data pointer from decoders
Richard Henderson
[PATCH v2 11/52] disas/riscv: Drop useless const in structures
Richard Henderson
[PATCH v2 05/52] disas/riscv: Pass rv_opcode_data pointer to/from decode_inst_decompress
Richard Henderson
[PATCH v2 17/52] disas/riscv: Handle c.slli imm != 0 during decode
Richard Henderson
[PATCH v2 14/52] disas/riscv: Simplify c.addi
Richard Henderson
[PATCH v2 09/52] disas/riscv: Set dec->opcode_data in decode function
Richard Henderson
[PATCH v2 16/52] disas/riscv: Handle c.{srli,srai} imm during decode
Richard Henderson
[PATCH v2 07/52] disas/riscv: Pass rv_opcode_data pointer to format_inst
Richard Henderson
[PATCH v2 34/52] disas/riscv: Store op pointer in rv_comp_data
Richard Henderson
[PATCH v2 12/52] disas/riscv: Drop codec from rv_decode
Richard Henderson
[PATCH v2 39/52] disas/riscv: Fix isa decoding of rev8
Richard Henderson
[PATCH v2 32/52] disas/riscv: Use rv_codec_illegal for pseudos
Richard Henderson
[PATCH v2 04/52] disas/riscv: Pass rv_opcode_data pointer to decode_inst_operands
Richard Henderson
[PATCH v2 36/52] disas/riscv: Skip post-processing of illegal insns
Richard Henderson
Re: [PATCH v2 36/52] disas/riscv: Skip post-processing of illegal insns
Alistair
[PATCH v2 25/52] disas/riscv: Break pseudo loop for jal and jalr
Richard Henderson
[PATCH v2 43/52] disas/riscv: Split xthead_opcode_data
Richard Henderson
[PATCH v2 49/52] disas/riscv: Tidy decode of c.mop.n
Richard Henderson
[PATCH v2 48/52] disas/riscv: Merge all c.mop.n to one pattern
Richard Henderson
[PATCH v2 42/52] disas/riscv: Split xlrbr_opcode_data
Richard Henderson
[PATCH v2 20/52] disas/riscv: Unify decomp_rv{32,64,128}
Richard Henderson
[PATCH v2 46/52] disas/riscv: Merge all mop.r.n to one pattern
Richard Henderson
[PATCH v2 31/52] disas/riscv: Chain "nop" pseudo off "mv" pseudo
Richard Henderson
[PATCH v2 21/52] disas/riscv: Drop always true branch pseudos
Richard Henderson
[PATCH v2 41/52] disas/riscv: Split ventana_opcode_data
Richard Henderson
[PATCH v2 51/52] disas/riscv: Split rvi_opcode_data
Richard Henderson
[PATCH v2 27/52] disas/riscv: Handle decompression via decode_inst_lift_pseudo
Richard Henderson
[PATCH v2 50/52] disas/riscv: Tidy decode of mop.r.n and mop.rr.n
Richard Henderson
[PATCH v2 33/52] disas/riscv: Simplify some insn decompressions
Richard Henderson
[PATCH v2 38/52] disas/riscv: Fix rv32 encoding of zext.h
Richard Henderson
[PATCH v2 45/52] disas/riscv: Split out riscv-op.c.inc
Richard Henderson
[PATCH v2 29/52] disas/riscv: Tidy rv_comp_data terminators
Richard Henderson
[PATCH v2 47/52] disas/riscv: Merge all mop.rr.n to one pattern
Richard Henderson
[PATCH v2 44/52] disas/riscv: Move rv_op_illegal to riscv.c
Richard Henderson
[PATCH v2 52/52] disas/riscv: Sort riscv-op.c.inc
Richard Henderson
[PATCH v2 24/52] disas/riscv: Handle aliases of csrrwi during decode
Richard Henderson
[PATCH v2 15/52] disas/riscv: Handle c.lui imm != 0 during decode
Richard Henderson
[PATCH v2 02/52] disas/riscv: Reduce rv_insn to uint32_t
Richard Henderson
[PATCH v2 40/52] disas/riscv: Fix typo in th.lbib format
Richard Henderson
Re: [PATCH v2 00/52] disas/riscv: Reorganize the disassembler
Alistair
[PATCH] hw/intc/arm_gicv3: Have GIC kconfig select GICv3 for HVF and WHPX
Philippe Mathieu-Daudé
Re: [PATCH] hw/intc/arm_gicv3: Have GIC kconfig select GICv3 for HVF and WHPX
Peter Maydell
Re: [PATCH] hw/intc/arm_gicv3: Have GIC kconfig select GICv3 for HVF and WHPX
Philippe Mathieu-Daudé
Re: [PATCH] hw/intc/arm_gicv3: Have GIC kconfig select GICv3 for HVF and WHPX
Peter Maydell
Re: [PATCH] hw/intc/arm_gicv3: Have GIC kconfig select GICv3 for HVF and WHPX
Peter Maydell
[PATCH v3 00/23] monitor: Reduce headers included in 'monitor/monitor.h'
Philippe Mathieu-Daudé
[PATCH v3 01/23] hexagon: Remove unnecessary 'monitor/monitor.h' header
Philippe Mathieu-Daudé
[PATCH v3 03/23] tests/unit: Include 'qemu/main-loop.h' header in test-util-sockets.c
Philippe Mathieu-Daudé
[PATCH v3 07/23] monitor: Include missing 'qemu/aio-wait.h' header
Philippe Mathieu-Daudé
[PATCH v3 02/23] net/vhost-vdpa: Include missing 'qemu/iov.h' header
Philippe Mathieu-Daudé
Re: [PATCH v3 02/23] net/vhost-vdpa: Include missing 'qemu/iov.h' header
Michael S. Tsirkin
Re: [PATCH v3 02/23] net/vhost-vdpa: Include missing 'qemu/iov.h' header
marcandre . lureau
[PATCH v3 06/23] migration/hmp-cmds: Include 'block/block-global-state.h' header
Philippe Mathieu-Daudé
Re: [PATCH v3 06/23] migration/hmp-cmds: Include 'block/block-global-state.h' header
Dr. David Alan Gilbert
[PATCH v3 10/23] monitor: Reduce inclusion of 'qapi/qapi-emit-events.h' header
Philippe Mathieu-Daudé
[PATCH v3 08/23] monitor: Include missing 'qemu/lockable.h' header
Philippe Mathieu-Daudé
[PATCH v3 12/23] system: Remove unnecessary 'monitor/monitor.h' header
Philippe Mathieu-Daudé
[PATCH v3 14/23] system: Move qmp_inject_nmi() to hw/core/machine-qmp-cmds.c
Philippe Mathieu-Daudé
[PATCH v3 19/23] monitor: Better express monitor_read()'s opaque arg is of Monitor type
Philippe Mathieu-Daudé
Re: [PATCH v3 19/23] monitor: Better express monitor_read()'s opaque arg is of Monitor type
marcandre . lureau
[PATCH v3 15/23] system: Extract QMP memsave/pmemsave commands to physmem-qmp-cmds.c
Philippe Mathieu-Daudé
[PATCH v3 17/23] monitor: Rename MonitorQMP @mon -> @qmon
Philippe Mathieu-Daudé
Re: [PATCH v3 17/23] monitor: Rename MonitorQMP @mon -> @qmon
marcandre . lureau
Re: [PATCH v3 17/23] monitor: Rename MonitorQMP @mon -> @qmon
Philippe Mathieu-Daudé
Re: [PATCH v3 17/23] monitor: Rename MonitorQMP @mon -> @qmon
Marc-André Lureau
Re: [PATCH v3 17/23] monitor: Rename MonitorQMP @mon -> @qmon
Philippe Mathieu-Daudé
Re: [PATCH v3 17/23] monitor: Rename MonitorQMP @mon -> @qmon
Daniel P . Berrangé
Re: [PATCH v3 17/23] monitor: Rename MonitorQMP @mon -> @qmon
Philippe Mathieu-Daudé
[PATCH v3 22/23] monitor: Replace container_of(MonitorHMP, parent_obj) -> MONITOR_HMP()
Philippe Mathieu-Daudé
Re: [PATCH v3 22/23] monitor: Replace container_of(MonitorHMP, parent_obj) -> MONITOR_HMP()
marcandre . lureau
[PATCH v3 20/23] monitor: Use QOM MONITOR() macro to access MonitorQMP->parent_obj
Philippe Mathieu-Daudé
[PATCH v3 11/23] monitor: Remove unnecessary 'block/block.h' header
Philippe Mathieu-Daudé
Re: [PATCH v3 11/23] monitor: Remove unnecessary 'block/block.h' header
marcandre . lureau
[PATCH v3 09/23] monitor: Include missing 'qemu/coroutine-core.h' header
Philippe Mathieu-Daudé
[PATCH v3 13/23] system/dirtylimit: Extract HMP code to dirtylimit-hmp-cmds.c
Philippe Mathieu-Daudé
Re: [PATCH v3 13/23] system/dirtylimit: Extract HMP code to dirtylimit-hmp-cmds.c
Hy Man
[PATCH v3 21/23] monitor: Use QOM MONITOR() macro to access MonitorHMP->parent_obj
Philippe Mathieu-Daudé
[PATCH v3 16/23] system: Move runstate-related code from cpus.c to runstate.c
Philippe Mathieu-Daudé
[PATCH v3 23/23] monitor/hmp: Remove unnecessary 'monitor/monitor.h' header
Philippe Mathieu-Daudé
[PATCH v3 04/23] qapi/qmp-dispatch: Include 'qemu/aio-wait.h' and 'monitor/monitor.h'
Philippe Mathieu-Daudé
[PATCH v3 05/23] qapi/qmp-registry: Remove unnecessary 'monitor/monitor.h' header
Philippe Mathieu-Daudé
[PATCH v3 18/23] monitor: Rename MonitorHMP @mon -> @hmon
Philippe Mathieu-Daudé
[PATCH v2 00/10] target/arm: Introduce cpu types max-v8 and max-v9
Richard Henderson
[PATCH v2 10/10] target/arm: Separate cpu types max-v8 and max-v9
Richard Henderson
Re: [PATCH v2 10/10] target/arm: Separate cpu types max-v8 and max-v9
Peter Maydell
Re: [PATCH v2 10/10] target/arm: Separate cpu types max-v8 and max-v9
Richard Henderson
[PATCH v2 09/10] target/arm: Annotate arch revisions in aarch64_max_tcg_initfn
Richard Henderson
Re: [PATCH v2 09/10] target/arm: Annotate arch revisions in aarch64_max_tcg_initfn
Peter Maydell
Re: [PATCH v2 09/10] target/arm: Annotate arch revisions in aarch64_max_tcg_initfn
Peter Maydell
[PATCH v2 04/10] target/arm: Sink aarch64_aa32_a57_init into aarch64_max_tcg_initfn
Richard Henderson
[PATCH v2 02/10] target/arm: Pass ARMCPU to aarch64_aa32_a57_init
Richard Henderson
[PATCH v2 05/10] target/arm: Split out aarch32_max_tcg_init
Richard Henderson
Re: [PATCH v2 05/10] target/arm: Split out aarch32_max_tcg_init
Philippe Mathieu-Daudé
[PATCH v2 06/10] target/arm: Move aa32_max_features to tcg/cpu32.c
Richard Henderson
Re: [PATCH v2 06/10] target/arm: Move aa32_max_features to tcg/cpu32.c
Philippe Mathieu-Daudé
[PATCH v2 03/10] target/arm: Pass aarch64_enabled to aarch64_aa32_a57_init
Richard Henderson
[PATCH v2 01/10] target/arm: Tidy cpu_max_initfn
Richard Henderson
Re: [PATCH v2 01/10] target/arm: Tidy cpu_max_initfn
Philippe Mathieu-Daudé
[PATCH v2 08/10] target/arm: Use -cpu max-v8 with aarch64=off
Richard Henderson
[PATCH v2 07/10] target/arm: Introduce cpu types max-v8 and max-v9
Richard Henderson
Re: [PATCH v2 00/10] target/arm: Introduce cpu types max-v8 and max-v9
Peter Maydell
Re: [PATCH v2 00/10] target/arm: Introduce cpu types max-v8 and max-v9
Peter Maydell
Re: [PATCH v2 00/10] target/arm: Introduce cpu types max-v8 and max-v9
Richard Henderson
[PULL 0/7] Linux user patches
Helge Deller
[PULL 6/7] linux-user/riscv: write the floating-point registers to a core dump
Helge Deller
[PULL 5/7] linux-user/hppa: write the floating-point registers to a core dump
Helge Deller
[PULL 7/7] linux-user/sh4: write the floating-point registers to a core dump
Helge Deller
[PULL 4/7] linux-user/mips: write the floating-point registers to a core dump
Helge Deller
[PULL 1/7] linux-user: implement mount_setattr(2)
Helge Deller
[PULL 2/7] linux-user: support writing floating-point registers to a core dump
Helge Deller
[PULL 3/7] linux-user/alpha: write the floating-point registers to a core dump
Helge Deller
Re: [PULL 0/7] Linux user patches
Richard Henderson
[PATCH v4 00/12] KVM/hostmem: Support init-shared guest-memfd as VM backends
Michael Roth
[PATCH v4 10/12] memory: Rename memory_region_init_ram_guest_memfd() to *_private()
Michael Roth
[PATCH v4 11/12] tests/migration-test: Support guest-memfd init shared mem type
Michael Roth
[PATCH v4 12/12] tests/migration-test: Add a precopy test for guest-memfd
Michael Roth
[PATCH v4 01/12] kvm: Decouple memory attribute check from kvm_guest_memfd_supported
Michael Roth
[PATCH v4 02/12] kvm: Detect guest-memfd flags supported
Michael Roth
[PATCH v4 03/12] kvm: Provide explicit error for kvm_create_guest_memfd()
Michael Roth
Re: [PATCH v4 03/12] kvm: Provide explicit error for kvm_create_guest_memfd()
Philippe Mathieu-Daudé
Re: [PATCH v4 03/12] kvm: Provide explicit error for kvm_create_guest_memfd()
Peter Xu
Re: [PATCH v4 03/12] kvm: Provide explicit error for kvm_create_guest_memfd()
Philippe Mathieu-Daudé
Re: [PATCH v4 03/12] kvm: Provide explicit error for kvm_create_guest_memfd()
Peter Xu
Re: [PATCH v4 03/12] kvm: Provide explicit error for kvm_create_guest_memfd()
Philippe Mathieu-Daudé
[PATCH v4 04/12] ramblock: Rename guest_memfd to guest_memfd_private
Michael Roth
[PATCH v4 05/12] memory: Rename RAM_GUEST_MEMFD to RAM_GUEST_MEMFD_PRIVATE
Michael Roth
[PATCH v4 08/12] hostmem: Support fully shared guest memfd to back a VM
Michael Roth
Re: [PATCH v4 08/12] hostmem: Support fully shared guest memfd to back a VM
Daniel P . Berrangé
Re: [PATCH v4 08/12] hostmem: Support fully shared guest memfd to back a VM
Peter Xu
Re: [PATCH v4 08/12] hostmem: Support fully shared guest memfd to back a VM
Daniel P . Berrangé
Re: [PATCH v4 08/12] hostmem: Support fully shared guest memfd to back a VM
Peter Xu
Re: [PATCH v4 08/12] hostmem: Support fully shared guest memfd to back a VM
Daniel P . Berrangé
Re: [PATCH v4 08/12] hostmem: Support fully shared guest memfd to back a VM
Peter Xu
Re: [PATCH v4 08/12] hostmem: Support fully shared guest memfd to back a VM
Michael Roth via qemu development
Re: [PATCH v4 08/12] hostmem: Support fully shared guest memfd to back a VM
Daniel P . Berrangé
Re: [PATCH v4 08/12] hostmem: Support fully shared guest memfd to back a VM
Peter Xu
[PATCH v4 09/12] machine: Rename machine_require_guest_memfd() to *_private()
Michael Roth
[PATCH v4 06/12] memory: Rename memory_region_has_guest_memfd() to *_private()
Michael Roth
[PATCH v4 07/12] hostmem: Rename guest_memfd to guest_memfd_private
Michael Roth
[PATCH] hw/intc: Fix arm kvm gicv3 selection
Richard Henderson
Re: [PATCH] hw/intc: Fix arm kvm gicv3 selection
Philippe Mathieu-Daudé
Re: [PATCH] hw/intc: Fix arm kvm gicv3 selection
Richard Henderson
Re: [PATCH] hw/intc: Fix arm kvm gicv3 selection
Peter Maydell
Re: [PATCH] hw/intc: Fix arm kvm gicv3 selection
Peter Maydell
[PATCH v2 0/6] target/riscv: Add SiFive Xsfvqmaccdod/Xsfvqmaccqoq int8 matmul extensions
Max Chou
[PATCH v2 6/6] tests/tcg/riscv64: Add tests for SiFive int8 matmul extensions
Max Chou
[PATCH v2 1/6] target/riscv: Add cfg property for SiFive int8 matmul extensions
Max Chou
[PATCH v2 3/6] target/riscv/cpu: Add SiFive custom int8 matmul extension implied rules
Max Chou
Re: [PATCH v2 3/6] target/riscv/cpu: Add SiFive custom int8 matmul extension implied rules
Daniel Henrique Barboza
[PATCH v2 2/6] target/riscv/cpu: List one implied-ext rule per line
Max Chou
Re: [PATCH v2 2/6] target/riscv/cpu: List one implied-ext rule per line
Daniel Henrique Barboza
[PATCH v2 4/6] target/riscv: rvv: Add SiFive custom int8 matmul instructions
Max Chou
Re: [PATCH v2 4/6] target/riscv: rvv: Add SiFive custom int8 matmul instructions
Daniel Henrique Barboza
[PATCH v2 5/6] disas/riscv: Add disassembler support for Xsfvqmaccdod/Xsfvqmaccqoq
Max Chou
Re: [PATCH v2] target/riscv: allow menvcfg/henvcfg LPE and SSE bits on RV32
Alistair
Re: [PATCH 1/2] riscv: csr: do not drop C bit on misa write
Alistair
Re: [PATCH 1/2] riscv: csr: do not drop C bit on misa write
Joel Stanley
Re: [PATCH 2/2] tests/tcg/riscv64: add misa write test
Alistair
[RFC PATCH] hw/block: validate the fdc sector position fits within bounds
Alex Bennée
Re: [PATCH 1/2] target/riscv: Fix sstatus update in rv128
Alistair
[PULL 00/15] s390x queue
Eric Farman
[PULL 15/15] pc-bios/s390-ccw.img: update s390x bios
Eric Farman
Re: [PULL 15/15] pc-bios/s390-ccw.img: update s390x bios
Michael Tokarev
Re: [PULL 15/15] pc-bios/s390-ccw.img: update s390x bios
Eric Farman
Re: [PULL 15/15] pc-bios/s390-ccw.img: update s390x bios
Michael Tokarev
Re: [PULL 15/15] pc-bios/s390-ccw.img: update s390x bios
Eric Farman
[PULL 03/15] target/s390x: Fix DR/D INT64_MIN / -1 host crash
Eric Farman
[PULL 13/15] target/s390x: Allow 2G hugepages guest backing
Eric Farman
[PULL 09/15] pc-bios/s390-ccw: bound zipl menu strlen and replace VLA in zipl_print_entry
Eric Farman
[PULL 07/15] pc-bios/s390-ccw: fix out-of-bounds read in iso_get_file_size()
Eric Farman
[PULL 08/15] pc-bios/s390-ccw: bounds-check zipl menu entry index before array write
Eric Farman
[PULL 02/15] tests/tcg/s390x: Test PRNO TRNG interruptibility
Eric Farman
[PULL 06/15] s390x/ipl: validate num_comp against iplb length before iterating
Eric Farman
[PULL 04/15] tests/tcg/s390x: Test DR overflow (INT64_MIN / -1)
Eric Farman
[PULL 14/15] hw: add compat machines for 11.2
Eric Farman
[PULL 11/15] target/s390x/tcg: Set STCK/STCKF condition code after the store
Eric Farman
[PULL 01/15] target/s390x: Make PRNO TRNG interruptible
Eric Farman
[PULL 12/15] tests/tcg/s390x: Test STCKF condition code on a faulting store
Eric Farman
[PULL 05/15] hw/char/sclpconsole-lm: avoid guest triggerable assert
Eric Farman
[PULL 10/15] pc-bios/s390-ccw: Fix off-by-one errors with loadparm and boot entries
Eric Farman
Re: [PULL 00/15] s390x queue
Richard Henderson
[PATCH v6 0/3] ppc/kvm: Handle CPU compatibility mode correctly for nested guests
Amit Machhiwal
[PATCH v6 1/3] [DO_NOT_MERGE] linux-headers: Add uapi header changes
Amit Machhiwal
Earlier messages
Later messages