qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-18 15:57:15 to 2022-03-20 17:52:13 UTC [more...]

[PULL for-7.1 00/36] Logging cleanup and per-thread logfiles
 2022-03-20 17:11 UTC  (34+ messages)
` [PULL for-7.1 01/36] util/log: Drop manual log buffering
` [PULL for-7.1 02/36] target/hexagon: Remove qemu_set_log in hexagon_translate_init
` [PULL for-7.1 03/36] util/log: Pass Error pointer to qemu_set_log
` [PULL for-7.1 04/36] os-posix: Use qemu_log_enabled
` [PULL for-7.1 05/36] util/log: Move qemu_log_lock, qemu_log_unlock out of line
` [PULL for-7.1 06/36] util/log: Treat qemu_log_lock like trylock
` [PULL for-7.1 07/36] hw/xen: Split out xen_pv_output_msg
` [PULL for-7.1 08/36] *: Use fprintf between qemu_log_lock/unlock
` [PULL for-7.1 09/36] util/log: Remove qemu_log_vprintf
` [PULL for-7.1 10/36] tcg: Pass the locked filepointer to tcg_dump_ops
` [PULL for-7.1 11/36] exec/translator: Pass the locked filepointer to disas_log hook
` [PULL for-7.1 12/36] exec/log: Remove log_disas and log_target_disas
` [PULL for-7.1 13/36] accel/tcg: Use cpu_dump_state between qemu_log_lock/unlock
` [PULL for-7.1 14/36] target/nios2: Remove log_cpu_state from reset
` [PULL for-7.1 15/36] util/log: Use qemu_log_lock/unlock in qemu_log
` [PULL for-7.1 16/36] util/log: Remove qemu_log_flush
` [PULL for-7.1 17/36] util/log: Drop call to setvbuf
` [PULL for-7.1 18/36] bsd-user: Expand log_page_dump inline
` [PULL for-7.1 19/36] linux-user: "
` [PULL for-7.1 20/36] tests/unit: Do not reference QemuLogFile directly
` [PULL for-7.1 21/36] include/exec/log: "
` [PULL for-7.1 22/36] include/qemu/log: Move entire implementation out-of-line
` [PULL for-7.1 23/36] sysemu/os-win32: Test for and use _lock_file/_unlock_file
` [PULL for-7.1 24/36] util/log: Introduce qemu_set_log_filename_flags
` [PULL for-7.1 25/36] bsd-user: Use qemu_set_log_filename_flags
` [PULL for-7.1 26/36] linux-user: "
` [PULL for-7.1 28/36] util/log: Remove qemu_log_close
` [PULL for-7.1 30/36] util/log: Rename qemu_logfile to global_file
` [PULL for-7.1 31/36] util/log: Rename qemu_logfile_mutex to global_mutex
` [PULL for-7.1 32/36] util/log: Hoist the eval of is_daemonized in qemu_set_log_internal
` [PULL for-7.1 34/36] util/log: Rename QemuLogFile to RCUCloseFILE
` [PULL for-7.1 35/36] util/log: Limit RCUCloseFILE to file closing
` [PULL for-7.1 36/36] util/log: Support per-thread log files

[PATCH 0/7] linux-user/nios2: Fix clone and sigreturn
 2022-03-20 16:00 UTC  (8+ messages)
` [PATCH 1/7] linux-user/nios2: Fix clone child return
` [PATCH 2/7] linux-user/nios2: Drop syscall 0 "workaround"
` [PATCH 3/7] linux-user/nios2: Adjust error return
` [PATCH 4/7] linux-user/nios2: Handle special qemu syscall return values
` [PATCH 5/7] linux-user/nios2: Remove do_sigreturn
` [PATCH 6/7] linux-user/nios2: Use QEMU_ESIGRETURN from do_rt_sigreturn
` [PATCH 7/7] tests/tcg/nios2: Re-enable linux-user tests

[PATCH 1/2] intel-iommu: remove VTD_FR_RESERVED_ERR
 2022-03-20 12:01 UTC  (3+ messages)

[RFC PATCH v1 0/1] Replace 'qemu_irq_split' with 'TYPE_SPLIT_IRQ'
 2022-03-20 10:07 UTC  (3+ messages)
