qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-23 19:26:00 to 2022-05-24 11:44:17 UTC [more...]

[PATCH 00/20] migration: remove QEMUFileOps concept and assume use of QIOChannel
 2022-05-24 11:02 UTC  (11+ messages)
` [PATCH 01/20] io: add a QIOChannelNull equivalent to /dev/null
` [PATCH 02/20] migration: switch to use QIOChannelNull for dummy channel
` [PATCH 03/20] migration: remove unreachble RDMA code in save_hook impl
` [PATCH 04/20] migration: rename rate limiting fields in QEMUFile
` [PATCH 05/20] migration: rename 'pos' field in QEMUFile to 'bytes_processed'
` [PATCH 06/20] migration: rename qemu_ftell to qemu_file_total_transferred
` [PATCH 07/20] migration: rename qemu_update_position to qemu_file_credit_transfer
` [PATCH 12/20] migration: introduce new constructors for QEMUFile
` [PATCH 15/20] migration: remove the QEMUFileOps 'set_blocking' callback
` [PATCH 17/20] migration: remove the QEMUFileOps 'get_buffer' callback

[RFC PATCH v2 0/8] Removal of AioContext lock, bs->parents and ->children: new rwlock
 2022-05-24 10:36 UTC  (12+ messages)

[PATCH v4 00/15] Misc cleanups
 2022-05-24 10:34 UTC  (16+ messages)
` [PATCH v4 01/15] include: move qemu_*_exec_dir() to cutils
` [PATCH v4 02/15] util/win32: simplify qemu_get_local_state_dir()
` [PATCH v4 03/15] tests: make libqmp buildable for win32
` [PATCH v4 04/15] qga: flatten safe_open_or_create()
` [PATCH v4 05/15] qga: add qga_open_cloexec() helper
` [PATCH v4 06/15] qga: use qga_open_cloexec() for safe_open_or_create()
` [PATCH v4 07/15] qga: throw an Error in ga_channel_open()
` [PATCH v4 08/15] qga: replace qemu_open_old() with qga_open_cloexec()
` [PATCH v4 09/15] qga: make build_fs_mount_list() return a bool
` [PATCH v4 10/15] test/qga: use G_TEST_DIR to locate os-release test file
` [PATCH v4 11/15] qga/wixl: prefer variables over environment
` [PATCH v4 12/15] qga/wixl: require Mingw_bin
` [PATCH v4 13/15] qga/wixl: simplify some pre-processing
` [PATCH v4 14/15] qga/wixl: replace QEMU_GA_MSI_MINGW_BIN_PATH with glib bindir
` [PATCH v4 15/15] test/qga: use g_auto wherever sensible

[PATCH v7 00/13] s390x: CPU Topology
 2022-05-24 10:59 UTC  (3+ messages)
` [PATCH v7 04/13] s390x: topology: implementating Store Topology System Information

[PATCH 0/2] s390x: kvm: Honor storage keys during emulation
 2022-05-24 10:43 UTC  (5+ messages)
` [PATCH 2/2] target/s390x: "

[PATCH v4 0/8] qmp, hmp: statistics subsystem and KVM suport
 2022-05-24 10:41 UTC  (3+ messages)
` [PATCH 1/8] qmp: Support for querying stats

[PULL 0/3] qemu-ga patches
 2022-05-24 10:24 UTC  (10+ messages)
` [PULL 1/3] qga: add guest-get-diskstats command for Linux guests
` [PULL 2/3] qga-win32: Add support for NVME but type
` [PULL 3/3] trivial: qga: Log version on start

[PATCH v9 08/12] target/hexagon: import flex/bison to docker files
 2022-05-24 10:07 UTC  (2+ messages)

[PATCH] s390: Typo fix FLOATING_POINT_SUPPPORT_ENH
 2022-05-24 10:01 UTC  (2+ messages)

[PATCH 0/2] linux-user/s390x: Fix unwinding from signal handlers
 2022-05-24  9:56 UTC  (5+ messages)
` [PATCH 2/2] tests/tcg/s390x: Test "
  ` PING: "

[PATCH] ide_ioport_read: Return lower octet of data register instead of 0xFF
 2022-05-24  9:52 UTC  (2+ messages)

[PATCH] ui: move 'pc-bios/keymaps' to 'ui/keymaps'
 2022-05-24  9:48 UTC  (2+ messages)

[PATCH] .gitlab-ci.d/container-cross: Fix RISC-V container dependencies / stages
 2022-05-24  9:31 UTC 

[PATCH v3 0/3] ui: Remove deprecated sdl parameters and switch to QAPI parser
 2022-05-24  9:31 UTC  (6+ messages)
` [PATCH v3 2/3] ui: Switch "-display sdl" to use the "

