qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-31 16:09:48 to 2019-08-01 09:08:09 UTC [more...]

[Qemu-devel] [PATCH 0/5] virtiofsd: multithreading preparation
 2019-08-01  9:07 UTC  (10+ messages)
` [Qemu-devel] [PATCH 1/5] virtiofsd: skip unnecessary vu_queue_get_avail_bytes()
` [Qemu-devel] [PATCH 3/5] virtiofsd: make lo_release() atomic
` [Qemu-devel] [PATCH 4/5] virtiofsd: drop lo_dirp->fd field
` [Qemu-devel] [PATCH 5/5] virtiofsd: prevent races with lo_dirp_put()

[Qemu-devel] [Bug 1838312] [NEW] Qemu virt-manager Segmentation fault
 2019-08-01  8:48 UTC  (2+ messages)
` [Qemu-devel] [Bug 1838312] "

[Qemu-devel] [PATCH RFC] gpio: Add Virtual Aggregator GPIO Driver
 2019-08-01  8:41 UTC  (2+ messages)

[Qemu-devel] [RFC] virtio-mmio: implement modern (v2) personality (virtio-1)
 2019-08-01  8:37 UTC  (16+ messages)

[Qemu-devel] [PATCH-for-4.2 v8 0/9] ARM virt: ACPI memory hotplug support
 2019-08-01  8:36 UTC  (4+ messages)
` [Qemu-devel] [PATCH-for-4.2 v8 3/9] hw/acpi: Add ACPI Generic Event Device Support

[Qemu-devel] [PATCH] migration: always initial ram_counters for a new migration
 2019-08-01  8:10 UTC  (3+ messages)

[Qemu-devel] [PATCH for-4.2 v2 0/8] Kconfig switches
 2019-08-01  8:08 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 7/8] hw/misc: Add a config switch for the "unimplemented" device

[Qemu-devel] [PATCH v2] docs/nvdimm: add example on persistent backend setup
 2019-08-01  8:05 UTC  (2+ messages)

[Qemu-devel] [PATCH] migration: always initial RAMBlock.bmap to 1 for new migration
 2019-08-01  7:58 UTC  (3+ messages)

[Qemu-devel] [PATCH v5] net: tap: replace snprintf with g_strdup_printf calls
 2019-08-01  7:57 UTC  (3+ messages)

[Qemu-devel] [RFC PATCH] numa: add auto_enable_numa to fix broken check in spapr
 2019-08-01  7:52 UTC 

[Qemu-devel] [PATCH] make check-unit: use after free in test-opts-visitor
 2019-08-01  7:13 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 00/54] plugins for TCG
 2019-08-01  4:19 UTC  (56+ messages)
