qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-21 13:22:58 to 2020-04-22 10:20:17 UTC [more...]

[PATCH v2 00/36] tcg 5.1 omnibus patch set
 2020-04-22 10:19 UTC  (39+ messages)
` [PATCH v2 01/36] tcg: Add tcg_gen_gvec_dup_imm
` [PATCH v2 02/36] target/s390x: Use tcg_gen_gvec_dup_imm
` [PATCH v2 03/36] target/ppc: "
` [PATCH v2 04/36] target/arm: "
` [PATCH v2 05/36] tcg: Use tcg_gen_gvec_dup_imm in logical simplifications
` [PATCH v2 06/36] tcg: Remove tcg_gen_gvec_dup{8,16,32,64}i
` [PATCH v2 07/36] tcg: Add tcg_gen_gvec_dup_tl
` [PATCH v2 08/36] tcg: Improve vector tail clearing
` [PATCH v2 09/36] tcg: Consolidate 3 bits into enum TCGTempKind
` [PATCH v2 10/36] tcg: Add temp_readonly
` [PATCH v2 11/36] tcg: Introduce TYPE_CONST temporaries
` [PATCH v2 12/36] tcg: Use tcg_constant_i32 with icount expander
` [PATCH v2 13/36] tcg: Use tcg_constant_{i32, i64} with tcg int expanders
` [PATCH v2 14/36] tcg: Use tcg_constant_{i32, vec} with tcg vec expanders
` [PATCH v2 15/36] tcg: Use tcg_constant_{i32,i64} with tcg plugins
` [PATCH v2 16/36] tcg: Rename struct tcg_temp_info to TempOptInfo
` [PATCH v2 17/36] tcg/optimize: Adjust TempOptInfo allocation
` [PATCH v2 18/36] tcg/optimize: Use tcg_constant_internal with constant folding
` [PATCH v2 19/36] tcg/tci: Add special tci_movi_{i32,i64} opcodes
` [PATCH v2 20/36] tcg: Remove movi and dupi opcodes
` [PATCH v2 21/36] tcg: Use tcg_out_dupi_vec from temp_load
` [PATCH v2 22/36] tcg: Increase tcg_out_dupi_vec immediate to int64_t
` [PATCH v2 23/36] tcg: Add tcg_reg_alloc_dup2
` [PATCH v2 24/36] tcg/i386: Use tcg_constant_vec with tcg vec expanders
` [PATCH v2 25/36] tcg: Remove tcg_gen_dup{8,16,32,64}i_vec
` [PATCH v2 26/36] tcg: Add load_dest parameter to GVecGen2
` [PATCH v2 27/36] tcg: Fix integral argument type to tcg_gen_rot[rl]i_i{32, 64}
` [PATCH v2 28/36] tcg: Implement gvec support for rotate by immediate
` [PATCH v2 29/36] tcg: Implement gvec support for rotate by vector
` [PATCH v2 30/36] tcg: Remove expansion to shift by vector from do_shifts
` [PATCH v2 31/36] tcg: Implement gvec support for rotate by scalar
` [PATCH v2 32/36] tcg/i386: Implement INDEX_op_rotl[is]_vec
` [PATCH v2 33/36] tcg/aarch64: Implement INDEX_op_rotli_vec
` [PATCH v2 34/36] tcg/ppc: Implement INDEX_op_rot[lr]v_vec
` [PATCH v2 35/36] target/ppc: Use tcg_gen_gvec_rotlv
` [PATCH v2 36/36] target/s390x: Use tcg_gen_gvec_rotl{i,s,v}

[PATCH 0/5] ramfb: a bunch of reverts and fixes
 2020-04-22 10:02 UTC  (6+ messages)