` [RFC PATCH v1 1/1] hw/arm/realview: replace 'qemu_split_irq' "

[PATCH for-7.0] linux-user: Fix syscall parameter handling for MIPS n32
 2022-03-20  5:22 UTC 

[PATCH qemu 00/13] Add tail agnostic behavior for rvv instructions
 2022-03-20  4:59 UTC  (22+ messages)
` [PATCH qemu 04/13] target/riscv: rvv: Add tail agnostic for vv instructions
` [PATCH qemu 05/13] target/riscv: rvv: Add tail agnostic for vx, vvm, vxm instructions
` [PATCH qemu 06/13] target/riscv: rvv: Add tail agnostic for vector integer shift instructions
` [PATCH qemu 07/13] target/riscv: rvv: Add tail agnostic for vector integer comparison instructions
` [PATCH qemu 08/13] target/riscv: rvv: Add tail agnostic for vector integer merge and move instructions
` [PATCH qemu 09/13] target/riscv: rvv: Add tail agnostic for vector fix-point arithmetic instructions
` [PATCH qemu 10/13] target/riscv: rvv: Add tail agnostic for vector floating-point instructions
` [PATCH qemu 11/13] target/riscv: rvv: Add tail agnostic for vector reduction instructions
` [PATCH qemu 12/13] target/riscv: rvv: Add tail agnostic for vector mask instructions
` [PATCH qemu 13/13] target/riscv: rvv: Add tail agnostic for vector permutation instructions
` [PATCH qemu 02/13] target/riscv: rvv: Rename ambiguous esz
` [PATCH qemu 03/13] target/riscv: rvv: Early exit when vstart >= vl
` [PATCH qemu 01/13] target/riscv: rvv: Prune redundant ESZ, DSZ parameter passed

[PATCH v3 00/11] s390x/tcg: Implement Vector-Enhancements Facility 2
 2022-03-20  1:14 UTC  (3+ messages)

[PATCH 0/2] cmpxchg and lock cmpxchg should not touch accumulator
 2022-03-19 16:06 UTC  (3+ messages)
  ` [PATCH 1/2] fix cmpxchg instruction
  ` [PATCH 2/2] fix lock "

[PATCH] block/rbd: fix write zeroes with growing images
 2022-03-19 15:15 UTC  (9+ messages)

[PULL 0/6] Fixes 20220318 patches
 2022-03-19 14:16 UTC  (2+ messages)

[RFC PATCH-for-7.0 v4 0/2] cocoa: run qemu_init in the main thread
 2022-03-19 14:15 UTC  (3+ messages)

[PATCH] gitattributes: Cover Objective-C source files
 2022-03-19 14:03 UTC  (7+ messages)

[RFC PATCH v6 00/29] Add LoongArch softmmu support
 2022-03-19 12:36 UTC  (2+ messages)

[RFC PATCH v6 00/29] Add LoongArch softmmu support
 2022-03-19 12:35 UTC  (11+ messages)
` [RFC PATCH v6 14/29] hw/loongarch: Add support loongson3 virt machine type
` [RFC PATCH v6 16/29] hw/loongarch: Add LoongArch ipi interrupt support(IPI)
` [RFC PATCH v6 17/29] hw/intc: Add LoongArch ls7a interrupt controller support(PCH-PIC)
` [RFC PATCH v6 19/29] hw/intc: Add LoongArch extioi interrupt controller(EIOINTC)
` [RFC PATCH v6 23/29] hw/loongarch: Add LoongArch ls7a rtc device support

QEMU+KVM on RISC-V + Hypervisor Extension
 2022-03-19 12:24 UTC  (9+ messages)
    ` [EXT] "

[PULL 0/2] Trivial branch for 7.0 patches
 2022-03-19 11:28 UTC  (2+ messages)

Question about vmstate_register(), dc->vmsd and instance_id
 2022-03-19  9:43 UTC  (6+ messages)

[PULL 00/21] target-arm queue
 2022-03-19 10:09 UTC  (2+ messages)

[PATCH v8 00/46] CXl 2.0 emulation Support
 2022-03-19  8:53 UTC  (9+ messages)
` [PATCH v8 17/46] hw/cxl/device: Add a memory device (8.2.8.5)
` [PATCH v8 19/46] hw/cxl/device: Add some trivial commands
` [PATCH v8 23/46] hw/cxl/component: Implement host bridge MMIO (8.2.5, table 142)
` [PATCH v8 32/46] mem/cxl_type3: Add read and write functions for associated hostmem

[PATCH v3 00/10] add generic vDPA device support
 2022-03-19  7:20 UTC  (11+ messages)
` [PATCH v3 01/10] virtio: get class_id and pci device id by the virtio id
` [PATCH v3 02/10] update linux headers
` [PATCH v3 03/10] vdpa: add the infrastructure of vdpa-dev
` [PATCH v3 04/10] vdpa-dev: implement the instance_init/class_init interface
` [PATCH v3 05/10] vdpa-dev: implement the realize interface
` [PATCH v3 06/10] vdpa-dev: implement the unrealize interface
` [PATCH v3 07/10] vdpa-dev: implement the get_config/set_config interface
` [PATCH v3 08/10] vdpa-dev: implement the get_features interface
` [PATCH v3 09/10] vdpa-dev: implement the set_status interface
` [PATCH v3 10/10] vdpa-dev: mark the device as unmigratable