` [Qemu-devel] [PATCH v4 01/54] target/arm: handle M-profile semihosting at translate time
` [Qemu-devel] [PATCH v4 03/54] target/arm: handle A-profile A32 "
` [Qemu-devel] [PATCH v4 04/54] target/arm: remove run time semihosting checks
` [Qemu-devel] [PATCH v4 05/54] includes: remove stale [smp|max]_cpus externs
` [Qemu-devel] [PATCH v4 06/54] trace: expand mem_info:size_shift to 4 bits
` [Qemu-devel] [PATCH v4 07/54] trace: add mmu_index to mem_info
` [Qemu-devel] [PATCH v4 08/54] tcg/README: fix typo s/afterwise/afterwards/
` [Qemu-devel] [PATCH v4 09/54] cpu: introduce cpu_in_exclusive_context()
` [Qemu-devel] [PATCH v4 10/54] translate-all: use cpu_in_exclusive_work_context() in tb_flush
` [Qemu-devel] [PATCH v4 11/54] docs/devel: add plugins.rst design document
` [Qemu-devel] [PATCH v4 12/54] configure: add --enable-plugins (MOVE TO END)
` [Qemu-devel] [PATCH v4 13/54] plugin: add user-facing API
` [Qemu-devel] [PATCH v4 14/54] plugin: add core code
` [Qemu-devel] [PATCH v4 15/54] plugin: add implementation of the api
` [Qemu-devel] [PATCH v4 16/54] queue: add QTAILQ_REMOVE_SEVERAL
` [Qemu-devel] [PATCH v4 17/54] cputlb: document get_page_addr_code
` [Qemu-devel] [PATCH v4 18/54] cputlb: introduce get_page_addr_code_hostp
` [Qemu-devel] [PATCH v4 19/54] tcg: add tcg_gen_st_ptr
` [Qemu-devel] [PATCH v4 20/54] plugin-gen: add module for TCG-related code
` [Qemu-devel] [PATCH v4 21/54] atomic_template: fix indentation in GEN_ATOMIC_HELPER
` [Qemu-devel] [PATCH v4 22/54] atomic_template: add inline trace/plugin helpers
` [Qemu-devel] [PATCH v4 23/54] tcg: let plugins instrument virtual memory accesses
` [Qemu-devel] [PATCH v4 24/54] plugins: implement helpers for resolving hwaddr
` [Qemu-devel] [PATCH v4 25/54] translate-all: notify plugin code of tb_flush
` [Qemu-devel] [PATCH v4 26/54] *-user: notify plugin of exit
` [Qemu-devel] [PATCH v4 27/54] *-user: plugin syscalls
` [Qemu-devel] [PATCH v4 28/54] cpu: hook plugin vcpu events
` [Qemu-devel] [PATCH v4 29/54] plugin-gen: add plugin_insn_append
` [Qemu-devel] [PATCH v4 30/54] translator: add translator_ld{ub, sw, uw, l, q}
` [Qemu-devel] [PATCH v4 31/54] target/arm: fetch code with translator_ld
` [Qemu-devel] [PATCH v4 32/54] target/ppc: "
` [Qemu-devel] [PATCH v4 33/54] target/sh4: "
` [Qemu-devel] [PATCH v4 34/54] target/i386: "
` [Qemu-devel] [PATCH v4 35/54] target/hppa: "
` [Qemu-devel] [PATCH v4 36/54] target/m68k: "
` [Qemu-devel] [PATCH v4 37/54] target/alpha: "
` [Qemu-devel] [PATCH v4 38/54] target/riscv: "
` [Qemu-devel] [PATCH v4 39/54] target/sparc: "
` [Qemu-devel] [PATCH v4 40/54] target/xtensa: "
` [Qemu-devel] [PATCH v4 41/54] target/openrisc: "
` [Qemu-devel] [PATCH v4 42/54] translator: inject instrumentation from plugins
` [Qemu-devel] [PATCH v4 43/54] plugin: add API symbols to qemu-plugins.symbols
` [Qemu-devel] [PATCH v4 44/54] vl: support -plugin option
` [Qemu-devel] [PATCH v4 45/54] linux-user: "
` [Qemu-devel] [PATCH v4 46/54] tests/plugin: add sample plugins
` [Qemu-devel] [PATCH v4 47/54] tests/tcg: enable plugin testing
` [Qemu-devel] [PATCH v4 48/54] tests/plugin: add a hotblocks plugin
` [Qemu-devel] [PATCH v4 49/54] plugin: add qemu_plugin_insn_disas helper
` [Qemu-devel] [PATCH v4 50/54] tests/plugin: add instruction execution breakdown
` [Qemu-devel] [PATCH v4 51/54] tests/plugin: add hotpages plugin to breakdown memory access patterns
` [Qemu-devel] [PATCH v4 52/54] accel/stubs: reduce headers from tcg-stub
` [Qemu-devel] [PATCH v4 53/54] include/exec: wrap cpu_ldst.h in CONFIG_TCG
` [Qemu-devel] [PATCH v4 54/54] include/exec/cpu-defs.h: fix typo

[Qemu-devel] [PATCH v2] spapr: quantify error messages regarding capability settings
 2019-08-01  3:38 UTC 

[Qemu-devel] [Bug 1838569] [NEW] virtio-balloon change breaks post 4.0 upgrade
 2019-08-01  2:58 UTC  (2+ messages)
` [Qemu-devel] [Bug 1838569] "

