qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-17 00:01:51 to 2020-08-17 13:30:42 UTC [more...]

[RFC PATCH 00/22] block/export: Add infrastructure and QAPI for block exports
 2020-08-17 13:29 UTC  (27+ messages)
` [RFC PATCH 01/22] nbd: Remove unused nbd_export_get_blockdev()
` [RFC PATCH 02/22] qapi: Create block-export module
` [RFC PATCH 03/22] qapi: Rename BlockExport to BlockExportOptions
` [RFC PATCH 04/22] block/export: Add BlockExport infrastructure and block-export-add
` [RFC PATCH 05/22] qemu-storage-daemon: Use qmp_block_export_add()
` [RFC PATCH 06/22] qemu-nbd: Use raw block driver for --offset
` [RFC PATCH 07/22] block/export: Remove magic from block-export-add
` [RFC PATCH 08/22] nbd: Add max-connections to nbd-server-start
` [RFC PATCH 09/22] nbd: Add writethrough to block-export-add

Should I delete created coroutines manually?
 2020-08-17 13:13 UTC 

virtio-vsock requires 'disable-legacy=on' in QEMU 5.1
 2020-08-17 13:11 UTC  (7+ messages)

[PATCH 00/11] trivial patchs for static code analyzer fixes
 2020-08-17 13:04 UTC  (6+ messages)
` [PATCH 08/11] tcg/optimize: Remove redundant statement in tcg_optimize()
` [PATCH 11/11] hw/display/vga:Remove redundant statement in vga_draw_graphic()

[PATCH 0/4] WIP: add physical display dimensions to spice/virtio-gpu
 2020-08-17 12:57 UTC  (7+ messages)
` [PATCH 1/4] edid: use physical dimensions if available
` [PATCH 2/4] ui: add getter for UIInfo
` [PATCH 3/4] spice: get monitors physical dimension
` [PATCH 4/4] virtio-gpu: set physical dimensions for EDID

[PATCH v9 0/5] vhost-user block device backend implementation
 2020-08-17 12:49 UTC  (19+ messages)
` [PATCH v9 2/5] generic vhost user server
  ` [PATCH 1/6] vhost-user-server: fix VHOST_MEMORY_MAX_REGIONS compiler error
    ` [PATCH 2/6] vhost-user-server: drop unused #include <eventfd.h>
` [PATCH v9 4/5] vhost-user block device backend server
` [PATCH v9 5/5] new qTest case to test the vhost-user-blk-server

[PATCH v5 00/14] QEMU cpus.c refactoring part2
 2020-08-17 12:31 UTC  (4+ messages)
` [PATCH v5 10/14] cpus: add handle_interrupt to the CpusAccel interface

[PATCH] memory: Initialize MemoryRegionOps for RAM memory regions
 2020-08-17 12:29 UTC  (4+ messages)

[PATCH v2 000/150] Meson integration for 5.2
 2020-08-17 12:26 UTC  (7+ messages)
` [PATCH 025/150] libqemuutil, qapi, trace: convert to meson

[PATCH] hw: virtio-pmem: detach the element fromt the virtqueue when error occurs
 2020-08-17 12:17 UTC  (2+ messages)

[PATCH 0/7] block: Use definitions instead of magic values
 2020-08-17 11:21 UTC  (10+ messages)
` [PATCH 1/7] block/null: Make more explicit the driver default size is 1GiB
` [PATCH 2/7] hw/ide/core: Trivial typo fix
` [PATCH 3/7] hw/ide/core: Replace magic '512' value by BDRV_SECTOR_SIZE
` [PATCH 7/7] hw/scsi/scsi-disk: "

[PATCH] qemu-img: Explicit number replaced by a constant
 2020-08-17 11:01 UTC 

[PATCH v3 00/12] preallocate filter
 2020-08-17 10:46 UTC  (17+ messages)
` [PATCH v3 01/12] block: simplify comment to BDRV_REQ_SERIALISING
` [PATCH v3 02/12] block/io.c: drop assertion on double waiting for request serialisation
` [PATCH v3 03/12] block/io: split out bdrv_find_conflicting_request
` [PATCH v3 04/12] block/io: bdrv_wait_serialising_requests_locked: drop extra bs arg
` [PATCH v3 05/12] block: bdrv_mark_request_serialising: split non-waiting function
` [PATCH v3 06/12] block: introduce BDRV_REQ_NO_WAIT flag
` [PATCH v3 07/12] block: introduce preallocate filter
` [PATCH v3 08/12] iotests.py: add verify_o_direct helper
` [PATCH v3 09/12] iotests.py: add filter_img_check
` [PATCH v3 10/12] iotests: add 298 to test new preallocate filter driver
` [PATCH v3 11/12] block: add bdrv_is_file_on_fuse helper
` [PATCH v3 12/12] block/qcow2: automatically insert preallocate filter when on FUSE