` [PATCH 1/5] Revert "hw/display/ramfb: initialize fw-config space with xres/ yres"
` [PATCH 2/5] Revert "hw/display/ramfb: lock guest resolution after it's set"
` [PATCH 3/5] ramfb: don't update RAMFBState on errors
` [PATCH 4/5] ramfb: add sanity checks to ramfb_create_display_surface
` [PATCH 5/5] ramfb: drop leftover debug message

[PATCH] roms: opensbi: Upgrade from v0.6 to v0.7
 2020-04-22 10:04 UTC  (7+ messages)

[PATCH 0/3] colo-compare bugfixes
 2020-04-22  9:40 UTC  (10+ messages)
` [PATCH 1/3] net/colo-compare.c: Create event_bh with the right AioContext
` [PATCH 2/3] chardev/char.c: Use qemu_co_sleep_ns if in coroutine
` [PATCH 3/3] net/colo-compare.c: Fix deadlock

[RFC v1 0/4] vDPA support in qemu
 2020-04-22  9:24 UTC  (12+ messages)
` [RFC v1 1/4] net: Introduce qemu_get_peer
` [RFC v1 2/4] vhost-vdpa: introduce vhost-vdpa net client
` [RFC v1 3/4] vhost-vdpa: implement vhost-vdpa backend

[PATCH v3 00/16] nvme: refactoring and cleanups
 2020-04-22  8:16 UTC  (21+ messages)
` [PATCH v3 01/16] nvme: fix pci doorbell size calculation
` [PATCH v3 02/16] nvme: rename trace events to pci_nvme
` [PATCH v3 03/16] nvme: remove superfluous breaks
` [PATCH v3 04/16] nvme: move device parameters to separate struct
` [PATCH v3 05/16] nvme: use constants in identify
` [PATCH v3 06/16] nvme: refactor nvme_addr_read
` [PATCH v3 07/16] nvme: add max_ioqpairs device parameter
` [PATCH v3 08/16] nvme: remove redundant cmbloc/cmbsz members
` [PATCH v3 09/16] nvme: factor out property/constraint checks
` [PATCH v3 10/16] nvme: factor out device state setup
` [PATCH v3 11/16] nvme: factor out block backend setup
` [PATCH v3 12/16] nvme: add namespace helpers
` [PATCH v3 13/16] nvme: factor out namespace setup
` [PATCH v3 14/16] nvme: factor out pci setup
` [PATCH v3 15/16] nvme: factor out cmb/pmr setup
` [PATCH v3 16/16] nvme: factor out controller identify setup

[PATCH v4 00/30] Add subcluster allocation to qcow2
 2020-04-22  8:07 UTC  (3+ messages)
` [PATCH v4 18/30] qcow2: Add subcluster support to qcow2_get_host_offset()

[PATCH 0/7] tcg: Clean up tcg_gen_gvec_dupi interface
 2020-04-22  7:58 UTC  (5+ messages)