[Qemu-devel] [PATCH] spapr: quantify error messages regarding capability settings
 2019-08-01  2:14 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] x86: Intel AVX512_BF16 feature enabling
 2019-08-01  2:28 UTC  (2+ messages)

[Qemu-devel] [PATCH] riscv: rv32: Root page table address can be larger than 32-bit
 2019-08-01  1:53 UTC  (3+ messages)

[Qemu-devel] [PATCH] numa: numa nodeid need not be sequential
 2019-08-01  1:16 UTC  (3+ messages)

[Qemu-devel] [PATCH] docs/nvdimm: add example on persistent backend setup
 2019-08-01  0:35 UTC  (5+ messages)

[Qemu-devel] [PATCH for-4.2 v10 00/15] VIRTIO-IOMMU device
 2019-07-31 23:23 UTC  (7+ messages)
` [Qemu-devel] [PATCH for-4.2 v10 11/15] virtio-iommu: Expose the IOAPIC MSI reserved region when relevant

[Qemu-devel] [RFC PATCH 0/5] APIC ID fixes for AMD EPYC CPU models
 2019-07-31 23:20 UTC  (6+ messages)
` [Qemu-devel] [RFC PATCH 1/5] hw/boards: Add sockets in CpuTopology structure
` [Qemu-devel] [RFC PATCH 2/5] hw/i386: Add AMD EPYC topology encoding
` [Qemu-devel] [RFC PATCH 3/5] i386: Use topology functions from topology.h
` [Qemu-devel] [RFC PATCH 4/5] hw/i386: Generate apicid based on cpu_type
` [Qemu-devel] [RFC PATCH 5/5] i386: Fix pkg_id offset EPYC

[Qemu-devel] [RFC PATCH v1 00/22] reimplement (some) x86 vector instructions using tcg-gvec
 2019-07-31 22:47 UTC  (37+ messages)
` [Qemu-devel] [RFC PATCH v1 01/22] target/i386: Push rex_r into DisasContext
` [Qemu-devel] [RFC PATCH v1 02/22] target/i386: Push rex_w "
` [Qemu-devel] [RFC PATCH v1 03/22] target/i386: Use prefix, aflag and dflag from DisasContext
` [Qemu-devel] [RFC PATCH v1 04/22] target/i386: Simplify gen_exception arguments
` [Qemu-devel] [RFC PATCH v1 05/22] target/i386: introduce gen_ld_modrm_* helpers
` [Qemu-devel] [RFC PATCH v1 06/22] target/i386: introduce gen_gvec_ld_modrm_* helpers
` [Qemu-devel] [RFC PATCH v1 07/22] target/i386: add vector register file alignment constraints
` [Qemu-devel] [RFC PATCH v1 08/22] target/i386: reimplement (V)PAND, (V)ANDPS, (V)ANDPD
` [Qemu-devel] [RFC PATCH v1 09/22] target/i386: reimplement (V)POR, (V)ORPS, (V)ORPD
` [Qemu-devel] [RFC PATCH v1 10/22] target/i386: reimplement (V)PXOR, (V)XORPS, (V)XORPD
` [Qemu-devel] [RFC PATCH v1 11/22] target/i386: reimplement (V)PANDN, (V)ANDNPS, (V)ANDNPD
` [Qemu-devel] [RFC PATCH v1 12/22] target/i386: reimplement (V)PADD(B, W, D, Q)
` [Qemu-devel] [RFC PATCH v1 13/22] target/i386: reimplement (V)PSUB(B, "
` [Qemu-devel] [RFC PATCH v1 14/22] target/i386: reimplement (V)PADDS(B, W)
` [Qemu-devel] [RFC PATCH v1 15/22] target/i386: reimplement (V)PADDUS(B, W)
` [Qemu-devel] [RFC PATCH v1 16/22] target/i386: reimplement (V)PSUBS(B, W)
` [Qemu-devel] [RFC PATCH v1 17/22] target/i386: reimplement (V)PSUBUS(B, W)
` [Qemu-devel] [RFC PATCH v1 18/22] target/i386: reimplement (V)PMINSW
` [Qemu-devel] [RFC PATCH v1 19/22] target/i386: reimplement (V)PMINUB
` [Qemu-devel] [RFC PATCH v1 20/22] target/i386: reimplement (V)PMAXSW
` [Qemu-devel] [RFC PATCH v1 21/22] target/i386: reimplement (V)PMAXUB
` [Qemu-devel] [RFC PATCH v1 22/22] target/i386: reimplement (V)P(EQ, CMP)(B, W, D)