Emulating CPUs with larger atomic accesses
 2022-05-24  9:27 UTC  (3+ messages)

[PATCH v5 00/43] Add LoongArch softmmu support
 2022-05-24  8:18 UTC  (44+ messages)
` [PATCH v5 01/43] target/loongarch: Add README
` [PATCH v5 02/43] target/loongarch: Add core definition
` [PATCH v5 03/43] target/loongarch: Add main translation routines
` [PATCH v5 04/43] target/loongarch: Add fixed point arithmetic instruction translation
` [PATCH v5 05/43] target/loongarch: Add fixed point shift "
` [PATCH v5 06/43] target/loongarch: Add fixed point bit "
` [PATCH v5 07/43] target/loongarch: Add fixed point load/store "
` [PATCH v5 08/43] target/loongarch: Add fixed point atomic "
` [PATCH v5 09/43] target/loongarch: Add fixed point extra "
` [PATCH v5 10/43] target/loongarch: Add floating point arithmetic "
` [PATCH v5 11/43] target/loongarch: Add floating point comparison "
` [PATCH v5 12/43] target/loongarch: Add floating point conversion "
` [PATCH v5 13/43] target/loongarch: Add floating point move "
` [PATCH v5 14/43] target/loongarch: Add floating point load/store "
` [PATCH v5 15/43] target/loongarch: Add branch "
` [PATCH v5 16/43] target/loongarch: Add disassembler
` [PATCH v5 17/43] target/loongarch: Add target build suport
` [PATCH v5 18/43] target/loongarch: Add system emulation introduction
` [PATCH v5 19/43] target/loongarch: Add CSRs definition
` [PATCH v5 20/43] target/loongarch: Add basic vmstate description of CPU
` [PATCH v5 21/43] target/loongarch: Implement qmp_query_cpu_definitions()
` [PATCH v5 22/43] target/loongarch: Add MMU support for LoongArch CPU
` [PATCH v5 23/43] target/loongarch: Add LoongArch interrupt and exception handle
` [PATCH v5 24/43] target/loongarch: Add constant timer support
` [PATCH v5 25/43] target/loongarch: Add LoongArch CSR instruction
` [PATCH v5 26/43] target/loongarch: Add LoongArch IOCSR instruction
` [PATCH v5 27/43] target/loongarch: Add TLB instruction support
` [PATCH v5 28/43] target/loongarch: Add other core instructions support
` [PATCH v5 29/43] target/loongarch: Add timer related "
` [PATCH v5 30/43] hw/loongarch: Add support loongson3 virt machine type
` [PATCH v5 31/43] hw/loongarch: Add LoongArch ipi interrupt support(IPI)
` [PATCH v5 32/43] hw/intc: Add LoongArch ls7a interrupt controller support(PCH-PIC)
` [PATCH v5 33/43] hw/intc: Add LoongArch ls7a msi interrupt controller support(PCH-MSI)
` [PATCH v5 34/43] hw/intc: Add LoongArch extioi interrupt controller(EIOINTC)
` [PATCH v5 35/43] hw/loongarch: Add irq hierarchy for the system
` [PATCH v5 36/43] Enable common virtio pci support for LoongArch
` [PATCH v5 37/43] hw/loongarch: Add some devices support for 3A5000
` [PATCH v5 38/43] hw/loongarch: Add LoongArch ls7a rtc device support
` [PATCH v5 39/43] hw/loongarch: Add LoongArch load elf function
` [PATCH v5 40/43] hw/loongarch: Add LoongArch ls7a acpi device support
` [PATCH v5 41/43] target/loongarch: Add gdb support
` [PATCH v5 42/43] tests/tcg/loongarch64: Add hello/memory test in loongarch64 system
` [PATCH v5 43/43] target/loongarch: 'make check-tcg' support

[PATCH v2 1/1] Fix the coredump when memory backend id conflicts with default_ram_id
 2022-05-24  9:14 UTC  (2+ messages)

[PATCH] .gitlab-ci.d/crossbuilds: Fix the dependency of the cross-i386-tci job
 2022-05-24  9:26 UTC 

[PATCH] vfio/common: remove spurious warning on vfio_listener_region_del
 2022-05-24  9:14 UTC 

[PATCH 0/5] target/riscv: Enhanced ISA extension checks
 2022-05-24  9:07 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/5] target/riscv: Disable "G" by default

[PATCH v2 0/4] xlnx-zcu102: fix the display port
 2022-05-24  8:30 UTC  (4+ messages)
` [PATCH v2 2/4] xlnx_dp: Introduce a vblank signal

[RFC PATCH v4 00/36] TDX QEMU support
 2022-05-24  8:29 UTC  (45+ messages)