[PATCH 00/18] hw/riscv: Add Microchip PolarFire SoC Icicle Kit board support
 2020-08-17 10:30 UTC  (3+ messages)

[REPORT] [GSoC - TCG Continuous Benchmarking] [#8] QEMU Nightly Performance Tests
 2020-08-17 10:30 UTC 

[Bug 1882851] [NEW] QEMU video freezes with "Guest disabled display" (virtio driver)
 2020-08-17 10:19 UTC  (3+ messages)
` [Bug 1882851] Re: [PATCH] drm/virtio: fix unblank

[PATCH 0/1] qcow2: Skip copy-on-write when allocating a zero cluster
 2020-08-17 10:10 UTC  (2+ messages)

[PATCH v2 0/3] hw/sd: Add Cadence SDHCI emulation
 2020-08-17 10:06 UTC  (4+ messages)
` [PATCH v2 1/3] hw/sd: sd: Fix incorrect populated function switch status data structure
` [PATCH v2 2/3] hw/sd: sd: Correct the maximum size of a Standard Capacity SD Memory Card

[PATCH v2 0/3] hw/sd: Add Cadence SDHCI emulation
 2020-08-17 10:05 UTC  (4+ messages)
` [PATCH v2 1/3] hw/sd: sd: Fix incorrect populated function switch status data structure
` [PATCH v2 2/3] hw/sd: sd: Correct the maximum size of a Standard Capacity SD Memory Card
` [PATCH v2 3/3] hw/sd: Add Cadence SDHCI emulation

[PATCH 00/41] qom: Automated conversion of type checking boilerplate
 2020-08-17  9:52 UTC  (8+ messages)
` [PATCH 08/41] opentitan: Rename memmap enum constants
` [PATCH 12/41] virtio-ccw: Fix definition of VIRTIO_CCW_BUS_GET_CLASS
` [PATCH 21/41] s390_flic: Move KVMS390FLICState typedef to header

[PATCH 00/12] fix some error memleaks
 2020-08-17  9:41 UTC  (6+ messages)
` [PATCH 09/12] blockdev: Fix a memleak in drive_backup_prepare()
` [PATCH 10/12] block/file-posix: fix a possible undefined behavior

[RFC v4 00/70] support vector extension v1.0
 2020-08-17  8:49 UTC  (71+ messages)
` [RFC v4 01/70] target/riscv: drop vector 0.7.1 and add 1.0 support
` [RFC v4 02/70] target/riscv: Use FIELD_EX32() to extract wd field
` [RFC v4 03/70] target/riscv: rvv-1.0: add mstatus VS field
` [RFC v4 04/70] target/riscv: rvv-1.0: add sstatus "
` [RFC v4 05/70] target/riscv: rvv-1.0: introduce writable misa.v field
` [RFC v4 06/70] target/riscv: rvv-1.0: add translation-time vector context status
` [RFC v4 07/70] target/riscv: rvv-1.0: remove rvv related codes from fcsr registers
` [RFC v4 08/70] target/riscv: rvv-1.0: add vcsr register
` [RFC v4 09/70] target/riscv: rvv-1.0: add vlenb register
` [RFC v4 10/70] target/riscv: rvv-1.0: check MSTATUS_VS when accessing vector csr registers
` [RFC v4 11/70] target/riscv: rvv-1.0: remove MLEN calculations
` [RFC v4 12/70] target/riscv: rvv-1.0: add fractional LMUL
` [RFC v4 13/70] target/riscv: rvv-1.0: add VMA and VTA
` [RFC v4 14/70] target/riscv: rvv-1.0: update check functions
` [RFC v4 15/70] target/riscv: introduce more imm value modes in translator functions
` [RFC v4 16/70] target/riscv: rvv:1.0: add translation-time nan-box helper function
` [RFC v4 17/70] target/riscv: rvv-1.0: configure instructions
` [RFC v4 18/70] target/riscv: rvv-1.0: stride load and store instructions
` [RFC v4 19/70] target/riscv: rvv-1.0: index "
` [RFC v4 20/70] target/riscv: rvv-1.0: fix address index overflow bug of indexed load/store insns
` [RFC v4 21/70] target/riscv: rvv-1.0: fault-only-first unit stride load
` [RFC v4 22/70] target/riscv: rvv-1.0: amo operations
` [RFC v4 23/70] target/riscv: rvv-1.0: load/store whole register instructions
` [RFC v4 24/70] target/riscv: rvv-1.0: update vext_max_elems() for load/store insns
` [RFC v4 25/70] target/riscv: rvv-1.0: take fractional LMUL into vector max elements calculation
` [RFC v4 26/70] target/riscv: rvv-1.0: floating-point square-root instruction
` [RFC v4 27/70] target/riscv: rvv-1.0: floating-point classify instructions
` [RFC v4 28/70] target/riscv: rvv-1.0: mask population count instruction
` [RFC v4 29/70] target/riscv: rvv-1.0: find-first-set mask bit instruction
` [RFC v4 30/70] target/riscv: rvv-1.0: set-X-first mask bit instructions
` [RFC v4 31/70] target/riscv: rvv-1.0: iota instruction
` [RFC v4 32/70] target/riscv: rvv-1.0: element index instruction
` [RFC v4 33/70] target/riscv: rvv-1.0: allow load element with sign-extended
` [RFC v4 34/70] target/riscv: rvv-1.0: register gather instructions
` [RFC v4 35/70] target/riscv: rvv-1.0: integer scalar move instructions
` [RFC v4 36/70] target/riscv: rvv-1.0: floating-point move instruction
` [RFC v4 37/70] target/riscv: rvv-1.0: floating-point scalar move instructions
` [RFC v4 38/70] target/riscv: rvv-1.0: whole register "
` [RFC v4 39/70] target/riscv: rvv-1.0: integer extension instructions
` [RFC v4 40/70] target/riscv: rvv-1.0: single-width averaging add and subtract instructions
` [RFC v4 41/70] target/riscv: rvv-1.0: single-width bit shift instructions
` [RFC v4 42/70] target/riscv: rvv-1.0: integer add-with-carry/subtract-with-borrow
` [RFC v4 43/70] target/riscv: rvv-1.0: narrowing integer right shift instructions
` [RFC v4 44/70] target/riscv: rvv-1.0: widening integer multiply-add instructions
` [RFC v4 45/70] target/riscv: rvv-1.0: add Zvqmac extension
` [RFC v4 46/70] target/riscv: rvv-1.0: quad-widening integer multiply-add instructions
` [RFC v4 47/70] target/riscv: rvv-1.0: single-width saturating add and subtract instructions
` [RFC v4 48/70] target/riscv: rvv-1.0: integer comparison instructions
` [RFC v4 49/70] target/riscv: use softfloat lib float16 comparison functions
` [RFC v4 50/70] target/riscv: rvv-1.0: floating-point compare instructions
` [RFC v4 51/70] target/riscv: rvv-1.0: mask-register logical instructions
` [RFC v4 52/70] target/riscv: rvv-1.0: slide instructions
` [RFC v4 53/70] target/riscv: rvv-1.0: floating-point "
` [RFC v4 54/70] target/riscv: rvv-1.0: narrowing fixed-point clip instructions
` [RFC v4 55/70] target/riscv: rvv-1.0: single-width floating-point reduction
` [RFC v4 56/70] target/riscv: rvv-1.0: widening floating-point reduction instructions
` [RFC v4 57/70] target/riscv: rvv-1.0: single-width scaling shift instructions
` [RFC v4 58/70] target/riscv: rvv-1.0: remove widening saturating scaled multiply-add
` [RFC v4 59/70] target/riscv: rvv-1.0: remove vmford.vv and vmford.vf
` [RFC v4 60/70] target/riscv: rvv-1.0: remove integer extract instruction
` [RFC v4 61/70] target/riscv: rvv-1.0: floating-point min/max instructions
` [RFC v4 62/70] target/riscv: introduce floating-point rounding mode enum
` [RFC v4 63/70] target/riscv: rvv-1.0: floating-point/integer type-convert instructions
` [RFC v4 64/70] target/riscv: rvv-1.0: widening floating-point/integer type-convert
` [RFC v4 65/70] target/riscv: add "set round to odd" rounding mode helper function
` [RFC v4 66/70] target/riscv: rvv-1.0: narrowing floating-point/integer type-convert
` [RFC v4 67/70] target/riscv: rvv-1.0: relax RV_VLEN_MAX to 512-bits
` [RFC v4 68/70] target/riscv: gdb: modify gdb csr xml file to align with csr register map
` [RFC v4 69/70] target/riscv: gdb: support vector registers for rv64
` [RFC v4 70/70] target/riscv: gdb: support vector registers for rv32

[Bug 1890545] [NEW] (ARM64) qemu-x86_64+schroot(Debian bullseye) can't run chrome and can't load HTML
 2020-08-17  8:40 UTC  (2+ messages)
` [Bug 1890545] "

[PATCH v5 1/4] Add the NVMM vcpu API
 2020-08-17  8:31 UTC  (3+ messages)

[PATCH v2] virtio-mem: detach the element from the virtqueue when error occurs
 2020-08-17  7:34 UTC  (2+ messages)

[PATCH] hw: dev-wacom: Support wacom tablet emulation in linux qemu
 2020-08-17  7:28 UTC  (4+ messages)

[PATCH 0/1] qga: add command guest-get-disk
 2020-08-17  7:17 UTC  (4+ messages)
` [PATCH 1/1] qga: add command guest-get-disks

[PATCH] pci_dma_rw: return correct value instead of 0
 2020-08-17  7:04 UTC  (3+ messages)

[PATCH] hw: virtio-gpu: remove duplicated 'virtqueue_pop'
 2020-08-17  7:01 UTC  (3+ messages)

[PATCH v2 00/16] hw/block/nvme: dma handling and address mapping cleanup
 2020-08-17  6:45 UTC  (2+ messages)

device compatibility interface for live migration with assigned devices
 2020-08-17  6:38 UTC  (21+ messages)

[PATCH v6] nvme: allow cmb and pmr emulation on same device
 2020-08-17  6:29 UTC  (4+ messages)
` [PATCH v6 2/2] nvme: allow cmb and pmr to be enabled "

[PATCH v3 0/8] Generalize start-powered-off property from ARM
 2020-08-17  5:43 UTC  (4+ messages)

hw-display-qxl.so: undefined symbol: qemu_qxl_io_log_semaphore
 2020-08-17  5:39 UTC  (4+ messages)

[PATCH v4 0/9] memory: assert and define MemoryRegionOps callbacks
 2020-08-17  5:26 UTC  (4+ messages)

[Bug 1880507] [NEW] VMM from Ubuntu 20.04 does not show the memory consumption
 2020-08-17  4:17 UTC  (2+ messages)
` [Bug 1880507] "

[PATCH] ide:do nothing for identify cmd if no any device attached
 2020-08-17  4:15 UTC  (2+ messages)

[PATCH v4] qapi/opts-visitor: Fixed fallthrough compiler warning
 2020-08-17  3:36 UTC  (7+ messages)

[Bug 1891829] [NEW] High bits(s) sometimes set high on rcvd serial bytes when char size < 8 bits
 2020-08-17  3:23 UTC  (3+ messages)
` [Bug 1891829] "
` [Bug 1891829] Re: High bit(s) "

[PATCH v3 00/10] *** A Method for evaluating dirty page rate ***
 2020-08-17  3:20 UTC  (12+ messages)
` [PATCH v3 01/10] migration/dirtyrate: Add get_dirtyrate_thread() function
` [PATCH v3 02/10] migration/dirtyrate: Add RamlockDirtyInfo to store sampled page info
` [PATCH v3 03/10] migration/dirtyrate: Add dirtyrate statistics series functions
` [PATCH v3 04/10] migration/dirtyrate: move RAMBLOCK_FOREACH_MIGRATABLE into ram.h
` [PATCH v3 05/10] migration/dirtyrate: Record hash results for each sampled page
` [PATCH v3 06/10] migration/dirtyrate: Compare page hash results for recorded "
` [PATCH v3 07/10] migration/dirtyrate: skip sampling ramblock with size below MIN_RAMBLOCK_SIZE
` [PATCH v3 08/10] migration/dirtyrate: Implement get_sample_page_period() and block_sample_page_period()
` [PATCH v3 09/10] migration/dirtyrate: Implement calculate_dirtyrate() function
` [PATCH v3 10/10] migration/dirtyrate: Implement qmp_cal_dirty_rate()/qmp_get_dirty_rate() function

[Bug 1891830] [NEW] msmouse serial mouse emulation broken? No id byte sent on reset
 2020-08-17  1:32 UTC 


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