` [PATCH 3/7] target/ppc: Use tcg_gen_gvec_dup_imm

[edk2-discuss] Load Option passing. Either bugs or my confusion
 2020-04-22  7:42 UTC  (4+ messages)

[PATCH v5 0/4] introduction of migration_version attribute for VFIO live migration
 2020-04-22  7:36 UTC  (9+ messages)

[PATCH 0/6] target/arm: Restrict TCG cpus to TCG accel
 2020-04-22  6:58 UTC  (11+ messages)
` [PATCH 1/6] target/arm: Restric the Address Translate write operation "
` [PATCH 4/6] target/arm/cpu: Use ARRAY_SIZE() to iterate over ARMCPUInfo[]
` [PATCH 5/6] target/arm/cpu: Update coding style to make checkpatch.pl happy
` [PATCH 6/6] target/arm: Restrict TCG cpus to TCG accel

[PATCH v2 00/16] nvme: refactoring and cleanups
 2020-04-22  6:19 UTC  (22+ messages)
` [PATCH v2 09/16] nvme: factor out property/constraint checks
` [PATCH v2 10/16] nvme: factor out device state setup
` [PATCH v2 11/16] nvme: factor out block backend setup
` [PATCH v2 12/16] nvme: add namespace helpers
` [PATCH v2 13/16] nvme: factor out namespace setup
` [PATCH v2 14/16] nvme: factor out pci setup
` [PATCH v2 15/16] nvme: factor out cmb setup
` [PATCH v2 16/16] nvme: factor out controller identify setup

[PATCH] virtio-vga: fix virtio-vga bar ordering
 2020-04-22  6:04 UTC  (2+ messages)

[PATCH v3 00/18] target/arm: sve load/store improvements
 2020-04-22  5:37 UTC  (20+ messages)
` [PATCH v3 01/18] exec: Add block comments for watchpoint routines
` [PATCH v3 02/18] exec: Fix cpu_watchpoint_address_matches address length
` [PATCH v3 03/18] accel/tcg: Add block comment for probe_access
` [PATCH v3 04/18] accel/tcg: Add probe_access_flags
` [PATCH v3 05/18] accel/tcg: Add endian-specific cpu_{ld, st}* operations
` [PATCH v3 06/18] target/arm: Use cpu_*_data_ra for sve_ldst_tlb_fn
` [PATCH v3 07/18] target/arm: Drop manual handling of set/clear_helper_retaddr
` [PATCH v3 08/18] target/arm: Add sve infrastructure for page lookup
` [PATCH v3 09/18] target/arm: Adjust interface of sve_ld1_host_fn
` [PATCH v3 10/18] target/arm: Use SVEContLdSt in sve_ld1_r
` [PATCH v3 11/18] target/arm: Handle watchpoints "
` [PATCH v3 12/18] target/arm: Use SVEContLdSt for multi-register contiguous loads
` [PATCH v3 13/18] target/arm: Update contiguous first-fault and no-fault loads
` [PATCH v3 14/18] target/arm: Use SVEContLdSt for contiguous stores
` [PATCH v3 15/18] target/arm: Reuse sve_probe_page for gather first-fault loads
` [PATCH v3 16/18] target/arm: Reuse sve_probe_page for scatter stores
` [PATCH v3 17/18] target/arm: Reuse sve_probe_page for gather loads
` [PATCH v3 18/18] target/arm: Remove sve_memopidx

[PATCH v3 00/10] Rework iotests/check
 2020-04-22  5:35 UTC  (7+ messages)
` [PATCH v3 04/10] iotests/check: move QEMU_VXHS_PROG to common.rc
` [PATCH v3 06/10] iotests: add testfinder.py

tst-arm-mte bug: PSTATE.TCO is cleared on exceptions
 2020-04-22  4:39 UTC  (2+ messages)

[PATCH 03/15] KVM: MIPS: Fix VPN2_MASK definition for variable cpu_vmbits
 2020-04-22  4:40 UTC  (3+ messages)

[PATCH 02/15] KVM: MIPS: Define KVM_ENTRYHI_ASID to cpu_asid_mask(&boot_cpu_data)
 2020-04-22  4:40 UTC  (3+ messages)

[PATCH] linux-user/riscv: fix up struct target_ucontext definition
 2020-04-22  4:10 UTC  (3+ messages)

[PATCH] target/arm: Implement SVE2 scatter store insns
 2020-04-22  3:29 UTC  (2+ messages)

[PATCH] target/arm: Implement SVE2 FMMLA
 2020-04-22  3:21 UTC  (2+ messages)

[PATCH for-5.1 00/31] target/arm: SVE2, part 1
 2020-04-22  2:55 UTC  (3+ messages)

[PATCH v1 0/2] Migration xbzrle changes
 2020-04-22  2:51 UTC  (4+ messages)
` [PATCH v1 1/2] migration/xbzrle: replace transferred xbzrle bytes with encoded bytes

[PATCH v2 0/6] qemu-img: Add convert --bitmaps
 2020-04-21 22:49 UTC  (9+ messages)
` [PATCH v2 1/6] docs: Sort sections on qemu-img subcommand parameters
` [PATCH v2 2/6] blockdev: Split off basic bitmap operations for qemu-img
` [PATCH v2 3/6] qemu-img: Add bitmap sub-command
` [PATCH v2 4/6] qcow2: Expose bitmaps' size during measure
` [PATCH v2 5/6] qemu-img: Add convert --bitmaps option
` [PATCH v2 6/6] iotests: Add test 291 to for qemu-img bitmap coverage
  ` [PATCH] fixup! qemu-img: Add bitmap sub-command

[PATCH v2 0/6] nbd: reduce max_block restrictions
 2020-04-21 21:56 UTC  (3+ messages)
` [PATCH v2 2/6] block/nbd-client: drop max_block restriction from discard