[Qemu-devel] [PATCH] ehci: Ensure that device is not NULL before calling usb_ep_get
 2019-07-31 21:11 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/3] iotests: More media change tests
 2019-07-31 20:42 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] iotests/118: Test media change for scsi-cd
` [Qemu-devel] [PATCH 2/3] iotests/118: Create test classes dynamically
` [Qemu-devel] [PATCH 3/3] iotests/118: Add -blockdev based tests

[Qemu-devel] [PATCH v2 00/32] target/arm: Implement ARMv8.1-VHE
 2019-07-31 20:38 UTC  (33+ messages)
` [Qemu-devel] [PATCH v2 01/32] cputlb: Add tlb_set_asid_for_mmuidx
` [Qemu-devel] [PATCH v2 02/32] cputlb: Add tlb_flush_asid_by_mmuidx and friends
` [Qemu-devel] [PATCH v2 03/32] target/arm: Install ASIDs for long-form from EL1
` [Qemu-devel] [PATCH v2 04/32] target/arm: Install ASIDs for short-form "
` [Qemu-devel] [PATCH v2 05/32] target/arm: Install ASIDs for EL2
` [Qemu-devel] [PATCH v2 06/32] target/arm: Define isar_feature_aa64_vh
` [Qemu-devel] [PATCH v2 07/32] target/arm: Enable HCR_E2H for VHE
` [Qemu-devel] [PATCH v2 08/32] target/arm: Add CONTEXTIDR_EL2
` [Qemu-devel] [PATCH v2 09/32] target/arm: Add TTBR1_EL2
` [Qemu-devel] [PATCH v2 10/32] target/arm: Update CNTVCT_EL0 for VHE
` [Qemu-devel] [PATCH v2 11/32] target/arm: Add the hypervisor virtual counter
` [Qemu-devel] [PATCH v2 12/32] target/arm: Add VHE system register redirection and aliasing
` [Qemu-devel] [PATCH v2 13/32] target/arm: Split out vae1_tlbmask, vmalle1_tlbmask
` [Qemu-devel] [PATCH v2 14/32] target/arm: Simplify tlb_force_broadcast alternatives
` [Qemu-devel] [PATCH v2 15/32] target/arm: Rename ARMMMUIdx*_S12NSE* to ARMMMUIdx*_E10_*
` [Qemu-devel] [PATCH v2 16/32] target/arm: Rename ARMMMUIdx_S2NS to ARMMMUIdx_Stage2
` [Qemu-devel] [PATCH v2 17/32] target/arm: Rename ARMMMUIdx_S1NSE* to ARMMMUIdx_Stage1_E*
` [Qemu-devel] [PATCH v2 18/32] target/arm: Rename ARMMMUIdx_S1SE* to ARMMMUIdx_SE*
` [Qemu-devel] [PATCH v2 19/32] target/arm: Rename ARMMMUIdx*_S1E3 to ARMMMUIdx*_SE3
` [Qemu-devel] [PATCH v2 20/32] target/arm: Rename ARMMMUIdx_S1E2 to ARMMMUIdx_E2
` [Qemu-devel] [PATCH v2 21/32] target/arm: Reorganize ARMMMUIdx
` [Qemu-devel] [PATCH v2 22/32] target/arm: Add regime_has_2_ranges
` [Qemu-devel] [PATCH v2 23/32] target/arm: Update arm_mmu_idx for VHE
` [Qemu-devel] [PATCH v2 24/32] target/arm: Update arm_sctlr "
` [Qemu-devel] [PATCH v2 25/32] target/arm: Install asids for E2&0 translation regime
` [Qemu-devel] [PATCH v2 26/32] target/arm: Flush tlbs "
` [Qemu-devel] [PATCH v2 27/32] target/arm: Update arm_phys_excp_target_el for TGE
` [Qemu-devel] [PATCH v2 28/32] target/arm: Update regime_is_user for EL2&0
` [Qemu-devel] [PATCH v2 29/32] target/arm: Update {fp, sve}_exception_el for VHE
` [Qemu-devel] [PATCH v2 30/32] target/arm: Enable ARMv8.1-VHE in -cpu max
` [Qemu-devel] [PATCH v2 31/32] target/arm: check TGE and E2H flags for EL0 pauth traps
` [Qemu-devel] [PATCH v2 32/32] target/arm: generate a custom MIDR for -cpu max

