QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-28 14:44:11 to 2021-07-29 11:17:49 UTC [more...]

[PATCH for-6.2 00/53] target/arm: MVE slices 3 and 4
 2021-07-29 11:14 UTC 

[PATCH v2] vhost: make SET_VRING_ADDR, SET_FEATURES send replies
 2021-07-29 10:56 UTC  (3+ messages)
` [PING][PATCH "
  ` [PING][PING][PATCH "

[PATCH v2 0/1] Improve module accelerator error message
 2021-07-29 10:44 UTC  (14+ messages)
` [PATCH v2 1/1] modules: Improve error message when module is not found
            ` modular tcg (was: Re: [PATCH v2 1/1] modules: Improve error message when module is not) found
              ` modular tcg

[PATCH RFC 0/3] mirror: rework soft-cancelling READY mirror
 2021-07-29 10:38 UTC  (4+ messages)

[PATCH 4/4] docs/system: Add a64fx(Fujitsu A64FX processor) to supported guest CPU type
 2021-07-29 10:26 UTC  (4+ messages)

[PATCH-for-6.1? v2] target/nios2: Mark raise_exception() as noreturn
 2021-07-29 10:13 UTC 

Bug in qemu-system-ppc running fedora 12 ppc guest
 2021-07-29 10:06 UTC  (2+ messages)

[PATCH] hw/net/can: sja1000 fix buff2frame_bas for dlc out of std CAN 8 bytes
 2021-07-29 10:03 UTC  (3+ messages)
  ` [PATCH-for-6.1] "

[PATCH 0/3] docs: Convert barrier.txt to rST
 2021-07-29 10:00 UTC  (7+ messages)
` [PATCH 1/3] docs: Move the protocol part of barrier.txt into interop
` [PATCH 2/3] ui/input-barrier: Move TODOs from barrier.txt to a comment
` [PATCH 3/3] docs: Move user-facing barrier docs into system manual

[PATCH v2] block/io_uring: resubmit when result is -EAGAIN
 2021-07-29  9:54 UTC  (2+ messages)

[PULL 0/9] Gitlab-CI improvements and some other fixes
 2021-07-29  9:42 UTC  (11+ messages)
` [PULL 1/9] docs: Document GitLab custom CI/CD variables
` [PULL 2/9] gitlab-ci: Fix 'when:' condition in acceptance_test_job_template
` [PULL 3/9] gitlab-ci: Fix 'when:' condition in EDK2 jobs
` [PULL 4/9] gitlab-ci: Fix 'when:' condition in OpenSBI jobs
` [PULL 5/9] gitlab-ci.d/buildtest: Disable iotests 197 and 215
` [PULL 6/9] gitlab-ci.d/buildtest: Mark the aarch64 and ppc64-s390x CFI jobs as manual
` [PULL 7/9] gitlab-ci.d/custom-runners: Improve rules for the staging branch
` [PULL 8/9] tests: Fix migration-test build failure for sparc
` [PULL 9/9] configure script fix for Haiku

[PATCH for-6.2 00/43] Unaligned accesses for user-only
 2021-07-29  9:40 UTC  (69+ messages)
` [PATCH for-6.2 01/43] hw/core: Make do_unaligned_access available to user-only
` [PATCH for-6.2 02/43] target/alpha: Implement do_unaligned_access for user-only
` [PATCH for-6.2 03/43] target/arm: "
` [PATCH for-6.2 04/43] target/hppa: "
` [PATCH for-6.2 05/43] target/microblaze: "
` [PATCH for-6.2 06/43] target/mips: "
` [PATCH for-6.2 07/43] target/ppc: Set fault address in ppc_cpu_do_unaligned_access
` [PATCH for-6.2 08/43] target/ppc: Implement do_unaligned_access for user-only
` [PATCH for-6.2 09/43] target/riscv: "
` [PATCH for-6.2 10/43] target/s390x: "
` [PATCH for-6.2 11/43] target/sh4: Set fault address in superh_cpu_do_unaligned_access
` [PATCH for-6.2 12/43] target/sh4: Implement do_unaligned_access for user-only
` [PATCH for-6.2 13/43] target/sparc: Remove DEBUG_UNALIGNED
` [PATCH for-6.2 14/43] target/sparc: Set fault address in sparc_cpu_do_unaligned_access
` [PATCH for-6.2 15/43] target/sparc: Implement do_unaligned_access for user-only
` [PATCH for-6.2 16/43] target/xtensa: "
` [PATCH for-6.2 17/43] accel/tcg: Report unaligned atomics "
` [PATCH for-6.2 18/43] accel/tcg: Drop signness in tracing in cputlb.c
` [PATCH for-6.2 19/43] tcg: Expand MO_SIZE to 3 bits
` [PATCH for-6.2 20/43] tcg: Rename TCGMemOpIdx to MemOpIdx
` [PATCH for-6.2 21/43] tcg: Split out MemOpIdx to exec/memopidx.h
` [PATCH for-6.2 22/43] trace/mem: Pass MemOpIdx to trace_mem_get_info
` [PATCH for-6.2 23/43] accel/tcg: Remove double bswap for helper_atomic_sto_*_mmu
  ` [PATCH for-6.1? "
` [PATCH for-6.2 24/43] accel/tcg: Pass MemOpIdx to atomic_trace_*_post
` [PATCH for-6.2 25/43] plugins: Reorg arguments to qemu_plugin_vcpu_mem_cb
` [PATCH for-6.2 26/43] trace: Split guest_mem_before
` [PATCH for-6.2 27/43] target/arm: Use MO_128 for 16 byte atomics
` [PATCH for-6.2 28/43] target/i386: "
` [PATCH for-6.2 29/43] target/ppc: "
` [PATCH for-6.2 30/43] target/s390x: "
` [PATCH for-6.2 31/43] target/hexagon: Implement cpu_mmu_index
` [PATCH for-6.2 32/43] accel/tcg: Add cpu_{ld,st}*_mmu interfaces
` [PATCH for-6.2 33/43] accel/tcg: Move cpu_atomic decls to exec/cpu_ldst.h
` [PATCH for-6.2 34/43] target/mips: Use cpu_*_data_ra for msa load/store
` [PATCH for-6.2 35/43] target/mips: Use 8-byte memory ops "
` [PATCH for-6.2 36/43] target/s390x: Use cpu_*_mmu instead of helper_*_mmu
` [PATCH for-6.2 37/43] target/sparc: "
` [PATCH for-6.2 38/43] target/arm: "
` [PATCH for-6.2 39/43] tcg: Move helper_*_mmu decls to tcg/tcg-ldst.h
` [PATCH for-6.2 40/43] linux-user/alpha: Remove TARGET_ALIGNED_ONLY
` [PATCH for-6.2 41/43] tcg: Add helper_unaligned_mmu for user-only sigbus
` [PATCH for-6.2 42/43] tcg/i386: Support raising sigbus for user-only
` [PATCH for-6.2 43/43] tests/tcg/multiarch: Add sigbus.c

[PATCH for-6.2 v3 00/11] machine: smp parsing fixes and improvement
 2021-07-29  9:12 UTC  (22+ messages)
` [PATCH for-6.2 v3 01/11] machine: Minor refactor/cleanup for the smp parsers
` [PATCH for-6.2 v3 03/11] machine: Set the value of cpus to match maxcpus if it's omitted
` [PATCH for-6.2 v3 04/11] machine: Improve the error reporting of smp parsing
` [PATCH for-6.2 v3 06/11] machine: Prefer cores over sockets in smp parsing since 6.2
` [PATCH for-6.2 v3 07/11] machine: Use ms instead of global current_machine in sanity-check
` [PATCH for-6.2 v3 09/11] machine: Make smp_parse generic enough for all arches
` [PATCH for-6.2 v3 10/11] machine: Remove smp_parse callback from MachineClass
` [PATCH for-6.2 v3 11/11] machine: Move smp_prefer_sockets to struct SMPCompatProps

[PATCH] tests: Fix migration-test build failure for sparc
 2021-07-29  8:26 UTC  (6+ messages)

[PATCH RFC 00/19] vfio-user implementation
 2021-07-29  8:22 UTC  (13+ messages)
` [PATCH RFC 03/19] vfio-user: define VFIO Proxy and communication functions
` [PATCH RFC 04/19] vfio-user: Define type vfio_user_pci_dev_info
` [PATCH RFC server 00/11] vfio-user server in QEMU
  ` [PATCH RFC server 04/11] vfio-user: find and init PCI device

[PATCH v2 0/6] migration/ram: Optimize for virtio-mem via RamDiscardManager
 2021-07-29  8:14 UTC  (13+ messages)

aarch64 efi boot failures with qemu 6.0+
 2021-07-29  8:08 UTC  (13+ messages)

[PATCH v5 00/10] acpi: Error Record Serialization Table, ERST, support for QEMU
 2021-07-29  8:07 UTC  (20+ messages)
` [PATCH v5 02/10] ACPI ERST: specification for ERST support
` [PATCH v5 06/10] ACPI ERST: build the ACPI ERST table

[PATCH 1/2] meson: fix meson 0.58 warning with libvhost-user subproject
 2021-07-29  8:05 UTC  (4+ messages)
` [PATCH 2/2] libvhost-user: fix -Werror=format= warnings with __u64 fields

[PATCH 0/3] hw/mips/boston: ELF kernel support
 2021-07-29  8:02 UTC  (6+ messages)
` [PATCH 1/3] hw/mips/boston: Massage memory map information
` [PATCH 2/3] hw/mips/boston: Allow loading elf kernel and dtb
` [PATCH 3/3] hw/mips/boston: Add FDT generator

[PATCH v2] target/i386: Added VGIF feature
 2021-07-29  8:01 UTC  (3+ messages)

[PATCH v2] target/i386: Added V_INTR_PRIO check to virtual interrupts
 2021-07-29  7:57 UTC  (2+ messages)

[PATCH] configure: Add -Werror to avx2, avx512 tests
 2021-07-29  7:54 UTC  (2+ messages)

[PATCH 1/2] i386: assert 'cs->kvm_state' is not null
 2021-07-29  7:50 UTC  (3+ messages)
` [PATCH 2/2] i386: Fix coding style in kvm_hyperv_expand_features()

[PULL 0/5] ppc-for-6.1 queue 20210729
 2021-07-29  7:01 UTC  (6+ messages)
` [PULL 1/5] ppc/pegasos2: Fix spurious warning with -bios
` [PULL 2/5] i2c/smbus_eeprom: Add feature bit to SPD data
` [PULL 3/5] target/ppc: Ease L=0 requirement on cmp/cmpi/cmpl/cmpli for ppc32
` [PULL 4/5] ppc/vof: Fix Coverity issues
` [PULL 5/5] kvm: ppc: Print meaningful message on KVM_CREATE_VM failure

[PATCH v3] hw/acpi: add an assertion check for non-null return from acpi_get_i386_pci_host
 2021-07-29  6:10 UTC  (4+ messages)

[PATCH] gitlab-ci.d/custom-runners: Improve rules for the staging branch
 2021-07-29  6:02 UTC  (4+ messages)

[Bug 1891748] [NEW] qemu-arm-static 5.1 can't run gcc
 2021-07-29  5:08 UTC  (2+ messages)
` [Bug 1891748] "

[PATCH V5 00/25] Live Update
 2021-07-29  4:04 UTC  (3+ messages)
` [PATCH V5 23/25] chardev: cpr for sockets

[PATCH v2] This is a test mail
 2021-07-28 23:44 UTC  (3+ messages)

[PATCH v2 0/2] tests: migration-test: Fix agressive test skip, add dirty ring test
 2021-07-28 21:39 UTC  (6+ messages)
` [PATCH v2 2/2] tests: migration-test: Add "

[PATCH v3 0/8] memory: Sanity checks memory transaction when releasing BQL
 2021-07-28 20:06 UTC  (14+ messages)
` [PATCH v3 1/8] cpus: Export queue work related fields to cpu.h
` [PATCH v3 2/8] cpus: Move do_run_on_cpu into softmmu/cpus.c
` [PATCH v3 3/8] memory: Introduce memory_region_transaction_depth_{inc|dec}()
` [PATCH v3 4/8] memory: Don't do topology update in memory finalize()
` [PATCH v3 5/8] cpus: Use qemu_cond_wait_iothread() where proper
` [PATCH v3 6/8] cpus: Remove the mutex parameter from do_run_on_cpu()
` [PATCH v3 7/8] memory: Assert on no ongoing memory transaction before release BQL
` [PATCH v3 8/8] memory: Delay the transaction pop() until commit completed

About two-dimensional page translation (e.g., Intel EPT) and shadow page table in Linux QEMU/KVM
 2021-07-28 20:01 UTC  (13+ messages)

[PATCH v2 0/8] virtio-gpu: Support Venus Vulkan driver
 2021-07-28 18:46 UTC  (5+ messages)
` [PATCH v2 2/8] virtio-gpu: hostmem [wip]
` [PATCH v2 7/8] virtio-gpu: Initialize Venus

[PATCH] MAINTAINERS: Added myself as a reviewer for the NVMe Block Driver
 2021-07-28 18:33 UTC 

[PATCH-for-6.1 0/3] hw/sd/sdcard: Fix assertion accessing out-of-range addresses with CMD30
 2021-07-28 18:17 UTC  (4+ messages)
` [PATCH-for-6.1 1/3] hw/sd/sdcard: Document out-of-range addresses for SEND_WRITE_PROT
` [PATCH-for-6.1 2/3] hw/sd/sdcard: Fix assertion accessing out-of-range addresses with CMD30
` [PATCH-for-6.2 3/3] hw/sd/sdcard: Rename Write Protect Group variables

[Bug 1908626] [NEW] Atomic test-and-set instruction does not work on qemu-user
 2021-07-28 17:44 UTC  (3+ messages)
` [Bug 1908626] "

[PATCH 0/7] virtio-gpu: Support Venus Vulkan driver
 2021-07-28 16:30 UTC  (3+ messages)
` [PATCH 6/7] virtio-gpu: Initialize Venus

[PATCH v4 00/33] Qemu SGX virtualization
 2021-07-28 15:57 UTC  (2+ messages)

[PULL 0/1] Libslirp update
 2021-07-28 15:47 UTC  (3+ messages)

[PATCH v13] qapi: introduce 'query-x86-cpuid' QMP command
 2021-07-28 14:54 UTC 

[PULL 0/1] Miscellaneous patches for 2021-07-27
 2021-07-28 14:42 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 read-only IMAP folder(s) and NNTP newsgroup(s).