[PATCH 0/2] fix fcntl(F_SETFD) usage
 2020-04-21 21:46 UTC  (3+ messages)
` [PATCH 2/2] tools: Fix use of fcntl(F_SETFD) during socket activation

[PATCH v2] qcow2: Expose bitmaps' size during measure
 2020-04-21 21:34 UTC  (2+ messages)

[PULL] RISC-V Patches for 5.0-rc4
 2020-04-21 19:32 UTC  (10+ messages)
` [PULL 1/6] target/riscv: Don't set write permissions on dirty PTEs
` [PULL 2/6] riscv: Don't use stage-2 PTE lookup protection flags
` [PULL 3/6] riscv: AND stage-1 and stage-2 "
` [PULL 4/6] riscv/sifive_u: Fix up file ordering
` [PULL 5/6] riscv/sifive_u: Add a serial property to the sifive_u SoC
` [PULL 6/6] riscv/sifive_u: Add a serial property to the sifive_u machine

[PATCH for-5.0?] slirp: update to fix CVE-2020-1983
 2020-04-21 19:19 UTC  (2+ messages)

[PATCH] hw/usb/hcd-dwc2: Simplified I/O memory regions
 2020-04-21 19:13 UTC  (2+ messages)

[PATCH] fuzz: select fuzz target using executable name
 2020-04-21 18:22 UTC 

[RFC PATCH 00/17] hw/misc: Introduce a temperature sensor interface
 2020-04-21 18:00 UTC  (5+ messages)
` [RFC PATCH 02/17] hw/misc/temp-sensor: Add 'query-temperature-sensors' QMP command
` [RFC PATCH 03/17] hw/misc/temp-sensor: Add 'info temp' HMP command

[PATCH v3 0/3] hw/riscv: Add a serial property to sifive_u
 2020-04-21 17:54 UTC  (7+ messages)

[PATCH] tests/tcg: use EXTRA_RUNS to run gdbtests
 2020-04-21 17:42 UTC  (2+ messages)

[PATCH 0/8] memory: Sanity checks memory transaction when releasing BQL
 2020-04-21 16:21 UTC  (9+ messages)
` [PATCH 1/8] memory: Introduce memory_region_transaction_{push|pop}()
` [PATCH 2/8] memory: Don't do topology update in memory finalize()
` [PATCH 3/8] cpus: Use qemu_cond_wait_iothread() where proper
` [PATCH 4/8] cpus: Introduce qemu_cond_timedwait_iothread()
` [PATCH 5/8] cpus: Remove the mutex parameter from do_run_on_cpu()
` [PATCH 6/8] cpus: Introduce qemu_mutex_unlock_iothread_prepare()
` [PATCH 7/8] memory: Assert on no ongoing memory transaction before release BQL
` [PATCH 8/8] memory: Delay the transaction pop() until commit completed

[PATCH-for-5.0?] target/ppc: Fix TCG temporary leaks in gen_slbia()
 2020-04-21 16:07 UTC  (5+ messages)

[PATCH v4 0/7] ARM virt: Add NVDIMM support
 2020-04-21 15:12 UTC  (2+ messages)

[Qemu-devel] Should memory hotplug work with vhost-user backends?
 2020-04-21 15:48 UTC  (4+ messages)

[Bug 1874073] [NEW] openrisc_sim.c:87:42: error: 'cpu_irqs[0]' may be used uninitialized in this function [-Werror=maybe-uninitialized]
 2020-04-21 15:08 UTC  (6+ messages)
` [Bug 1874073] "

[PATCH] Add a new PIIX option to control PCI hot unplugging of devices on non-root buses
 2020-04-21 15:02 UTC  (8+ messages)

Avoid copying unallocated clusters during full backup
 2020-04-21 14:41 UTC  (10+ messages)

hw/net/cadence_gem: TX checksum offload does not work for fragmented packets
 2020-04-21 14:31 UTC 

[PATCH v1] target/m68k: fix gdb for m68xxx
 2020-04-21 14:08 UTC  (6+ 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).