qemu-devel
Thread
Date
Earlier messages
Messages by Thread
[PATCH 00/19] TAP initialization refactoring
Vladimir Sementsov-Ogievskiy
[PATCH 13/19] net/tap: net_init_bridge(): support tap
Vladimir Sementsov-Ogievskiy
[PATCH 17/19] net/tap: introduce net_tap_from_monitor_fd() helper
Vladimir Sementsov-Ogievskiy
[PATCH 15/19] net/tap: introduce net_tap_open()
Vladimir Sementsov-Ogievskiy
[PATCH 05/19] net/tap: net_init_tap_one(): move parameter checking earlier
Vladimir Sementsov-Ogievskiy
[PATCH 03/19] net/tap: tap_set_sndbuf(): add return value
Vladimir Sementsov-Ogievskiy
[PATCH 14/19] net/tap: refactor net_tap_init() into net_tap_open_one()
Vladimir Sementsov-Ogievskiy
[PATCH 11/19] net/tap: net_init_tap_one(): refactor to use netdev as first arg
Vladimir Sementsov-Ogievskiy
[PATCH 07/19] net/tap: net_init_tap(): drop extra variable vhostfdname
Vladimir Sementsov-Ogievskiy
[PATCH 19/19] net/tap: drop net_tap_fd_init()
Vladimir Sementsov-Ogievskiy
[PATCH 01/19] net/tap: net_init_tap_one(): add return value
Vladimir Sementsov-Ogievskiy
[PATCH 12/19] net/tap: net_init_tap_one(): support bridge
Vladimir Sementsov-Ogievskiy
[PATCH 02/19] net/tap: add set_fd_nonblocking() helper
Vladimir Sementsov-Ogievskiy
[PATCH 18/19] net/tap: split net_tap_setup_vhost() separate function
Vladimir Sementsov-Ogievskiy
[PATCH 08/19] net/tap: move local variables related to the latter case to else branch
Vladimir Sementsov-Ogievskiy
[PATCH 16/19] net/tap: introduce net_tap_fd_init_external()
Vladimir Sementsov-Ogievskiy
[PATCH 10/19] net/tap: drop extra tap_fd_get_ifname() call
Vladimir Sementsov-Ogievskiy
[PATCH 06/19] net/tap: net_init_tap(): refactor parameter checking
Vladimir Sementsov-Ogievskiy
[PATCH 04/19] net/tap: net_init_tap_one(): drop extra error propagation
Vladimir Sementsov-Ogievskiy
[PATCH 09/19] net/tap: use glib strings vector and g_strsplit for fds case
Vladimir Sementsov-Ogievskiy
Re: [PATCH v9 6/6] target/arm: Enable FEAT_MEC in -cpu max
Peter Maydell
Re: [PATCH v9 5/6] target/arm: Implement FEAT_MEC registers
Peter Maydell
Re: [PATCH v9 5/6] target/arm: Implement FEAT_MEC registers
Peter Maydell
[PATCH] migration: ensure APIC is loaded prior to VFIO PCI devices
Yanfei Xu
Re: [PATCH] migration: ensure APIC is loaded prior to VFIO PCI devices
Peter Xu
[PATCH 0/3] vfio-user client functional test
John Levon
[PATCH 3/3] tests/functional: add a vfio-user smoke test
John Levon
[PATCH 1/3] tests/functional: return output from exec_command_and_wait_for_pattern()
John Levon
[PATCH 2/3] tests/functional: add vm param to console routines
John Levon
[PATCH v7 0/8] vhost-user: Add SHMEM_MAP/UNMAP requests
Albert Esteve
[PATCH v7 1/8] vhost-user: Add VirtIO Shared Memory map request
Albert Esteve
[PATCH v7 4/8] vhost_user: Add frontend get_shmem_config command
Albert Esteve
[PATCH v7 2/8] vhost_user.rst: Align VhostUserMsg excerpt members
Albert Esteve
[PATCH v7 3/8] vhost_user.rst: Add SHMEM_MAP/_UNMAP to spec
Albert Esteve
[PATCH v7 8/8] vhost-user-device: Add shared memory BAR
Albert Esteve
[PATCH v7 5/8] vhost_user.rst: Add GET_SHMEM_CONFIG message
Albert Esteve
[PATCH v7 7/8] qmp: add shmem feature map
Albert Esteve
[PATCH v7 6/8] tests/qtest: Add GET_SHMEM validation test
Albert Esteve
[PATCH 0/7] target/arm/hvf cleanups
Richard Henderson
[PATCH 5/7] target/arm/hvf: Remove hvf_sreg_match.key
Richard Henderson
Re: [PATCH 5/7] target/arm/hvf: Remove hvf_sreg_match.key
Philippe Mathieu-Daudé
[PATCH 3/7] target/arm/hvf: Split out sysreg.c.inc
Richard Henderson
Re: [PATCH 3/7] target/arm/hvf: Split out sysreg.c.inc
Philippe Mathieu-Daudé
[PATCH 2/7] target/arm: Move compare_u64 to helper.c
Richard Henderson
Re: [PATCH 2/7] target/arm: Move compare_u64 to helper.c
Philippe Mathieu-Daudé
[PATCH 4/7] target/arm/hvf: Add KVMID_TO_HVF, HVF_TO_KVMID
Richard Henderson
Re: [PATCH 4/7] target/arm/hvf: Add KVMID_TO_HVF, HVF_TO_KVMID
Philippe Mathieu-Daudé
Re: [PATCH 4/7] target/arm/hvf: Add KVMID_TO_HVF, HVF_TO_KVMID
Richard Henderson
Re: [PATCH 4/7] target/arm/hvf: Add KVMID_TO_HVF, HVF_TO_KVMID
Philippe Mathieu-Daudé
[PATCH 7/7] target/arm/hvf: Sort the cpreg_indexes array
Richard Henderson
Re: [PATCH 7/7] target/arm/hvf: Sort the cpreg_indexes array
Philippe Mathieu-Daudé
[PATCH 1/7] target/arm: Introduce KVMID_AA64_SYS_REG64
Richard Henderson
[PATCH 6/7] target/arm/hvf: Replace hvf_sreg_match with hvf_sreg_list
Richard Henderson
Re: [PATCH 6/7] target/arm/hvf: Replace hvf_sreg_match with hvf_sreg_list
Philippe Mathieu-Daudé
Re: [PATCH 0/7] target/arm/hvf cleanups
Philippe Mathieu-Daudé
[PATCH qemu v5 0/1] Honor guest PAT on x86, absent Bochs display
~myrslint
[PATCH qemu v5 1/1] Honor guest PAT on x86, absent Bochs display
~myrslint
[PATCH v4 0/2] target/riscv: Generate strided vector ld/st with tcg
Chao Liu
[PATCH v4 1/2] target/riscv: Generate strided vector loads/stores with tcg nodes.
Chao Liu
[PATCH v4 2/2] tests/tcg/riscv64: Add test for vlsseg8e32 instruction
Chao Liu
[PATCH v3 0/2] [RISCV/RVV] Generate strided vector loads/stores with tcg nodes.
Chao Liu
[PATCH v3 1/2] Generate strided vector loads/stores with tcg nodes.
Chao Liu
Re: [PATCH v3 1/2] Generate strided vector loads/stores with tcg nodes.
Richard Henderson
Re: [PATCH v3 1/2] Generate strided vector loads/stores with tcg nodes.
Chao Liu
[PATCH v3 2/2] tests/tcg/riscv64: Add test for vlsseg8e32 instruction
Chao Liu
Re: [PATCH v11 23/27] migration: Capture error in postcopy_ram_listen_thread()
Fabiano Rosas
[PATCH v2 0/2] target/riscv: fix vector LD/ST instruction
Chao Liu
[PATCH v2 1/2] target/riscv: fix vector register address calculation in strided LD/ST
Chao Liu
Re: [PATCH v2 1/2] target/riscv: fix vector register address calculation in strided LD/ST
Eric Biggers
Re: [PATCH v2 1/2] target/riscv: fix vector register address calculation in strided LD/ST
Richard Henderson
[PATCH v2 2/2] tests/tcg/riscv64: Add test for vlsseg8e32 instruction
Chao Liu
Re: [PATCH v11 22/27] migration: push Error **errp into loadvm_postcopy_handle_switchover_start()
Fabiano Rosas
Re: [PATCH v11 21/27] migration: push Error **errp into loadvm_process_enable_colo()
Fabiano Rosas
Re: [PATCH v11 19/27] migration: push Error **errp into loadvm_handle_recv_bitmap()
Fabiano Rosas
Re: [PATCH v11 20/27] migration: Return -1 on memory allocation failure in ram.c
Fabiano Rosas
Re: [PATCH v11 18/27] migration: push Error **errp into loadvm_postcopy_ram_handle_discard()
Fabiano Rosas
Re: [PATCH v11 17/27] migration: push Error **errp into loadvm_postcopy_handle_run()
Fabiano Rosas
Re: [PATCH v11 16/27] migration: push Error **errp into loadvm_postcopy_handle_listen()
Fabiano Rosas
Re: [PATCH v11 15/27] migration: push Error **errp into loadvm_postcopy_handle_advise()
Fabiano Rosas
[PATCH v1 0/2] target/riscv: fix vector register address calculation in strided LD/ST
Chao Liu
[PATCH v1 1/2] target/riscv: fix vector register address calculation in strided LD/ST
Chao Liu
[PATCH v1 2/2] tests/tcg/riscv64: Add test for vlsseg8e32 instruction
Chao Liu
Re: [PATCH v11 14/27] migration: push Error **errp into ram_postcopy_incoming_init()
Fabiano Rosas
Re: [PATCH v11 11/27] migration: push Error **errp into qemu_loadvm_section_part_end()
Fabiano Rosas
Re: [PATCH v11 10/27] migration: push Error **errp into qemu_loadvm_section_start_full()
Fabiano Rosas
Re: [PATCH v11 09/27] migration: push Error **errp into qemu_loadvm_state_main()
Fabiano Rosas
Re: [PATCH v11 08/27] migration: push Error **errp into qemu_load_device_state()
Fabiano Rosas
Re: [PATCH v11 07/27] migration: push Error **errp into qemu_loadvm_state()
Fabiano Rosas
Re: [PATCH v11 06/27] migration: push Error **errp into loadvm_handle_cmd_packaged()
Fabiano Rosas
Re: [PATCH v11 05/27] migration: push Error **errp into loadvm_process_command()
Fabiano Rosas
Re: [PATCH v2 1/3] Add-the-stm32f407-SoC
Peter Maydell
Re: [PATCH v2 2/3] Add the STM32F4spark Machine
Peter Maydell
Re: [PATCH v2 3/3] Add STM32F4xx USART device model
Peter Maydell
[PATCH qemu v4 0/1] Default disable ignore guest PAT quirk
~myrslint
[PATCH qemu v4 1/1] Default disable ignore guest PAT quirk
~myrslint
Re: [PATCH qemu v4 1/1] Default disable ignore guest PAT quirk
Paolo Bonzini
Re: [PATCH v11 04/27] migration: push Error **errp into vmstate_load()
Fabiano Rosas
Re: [PATCH v9 2/6] tests/functional/test_aarch64_rme: update image
Peter Maydell
Re: [PATCH v9 2/6] tests/functional/test_aarch64_rme: update image
Alex Bennée
Re: [PATCH v9 2/6] tests/functional/test_aarch64_rme: update image
Pierrick Bouvier
Re: [PATCH v11 03/27] migration: push Error **errp into qemu_loadvm_state_header()
Fabiano Rosas
Re: [PATCH v11 02/27] migration: push Error **errp into vmstate_load_state()
Fabiano Rosas
Re: [PATCH v11 01/27] migration: push Error **errp into vmstate_subsection_load()
Fabiano Rosas
Re: [PATCH v11 01/27] migration: push Error **errp into vmstate_subsection_load()
Fabiano Rosas
[PATCH] target/riscv: do not use translator_ldl in opcode_at
Vladimir Isaev
[PATCH] docs/system/keys: fix incorrect reset scaling key binding
Nir Lichtman
Re: [PATCH for-10.2 v9 0/6] target/arm: Add FEAT_MEC to max cpu
Peter Maydell
Re: [PATCH for-10.2 v9 0/6] target/arm: Add FEAT_MEC to max cpu
Peter Maydell
[PATCH 0/7] target/arm: Implement FEAT_LSE128
Richard Henderson
[PATCH 7/7] target/arm: Enable FEAT_LSE128 for -cpu max
Richard Henderson
[PATCH 4/7] tcg: Add tcg_gen_atomic_{xchg,fetch_and,fetch_or}_i128
Richard Henderson
[PATCH 3/7] accel/tcg: Add cpu_atomic_*_mmu for 16-byte xchg, fetch_and, fetch_or
Richard Henderson
[PATCH 6/7] target/arm: Implement FEAT_LSE128
Richard Henderson
[PATCH 2/7] qemu/atomic: Add atomic16 primitives for xchg, fetch_and, fetch_or
Richard Henderson
[PATCH 1/7] qemu/atomic: Finish renaming atomic128-cas.h headers
Richard Henderson
[PATCH 5/7] target/arm: Rename isar_feature_aa64_atomics
Richard Henderson
Re: [PATCH] target/arm: Clean up of register field definitions
Peter Maydell
[PATCH v2 00/14] hw/arm: add Beckhoff CX7200 board
Corvin Köhne
[PATCH v2 06/14] hw/dma/zynq-devcfg: Simulate dummy PL reset
Corvin Köhne
[PATCH v2 04/14] hw/arm/zynq-devcfg: Prevent unintended unlock during initialization
Corvin Köhne
[PATCH v2 13/14] hw/arm: Add new machine based on xilinx-zynq-a9 for Beckhoff CX7200
Corvin Köhne
[PATCH v2 01/14] hw/timer: Make frequency configurable
Corvin Köhne
[PATCH v2 03/14] hw/dma/zynq-devcfg: Handle bitstream loading via DMA to 0xffffffff
Corvin Köhne
[PATCH v2 12/14] hw/block/m25p80: Add HAS_SR_TB flag for is25lp016d
Corvin Köhne
[PATCH v2 09/14] hw/misc: Add dummy ZYNQ DDR controller
Corvin Köhne
[PATCH v2 10/14] hw/misc/zynq_slcr: Add logic for DCI configuration
Corvin Köhne
[PATCH v2 07/14] hw/dma/zynq-devcfg: Indicate power-up status of PL
Corvin Köhne
[PATCH v2 08/14] hw/dma/zynq-devcfg: Fix register memory
Corvin Köhne
[PATCH v2 05/14] hw/dma/zynq: Ensure PCFG_DONE bit remains set to indicate PL is in user mode
Corvin Köhne
[PATCH v2 02/14] hw/timer: Make PERIPHCLK period configurable
Corvin Köhne
[PATCH v2 14/14] docs/system/arm: Add support for Beckhoff CX7200
Corvin Köhne
[PATCH v2 11/14] hw/misc: Add Beckhoff CCAT device
Corvin Köhne
Re: [PATCH v2 00/14] hw/arm: add Beckhoff CX7200 board
Peter Maydell
[PATCH v2] kvm/kvm-all: make kvm_park/unpark_vcpu local to kvm-all.c
Ani Sinha
[PATCH] kvm/kvm-all: declare kvm_park_vcpu static and make it local to kvm-all.c
Ani Sinha
Re: [PATCH] kvm/kvm-all: declare kvm_park_vcpu static and make it local to kvm-all.c
Richard Henderson
[RFC PATCH 0/3] block/export: Add FUSE-over-io_uring for Storage Exports
Zhi Song
[PATCH 2/3] fuse: Handle FUSE-uring requests
Zhi Song
[PATCH 1/3] fuse: add FUSE-over-io_uring enable opt and init
Zhi Song
Re: [PATCH 1/3] fuse: add FUSE-over-io_uring enable opt and init
Brian Song
Re: [PATCH 1/3] fuse: add FUSE-over-io_uring enable opt and init
Stefan Hajnoczi
[PATCH 3/3] fuse: Safe termination for FUSE-uring
Zhi Song
Re: [RFC PATCH 0/3] block/export: Add FUSE-over-io_uring for Storage Exports
Stefan Hajnoczi
[RFC 0/3] Add IBM PPE42 support
Glenn Miles
[RFC 2/3] target/ppc: Add IBM PPE42 special instructions
Glenn Miles
Re: [RFC 2/3] target/ppc: Add IBM PPE42 special instructions
Cédric Le Goater
Re: [RFC 2/3] target/ppc: Add IBM PPE42 special instructions
Richard Henderson
[RFC 3/3] hw/ppc: Add a test machine for the IBM PPE42 CPU
Glenn Miles
[RFC 1/3] target/ppc: Add IBM PPE42 family of processors
Glenn Miles
Re: [RFC 0/3] Add IBM PPE42 support
Thomas Huth
Re: [RFC 0/3] Add IBM PPE42 support
Miles Glenn
Re: [PULL 55/59] include/user: Use vaddr in guest-host.h
Laurent Vivier
[PATCH qemu v3 0/1] Default disable ignore guest PAT quirk (third revision)
~myrslint
[PATCH qemu v3 1/1] Default disable ignore guest PAT quirk (second revision)
~myrslint
Re: [PATCH qemu v3 1/1] Default disable ignore guest PAT quirk (second revision)
Dmitry Osipenko
[PATCH V3 0/9] Live update: cpr-exec
Steve Sistare
[PATCH V3 4/9] vl: helper to request exec
Steve Sistare
[PATCH V3 9/9] vfio: cpr-exec mode
Steve Sistare
Re: [PATCH V3 9/9] vfio: cpr-exec mode
Steven Sistare
[PATCH V3 8/9] migration: cpr-exec docs
Steve Sistare
[PATCH V3 2/9] migration: add cpr_walk_fd
Steve Sistare
[PATCH V3 5/9] migration: cpr-exec-command parameter
Steve Sistare
[PATCH V3 1/9] migration: multi-mode notifier
Steve Sistare
[PATCH V3 3/9] oslib: qemu_clear_cloexec
Steve Sistare
[PATCH V3 6/9] migration: cpr-exec save and load
Steve Sistare
[PATCH V3 7/9] migration: cpr-exec mode
Steve Sistare
[PATCH for-10.2 0/8] docs: Update our kernel-doc script to the kernel's new Python one
Peter Maydell
[PATCH for-10.2 1/8] docs/sphinx/kerneldoc.py: Handle new LINENO syntax
Peter Maydell
Re: [PATCH for-10.2 1/8] docs/sphinx/kerneldoc.py: Handle new LINENO syntax
Mauro Carvalho Chehab
[PATCH for-10.2 7/8] scripts/kernel-doc: Delete the old Perl kernel-doc script
Peter Maydell
Re: [PATCH for-10.2 7/8] scripts/kernel-doc: Delete the old Perl kernel-doc script
Mauro Carvalho Chehab
[PATCH for-10.2 4/8] scripts/kernel-doc: strip QEMU_ from function definitions
Peter Maydell
Re: [PATCH for-10.2 4/8] scripts/kernel-doc: strip QEMU_ from function definitions
Mauro Carvalho Chehab
[PATCH for-10.2 3/8] scripts: Import Python kerneldoc from Linux kernel
Peter Maydell
Re: [PATCH for-10.2 3/8] scripts: Import Python kerneldoc from Linux kernel
Mauro Carvalho Chehab
Re: [PATCH for-10.2 3/8] scripts: Import Python kerneldoc from Linux kernel
Peter Maydell
[PATCH for-10.2 6/8] scripts/kerneldoc: Switch to the Python kernel-doc script
Peter Maydell
[PATCH for-10.2 2/8] tests/qtest/libqtest.h: Remove stray space from doc comment
Peter Maydell
Re: [PATCH for-10.2 2/8] tests/qtest/libqtest.h: Remove stray space from doc comment
Mauro Carvalho Chehab
Re: [PATCH for-10.2 2/8] tests/qtest/libqtest.h: Remove stray space from doc comment
Peter Maydell
[PATCH for-10.2 5/8] scripts/kernel-doc: tweak for QEMU coding standards
Peter Maydell
Re: [PATCH for-10.2 5/8] scripts/kernel-doc: tweak for QEMU coding standards
Mauro Carvalho Chehab
[PATCH for-10.2 8/8] MAINTAINERS: Put kernel-doc under the "docs build machinery" section
Peter Maydell
Re: [PATCH for-10.2 8/8] MAINTAINERS: Put kernel-doc under the "docs build machinery" section
Mauro Carvalho Chehab
Re: [PATCH for-10.2 0/8] docs: Update our kernel-doc script to the kernel's new Python one
Jonathan Cameron via
Re: [PATCH for-10.2 0/8] docs: Update our kernel-doc script to the kernel's new Python one
Mauro Carvalho Chehab
Re: [PATCH for-10.2 0/8] docs: Update our kernel-doc script to the kernel's new Python one
Peter Maydell
Re: [PATCH for-10.2 0/8] docs: Update our kernel-doc script to the kernel's new Python one
Mauro Carvalho Chehab
[PATCH v4 0/8] Reinvent BQL-free PIO/MMIO
Igor Mammedov
[PATCH v4 1/8] memory: reintroduce BQL-free fine-grained PIO/MMIO
Igor Mammedov
[PATCH v4 8/8] tcg: move interrupt caching and single step masking closer to user
Igor Mammedov
[PATCH v4 7/8] kvm: i386: irqchip: take BQL only if there is an interrupt
Igor Mammedov
[PATCH v4 6/8] add cpu_test_interrupt()/cpu_set_interrupt() helpers and use them tree wide
Igor Mammedov
Re: [PATCH v4 6/8] add cpu_test_interrupt()/cpu_set_interrupt() helpers and use them tree wide
Peter Xu
[PATCH v4 2/8] acpi: mark PMTIMER as unlocked
Igor Mammedov
[PATCH v4 5/8] hpet: make main counter read lock-less
Igor Mammedov
[PATCH v4 3/8] hpet: switch to fain-grained device locking
Igor Mammedov
[PATCH v4 4/8] hpet: move out main counter read into a separate block
Igor Mammedov
[PATCH] vfio: Report an error when the 'dma_max_mappings' limit is reached
Cédric Le Goater
Re: [PATCH] vfio: Report an error when the 'dma_max_mappings' limit is reached
Alex Williamson
Earlier messages