[Qemu-devel] [PATCH v5 0/5] 9p: Fix file ID collisions
 2019-07-31 20:30 UTC  (5+ messages)
` [Qemu-devel] [PATCH v5 1/5] 9p: unsigned type for type, version, path
` [Qemu-devel] [PATCH v5 2/5] 9p: Treat multiple devices on one export as an error

[Qemu-devel] [PATCH 0/5] virtiofsd: multithreading preparation part 2
 2019-07-31 18:45 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/5] virtiofsd: take lo->mutex around lo_add_fd_mapping()
` [Qemu-devel] [PATCH 2/5] virtiofsd: take lo->mutex around lo_add_dirp_mapping()
` [Qemu-devel] [PATCH 3/5] virtiofsd: rename inode->refcount to inode->nlookup
` [Qemu-devel] [PATCH 4/5] virtiofsd: fix inode nlookup leaks
` [Qemu-devel] [PATCH 5/5] virtiofsd: introduce inode refcount to prevent use-after-free

[Qemu-devel] [Bug 1821006] Re: qemu: Unsupported syscall: 382
 2019-07-31 18:28 UTC 

[Qemu-devel] [PATCH for 4.2 v4 00/12] linux-user: Misc patches for 4.2
 2019-07-31 18:22 UTC  (14+ messages)
` [Qemu-devel] [PATCH for 4.2 v4 01/12] linux user: Add support for FDFLUSH ioctl
` [Qemu-devel] [PATCH for 4.2 v4 02/12] linux-user: Add support for FDMSGON and FDMSGOFF ioctls
` [Qemu-devel] [PATCH for 4.2 v4 03/12] linux-user: Add support for FDRESET, FDRAWCMD, FDTWADDLE, and FDEJECT ioctls
` [Qemu-devel] [PATCH for 4.2 v4 04/12] linux-user: Add support for FDFMTBEG, FDFMTTRK, and FDFMTEND ioctls
` [Qemu-devel] [PATCH for 4.2 v4 05/12] linux-user: Add support for FDSETEMSGTRESH, FDSETMAXERRS, and FDGETMAXERRS ioctls
` [Qemu-devel] [PATCH for 4.2 v4 06/12] linux-user: Add support for HDIO_GET_NICE and HDIO_SET_NICE ioctls
` [Qemu-devel] [PATCH for 4.2 v4 07/12] linux-user: Add support for HDIO_GET_WCACHE and HDIO_SET_WCACHE ioctls
` [Qemu-devel] [PATCH for 4.2 v4 08/12] linux-user: Add support for HDIO_GET_ACOUSTIC and HDIO_SET_ACOUSTIC ioctls
` [Qemu-devel] [PATCH for 4.2 v4 09/12] linux-user: Add support for HDIO_GET_ADDRESS and HDIO_SET_ADDRESS ioctls
` [Qemu-devel] [PATCH for 4.2 v4 10/12] linux-user: Add support for HDIO_GET_BUSSTATE and HDIO_SET_BUSSTATE ioctls
` [Qemu-devel] [PATCH for 4.2 v4 11/12] linux-user: Add support for RNDRESEEDCRNG ioctl
` [Qemu-devel] [PATCH for 4.2 v4 12/12] linux-user: Add support for semtimedop() syscall
  ` [Qemu-devel] [EXTERNAL][PATCH "

[Qemu-devel] [ANNOUNCE] QEMU 4.1.0-rc3 is now available
 2019-07-31 18:17 UTC  (3+ 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).