qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-28 11:24:44 to 2021-07-29 08:09:48 UTC [more...]

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 RFC 00/19] vfio-user implementation
 2021-07-29  8:06 UTC  (12+ 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 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 for-6.2 00/43] Unaligned accesses for user-only
 2021-07-29  8:04 UTC  (66+ 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 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)

Bug in qemu-system-ppc running fedora 12 ppc guest
 2021-07-29  7:55 UTC 

[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()

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

[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 for-6.2 v3 00/11] machine: smp parsing fixes and improvement
 2021-07-29  6:30 UTC  (19+ 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 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 v3] hw/acpi: add an assertion check for non-null return from acpi_get_i386_pci_host
 2021-07-29  6:10 UTC  (5+ messages)

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

[PATCH] tests: Fix migration-test build failure for sparc
 2021-07-29  5:55 UTC  (5+ 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 v2 0/6] migration/ram: Optimize for virtio-mem via RamDiscardManager
 2021-07-28 20:19 UTC  (12+ messages)

[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  (11+ messages)
` [PATCH v2 1/8] virtio-gpu: CONTEXT_INIT feature
` [PATCH v2 2/8] virtio-gpu: hostmem [wip]
` [PATCH v2 3/8] virtio: Add shared memory capability
` [PATCH v2 4/8] virtio-gpu: Shared "
` [PATCH v2 5/8] virtio-gpu: Resource UUID
` [PATCH v2 6/8] virtio-gpu: Support Venus capset
` [PATCH v2 7/8] virtio-gpu: Initialize Venus
` [PATCH v2 8/8] virtio-gpu: Handle resource blob commands

[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  (5+ messages)
` [PATCH 3/7] virtio: Add shared memory capability
` [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)

[PATCH 0/4] docs: Move usb2.txt, usb-storage.txt into rST manual
 2021-07-28 14:14 UTC  (5+ messages)
` [PATCH 1/4] docs: Incorporate information in "
` [PATCH 2/4] docs: Fold usb2.txt USB controller information into usb.rst
` [PATCH 3/4] docs: Fold usb2.txt physical port addressing info "
` [PATCH 4/4] docs: Fold usb2.txt passthrough information "

[PATCH] gitlab-ci.d/buildtest: Mark the aarch64 and ppc64-s390x CFI jobs as manual
 2021-07-28 14:14 UTC  (3+ messages)

[PATCH] block/io_uring: resubmit when result is -EAGAIN
 2021-07-28 14:14 UTC  (4+ messages)

[PATCH v2 0/9] memory: Sanity checks memory transaction when releasing BQL
 2021-07-28 14:01 UTC  (11+ messages)
` [PATCH v2 4/9] memory: Don't do topology update in memory finalize()
` [PATCH v2 7/9] cpus: Introduce qemu_mutex_unlock_iothread_prepare()

[PATCH] MAINTAINERS: add Stefano Garzarella as io_uring reviewer
 2021-07-28 13:45 UTC  (2+ messages)

[PATCH v12] qapi: introduce 'query-x86-cpuid' QMP command
 2021-07-28 13:25 UTC  (2+ messages)
` [PATCH-for-6.2 "

[PATCH] docs: Move bootindex.txt into system section and rstify
 2021-07-28 12:41 UTC  (2+ messages)

[PATCH v2] qga-win: Free GMatchInfo properly
 2021-07-28 11:58 UTC  (7+ messages)
          ` [PATCH-for-6.1 "

[PATCH] qga-win: Add support of Windows Server 2022 in get-osinfo command
 2021-07-28 11:57 UTC  (6+ messages)

[PATCH 0/3] docs: Convert barrier.txt to rST
 2021-07-28 11:55 UTC  (3+ messages)
` [PATCH 2/3] ui/input-barrier: Move TODOs from barrier.txt to a comment

[PATCH] tests/tcg/linux-test: Fix random hangs in test_socket
 2021-07-28 11:37 UTC  (2+ messages)
` [PATCH PING] "

[PATCH v2 0/6] util/oslib-posix: Support MADV_POPULATE_WRITE for os_mem_prealloc()
 2021-07-28 11:32 UTC  (5+ messages)
` [PATCH v2 3/6] util/oslib-posix: Don't create too many threads with small memory or little pages
` [PATCH v2 4/6] util/oslib-posix: Avoid creating a single thread with MADV_POPULATE_WRITE


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).