[RFC PATCH] vhost_net: should not use max_queue_pairs for non-mq guest
 2022-03-19  4:13 UTC 

[PATCH 0/2] iotests/207: Filter host fingerprint
 2022-03-18 22:40 UTC  (5+ messages)
` [PATCH 1/2] iotests.py: Filters for VM.run_job()
` [PATCH 2/2] iotests/207: Filter host fingerprint

[PATCH v4 00/18] iotests: add enhanced debugging info to qemu-img failures
 2022-03-18 21:14 UTC  (5+ messages)

How to backtrace an separate stack?
 2022-03-18 21:13 UTC  (5+ messages)

[PATCH qemu] target/riscv: rvv: Add missing early exit condition for whole register load/store
 2022-03-17  7:09 UTC 

[PATCH] sh4: Replace TAB indentations with spaces
 2022-03-18 17:57 UTC  (3+ messages)

[PATCH 00/15] iotests: add enhanced debugging info to qemu-io failures
 2022-03-18 20:36 UTC  (16+ messages)
` [PATCH 01/15] iotests: replace calls to log(qemu_io(...)) with qemu_io_log()
` [PATCH 02/15] iotests/163: Fix broken qemu-io invocation
` [PATCH 03/15] iotests: Don't check qemu_io() output for specific error strings
` [PATCH 04/15] iotests/040: Don't check image pattern on zero-length image
` [PATCH 05/15] iotests: create generic qemu_tool() function
` [PATCH 06/15] iotests: rebase qemu_io() on top of qemu_tool()
` [PATCH 07/15] iotests/030: fixup
` [PATCH 08/15] iotests/149: fixup
` [PATCH 09/15] iotests/205: fixup
` [PATCH 10/15] iotests/245: fixup
` [PATCH 11/15] iotests/migration-permissions: fixup
` [PATCH 12/15] iotests/migration-permissions: use assertRaises() for qemu_io() negative test
` [PATCH 13/15] iotests: remove qemu_io_pipe_and_status()
` [PATCH 14/15] iotests: remove qemu_io_silent() and qemu_io_silent_check()
` [PATCH 15/15] iotests: make qemu_io_log() check return codes by default

[PATCH] target/i386: kvm: do not access uninitialized variable on older kernels
 2022-03-18 20:08 UTC  (2+ messages)

[PATCH v7 00/12] hw/nvme: SR-IOV with Virtualization Enhancements
 2022-03-18 19:18 UTC  (13+ messages)
` [PATCH v7 01/12] hw/nvme: Add support for SR-IOV
` [PATCH v7 02/12] hw/nvme: Add support for Primary Controller Capabilities
` [PATCH v7 03/12] hw/nvme: Add support for Secondary Controller List
` [PATCH v7 04/12] hw/nvme: Implement the Function Level Reset
` [PATCH v7 05/12] hw/nvme: Make max_ioqpairs and msix_qsize configurable in runtime
` [PATCH v7 06/12] hw/nvme: Remove reg_size variable and update BAR0 size calculation
` [PATCH v7 07/12] hw/nvme: Calculate BAR attributes in a function
` [PATCH v7 08/12] hw/nvme: Initialize capability structures for primary/secondary controllers
` [PATCH v7 09/12] hw/nvme: Add support for the Virtualization Management command
` [PATCH v7 10/12] docs: Add documentation for SR-IOV and Virtualization Enhancements
` [PATCH v7 11/12] hw/nvme: Update the initalization place for the AER queue
` [PATCH v7 12/12] hw/acpi: Make the PCI hot-plug aware of SR-IOV

[RFC PATCH 0/3] hw/audio/intel-hda: Restrict DMA engine to memories (non-MMIO devices)
 2022-03-18 19:15 UTC  (5+ messages)
` [RFC PATCH 2/3] hw/audio/intel-hda: Restrict DMA engine to memories (not MMIO devices)
  ` [RFC PATCH 2/3] hw/audio/intel-hda: Restrict DMA engine to memories (not MMIO devices) [CVE-2021-3611]
` [RFC PATCH 3/3] tests/qtest/intel-hda-test: Add reproducer for issue #542

[PATCH v6 01/12] hw/nvme: Add support for SR-IOV
 2022-03-18 18:53 UTC  (12+ messages)
