qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-27 17:12:55 to 2021-07-29 01:22:48 UTC [more...]

[PATCH for-6.2 00/43] Unaligned accesses for user-only
 2021-07-29  0:46 UTC  (39+ 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.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 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 37/43] target/sparc: Use cpu_*_mmu instead of helper_*_mmu
` [PATCH for-6.2 38/43] target/arm: "
` [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 RFC 00/19] vfio-user implementation
 2021-07-29  0:55 UTC  (11+ 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 for-6.2 v3 00/11] machine: smp parsing fixes and improvement
 2021-07-28 20:41 UTC  (22+ messages)
` [PATCH for-6.2 v3 01/11] machine: Minor refactor/cleanup for the smp parsers
` [PATCH for-6.2 v3 02/11] machine: Uniformly use maxcpus to calculate the omitted parameters
` [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 05/11] hw: Add compat machines for 6.2
` [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 08/11] machine: Tweak the order of topology members in struct CpuTopology
` [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-28 23:48 UTC  (4+ messages)

[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] gitlab-ci.d/custom-runners: Improve rules for the staging branch
 2021-07-28 19:30 UTC  (3+ 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  (4+ messages)
` [Bug 1908626] "

[PATCH 0/7] virtio-gpu: Support Venus Vulkan driver
 2021-07-28 16:30 UTC  (7+ messages)
` [PATCH 2/7] virtio-gpu: hostmem [wip]
` [PATCH 3/7] virtio: Add shared memory capability
` [PATCH 6/7] virtio-gpu: Initialize Venus
` [PATCH 7/7] virtio-gpu: Handle resource blob commands

[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  (4+ messages)
` [PULL 1/1] Update libslirp to v4.6.1

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

[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  (4+ messages)

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

[PATCH v3] hw/acpi: add an assertion check for non-null return from acpi_get_i386_pci_host
 2021-07-28 14:12 UTC  (3+ messages)

aarch64 efi boot failures with qemu 6.0+
 2021-07-28 14:03 UTC  (12+ 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  (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] target/i386: Added VGIF feature
 2021-07-28 11:37 UTC 

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

[PATCH v2] target/i386: Added V_INTR_PRIO check to virtual interrupts
 2021-07-28 10:17 UTC 

[PATCH] target/i386: Added V_INTR_PRIO check to virtual interrupts
 2021-07-28  9:26 UTC  (2+ messages)

[PATCH] target/i386: Added consistency checks for event injection
 2021-07-28  9:26 UTC  (2+ messages)

[PATCH 1/3] qga-win: Increase VSS freeze timeout to 60 secs instead of 10
 2021-07-28  7:53 UTC  (5+ messages)

[PATCH 00/20] Hexagon HVX (target/hexagon) patch series
 2021-07-28  8:11 UTC  (15+ messages)
` [PATCH 01/20] Hexagon HVX (target/hexagon) README
` [PATCH 02/20] Hexagon HVX (target/hexagon) add Hexagon Vector eXtensions (HVX) to core

[PATCH] target/arm: kvm: use RCU_READ_LOCK_GUARD() in kvm_arch_fixup_msi_route()
 2021-07-28  7:30 UTC  (2+ messages)

[PATCH] format code
 2021-07-28  6:41 UTC 

[PATCH RFC 0/3] mirror: rework soft-cancelling READY mirror
 2021-07-28  7:00 UTC  (2+ messages)

[PATCH 0/7] Fixed some bugs and optimized some codes for COLO
 2021-07-28  6:25 UTC  (3+ messages)
` [PATCH 7/7] Optimized the function of fill_connection_key

[PATCH v4] i386: Add ratelimit for bus locks acquired in guest
 2021-07-28  5:40 UTC  (3+ messages)

[PATCH V5 00/25] Live Update
 2021-07-28  4:56 UTC  (13+ messages)
` [PATCH V5 04/25] cpr: HMP interfaces for reboot
` [PATCH V5 13/25] cpr: HMP interfaces for restart
` [PATCH V5 16/25] vfio-pci: cpr part 1
` [PATCH V5 17/25] vfio-pci: cpr part 2

[PATCH v5] ui/gtk: New -display gtk option 'full-screen-on-monitor'
 2021-07-28  3:19 UTC  (3+ messages)

[PATCH] ui/cocoa: Use qemu_input_map_osx_to_qcode
 2021-07-28  1:59 UTC 

[PATCH v2 00/22] Add LoongArch linux-user emulation support
 2021-07-28  1:18 UTC  (6+ messages)
` [PATCH v2 13/22] target/loongarch: Add floating point arithmetic instruction translation

[ANNOUNCE] QEMU 6.1.0-rc1 is now available
 2021-07-27 23:12 UTC 

[PULL 0/2] Libslirp patches
 2021-07-27 20:05 UTC  (5+ messages)
` [PULL 1/2] Update libslirp to v4.5.0

[PATCH 1/3] ui/gtk: adds status bar for expressing ups and fps
 2021-07-27 18:46 UTC  (3+ messages)

[PULL 00/21] target-arm queue
 2021-07-27 18:07 UTC  (6+ messages)
` [PULL 16/21] hw/timer: Refactor NPCM7XX Timer to use CLK clock


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