` [RFC PATCH v4 07/36] i386/tdx: Introduce is_tdx_vm() helper and cache tdx_guest object
` [RFC PATCH v4 11/36] i386/tdx: Initialize TDX before creating TD vcpus
` [RFC PATCH v4 13/36] i386/tdx: Validate TD attributes
` [RFC PATCH v4 16/36] i386/tdvf: Introduce function to parse TDVF metadata
` [RFC PATCH v4 17/36] i386/tdx: Parse TDVF metadata for TDX VM
` [RFC PATCH v4 18/36] i386/tdx: Skip BIOS shadowing setup
` [RFC PATCH v4 20/36] i386/tdx: Register a machine_init_done callback for TD
` [RFC PATCH v4 21/36] i386/tdx: Track mem_ptr for each firmware entry of TDVF
` [RFC PATCH v4 22/36] i386/tdx: Track RAM entries for TDX VM
` [RFC PATCH v4 23/36] i386/tdx: Setup the TD HOB list
` [RFC PATCH v4 24/36] i386/tdx: Add TDVF memory via KVM_TDX_INIT_MEM_REGION
` [RFC PATCH v4 25/36] i386/tdx: Call KVM_TDX_INIT_VCPU to initialize TDX vcpu
` [RFC PATCH v4 26/36] i386/tdx: Finalize TDX VM
` [RFC PATCH v4 27/36] i386/tdx: Disable SMM for TDX VMs
` [RFC PATCH v4 28/36] i386/tdx: Disable PIC "
` [RFC PATCH v4 29/36] i386/tdx: Don't allow system reset "
` [RFC PATCH v4 32/36] i386/tdx: Don't synchronize guest tsc for TDs
` [RFC PATCH v4 33/36] i386/tdx: Only configure MSR_IA32_UCODE_REV in kvm_init_msrs() "

aio_wait_bh_oneshot() thread-safety question
 2022-05-24  7:08 UTC  (2+ messages)

[RFC PATCH 00/13] Add a plugin to support out-of-band live migration for VFIO pass-through device
 2022-05-24  6:18 UTC  (14+ messages)
` [RFC PATCH 01/13] vfio/migration: put together checks of migration initialization conditions
` [RFC PATCH 02/13] vfio/migration: move migration struct allocation out of vfio_migration_init
` [RFC PATCH 03/13] vfio/migration: move vfio_get_dev_region_info out of vfio_migration_probe
` [RFC PATCH 04/13] vfio/migration: Separated functions that relate to the In-Band approach
` [RFC PATCH 05/13] vfio/migration: rename "
` [RFC PATCH 06/13] vfio/migration: introduce VFIOMigrationOps layer in VFIO live migration framework
` [RFC PATCH 07/13] vfio/migration: move the statistics of bytes_transferred to generic VFIO migration layer
` [RFC PATCH 08/13] vfio/migration: split migration handler registering from vfio_migration_init
` [RFC PATCH 09/13] vfio/migration: move the functions of In-Band approach to a new file
` [RFC PATCH 10/13] vfio/pci: introduce command-line parameters to specify migration method
` [RFC PATCH 11/13] vfio/migration: add a plugin layer to support out-of-band live migration
` [RFC PATCH 12/13] vfio/migration: add some trace-events for vfio migration plugin
` [RFC PATCH 13/13] vfio/migration: make the region and plugin member of struct VFIOMigration to be a union

[PATCH v2] target/riscv: add support for zmmul extension v0.1
 2022-05-24  4:53 UTC 

[PATCH] target/riscv: add support for zmmul extension v0.1
 2022-05-24  4:19 UTC  (6+ messages)

[RFC 0/3] Introduce a new Qemu machine for RISC-V
 2022-05-24  3:16 UTC  (15+ messages)

Npcm7xx emac tap networking hitting 75MiB limit
 2022-05-24  2:57 UTC 

[PATCH v9 00/12] Improve PMU support
 2022-05-23 23:50 UTC  (13+ messages)
` [PATCH v9 01/12] target/riscv: Fix PMU CSR predicate function
` [PATCH v9 02/12] target/riscv: Implement PMU CSR predicate function for S-mode
` [PATCH v9 03/12] target/riscv: pmu: Rename the counters extension to pmu
` [PATCH v9 04/12] target/riscv: pmu: Make number of counters configurable
` [PATCH v9 05/12] target/riscv: Implement mcountinhibit CSR
` [PATCH v9 06/12] target/riscv: Add support for hpmcounters/hpmevents
` [PATCH v9 07/12] target/riscv: Support mcycle/minstret write operation
` [PATCH v9 08/12] target/riscv: Add sscofpmf extension support
` [PATCH v9 09/12] target/riscv: Simplify counter predicate function
` [PATCH v9 10/12] target/riscv: Add few cache related PMU events
` [PATCH v9 11/12] hw/riscv: virt: Add PMU DT node to the device tree
` [PATCH v9 12/12] target/riscv: Update the privilege field for sscofpmf CSRs

[PATCH] target/riscv: add zicsr/zifencei to isa_string
 2022-05-23 23:48 UTC  (5+ messages)

[PATCH v2 00/12] Change helper declarations to use call flags
 2022-05-23 23:02 UTC  (6+ messages)
` [PATCH v2 06/12] target/ppc: implement xscvspdpn with helper_todouble