` [PATCH v6 02/12] hw/nvme: Add support for Primary Controller Capabilities
` [PATCH v6 03/12] hw/nvme: Add support for Secondary Controller List
` [PATCH v6 04/12] hw/nvme: Implement the Function Level Reset
` [PATCH v6 05/12] hw/nvme: Make max_ioqpairs and msix_qsize configurable in runtime
` [PATCH v6 06/12] hw/nvme: Remove reg_size variable and update BAR0 size calculation
` [PATCH v6 07/12] hw/nvme: Calculate BAR attributes in a function
` [PATCH v6 08/12] hw/nvme: Initialize capability structures for primary/secondary controllers
` [PATCH v6 09/12] hw/nvme: Add support for the Virtualization Management command
` [PATCH v6 10/12] docs: Add documentation for SR-IOV and Virtualization Enhancements
` [PATCH v6 11/12] hw/nvme: Update the initalization place for the AER queue
` [PATCH v6 12/12] hw/acpi: Make the PCI hot-plug aware of SR-IOV

[PATCH v6 00/12] hw/nvme: SR-IOV with Virtualization Enhancements
 2022-03-18 18:53 UTC 

[PATCH-for-6.2 0/2] hw/block/fdc: Fix CVE-2021-3507
 2022-03-18 18:50 UTC  (7+ messages)

[PATCH] Fix 'writeable' typos
 2022-03-18 18:42 UTC  (2+ messages)

[RFC PATCH 0/3] hw/sd/sdhci: Fix DMA re-entrancy issue
 2022-03-18 18:38 UTC  (5+ messages)
` [RFC PATCH 1/3] hw/sd/sdhci: Honor failed DMA transactions
` [RFC PATCH 2/3] hw/sd/sdhci: Prohibit DMA accesses to devices

[PATCH 0/4] iotests: finalize switch to async QMP
 2022-03-18 17:35 UTC  (4+ messages)

[PATCH for-7.1 0/9] spapr: add drc->index, remove spapr_drc_index()
 2022-03-18 17:33 UTC  (10+ messages)
` [PATCH for-7.1 1/9] hw/ppc/spapr_drc.c: add drc->index
` [PATCH for-7.1 2/9] hw/ppc/spapr_drc.c: redefine 'index' SpaprDRC property
` [PATCH for-7.1 3/9] hw/ppc/spapr_drc.c: use drc->index in trace functions
` [PATCH for-7.1 4/9] hw/ppc/spapr_drc.c: use drc->index
` [PATCH for-7.1 5/9] hw/ppc/spapr.c: "
` [PATCH for-7.1 6/9] hw/ppc/spapr_events.c: "
` [PATCH for-7.1 7/9] hw/ppc/spapr_nvdimm.c: "
` [PATCH for-7.1 8/9] hw/ppc/spapr_pci.c: "
` [PATCH for-7.1 9/9] hw/ppc/spapr_drc.c: remove spapr_drc_index()

[PATCH v4] tests: Do not treat the iotests as separate meson test target anymore
 2022-03-18 17:36 UTC  (3+ messages)

[RFC PATCH v3 00/36] TDX QEMU support
 2022-03-18 17:31 UTC  (11+ messages)
` [RFC PATCH v3 08/36] i386/tdx: Adjust get_supported_cpuid() for TDX VM
` [RFC PATCH v3 09/36] KVM: Introduce kvm_arch_pre_create_vcpu()
` [RFC PATCH v3 16/36] i386/tdx: Set kvm_readonly_mem_enabled to false for TDX VM
` [RFC PATCH v3 18/36] i386/tdvf: Introduce function to parse TDVF metadata
` [RFC PATCH v3 33/36] i386/tdx: Only configure MSR_IA32_UCODE_REV in kvm_init_msrs() for TDs

QEMU device refcounting when device creates a container MR
 2022-03-18 17:13 UTC  (9+ messages)

[PATCH v2 0/5] vCPU hotunplug related memory leaks
 2022-03-18 17:04 UTC  (9+ messages)
` [PATCH v2 1/5] accel: Introduce AccelOpsClass::destroy_vcpu_thread()
` [PATCH v2 4/5] cpu: Free cpu->cpu_ases in cpu_exec_unrealizefn()
` [PATCH v2 5/5] i386/cpu: Free env->xsave_buf in x86_cpu_unrealizefn()

[PATCH] tests/qemu-iotests: Use GNU sed in two more spots where it is necessary
 2022-03-18 16:46 UTC  (2+ messages)

[PATCH v2 for-7.1] vfio/common: remove spurious tpm-crb-cmd misalignment warning
 2022-03-18 16:37 UTC  (3+ messages)

[PATCH for-7.1] hw: Add compat machines for 7.1
 2022-03-18 16:14 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).