[RFC PATCH] mpqemu: Remove unlock/lock of iothread in mpqemu-link send and recv functions
 2022-05-23 22:56 UTC  (2+ messages)

[PATCH v2 0/8] QEMU RISC-V nested virtualization fixes
 2022-05-23 21:52 UTC  (9+ messages)
` [PATCH v2 4/8] target/riscv: Update [m|h]tinst CSR in riscv_cpu_do_interrupt()
` [PATCH v2 7/8] target/riscv: Force disable extensions if priv spec version does not match
` [PATCH v2 8/8] hw/riscv: virt: Fix interrupt parent for dynamic platform devices

[RESEND PATCH v2] target/riscv: Fix typo of mimpid cpu option
 2022-05-23 21:46 UTC  (2+ messages)

[PATCH qemu v18 00/16] Add tail agnostic behavior for rvv instructions
 2022-05-23 21:39 UTC  (3+ messages)
` [PATCH qemu v18 02/16] target/riscv: rvv: Prune redundant access_type parameter passed

[PATCH] linux-user/host/s390: Treat EX and EXRL as writes
 2022-05-23 20:54 UTC  (2+ messages)

Fast usermode networking with QEMU
 2022-05-23 20:51 UTC 

[PATCH 00/18] target/arm: tidy exception routing
 2022-05-23 20:47 UTC  (19+ messages)
` [PATCH 01/18] target/arm: Allow raise_exception to handle finding target EL
` [PATCH 02/18] target/arm: Use arm_current_el for simple exceptions
` [PATCH 03/18] target/arm: Move and expand parameters to exception_target_el
` [PATCH 04/18] target/arm: Move HCR_TGE check into exception_target_el
` [PATCH 05/18] target/arm: Move arm_singlestep_active out of line
` [PATCH 06/18] target/arm: Move arm_generate_debug_exceptions "
` [PATCH 07/18] target/arm: Hoist arm_current_el in arm_generate_debug_exceptions
` [PATCH 08/18] target/arm: Use is_a64 "
` [PATCH 09/18] target/arm: Move exception_bkpt_insn to debug_helper.c
` [PATCH 10/18] target/arm: Move arm_debug_exception_fsr "
` [PATCH 11/18] target/arm: Move arm_debug_target_el to internals.h
` [PATCH 12/18] target/arm: Create raise_exception_debug
` [PATCH 13/18] target/arm: Move MDCR_TDE test into exception_target_el
` [PATCH 14/18] target/arm: Mark exception helpers as noreturn
` [PATCH 15/18] target/arm: Create helper_exception_swstep
` [PATCH 16/18] target/arm: Remove TBFLAG_ANY.DEBUG_TARGET_EL
` [PATCH 17/18] target/arm: Add cur_el parameter to arm_generate_debug_exceptions
` [PATCH 18/18] target/arm: Remove route_to_el2 case from sve_exception_el

[PATCH v2 0/3] linux-user: Use CPUArchState* instead of void* when possible
 2022-05-23 20:47 UTC  (2+ messages)

[PATCH v2] linux-user/syscall.c: fix build without RLIMIT_RTTIME
 2022-05-23 20:42 UTC  (2+ messages)

[PATCH 0/5] machine.py fix for ppc64 tests + avocado changes
 2022-05-23 19:50 UTC  (4+ messages)
` [PATCH 2/5] machine.py: add default pseries params in machine.py

[PATCH] block: drop unused bdrv_co_drain() API
 2022-05-23 19:39 UTC  (2+ messages)

can QEMU's arm smmu model handle non-PCI devices?
 2022-05-23 19:40 UTC  (2+ messages)

[PATCH v2 00/10] Random cleanup patches
 2022-05-23 19:30 UTC  (3+ messages)

proposed 7.1 release schedule
 2022-05-23 19:29 UTC  (3+ messages)

[PATCH 0/4] ppc: improve some memory ordering issues
 2022-05-23 19:24 UTC  (2+ messages)

Problem running qos-test when building with gcc12 and LTO
 2022-05-23 19:19 UTC 

[PATCH] pnv/xive2: Don't overwrite PC registers when writing TCTXT registers
 2022-05-23 19:23 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).