qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-17 07:02:17 to 2020-08-17 14:44:44 UTC [more...]

[PATCH v3 000/150] Meson integration for 5.2
 2020-08-17 14:35 UTC  (14+ messages)
` [PATCH 001/150] oss-fuzz/build: remove LIB_FUZZING_ENGINE
` [PATCH 002/150] optionrom: simplify Makefile
` [PATCH 003/150] pc-bios/s390-ccw: do not use rules.mak
` [PATCH 004/150] trace: switch position of headers to what Meson requires
` [PATCH 005/150] meson: rename .inc.c files to .inc
` [PATCH 006/150] build-sys hack: ensure target directory is there
` [PATCH 007/150] tests/vm: do not pollute configure with --efi-aarch64
` [PATCH 008/150] tests/vm: check for Python YAML parser in the Makefile
` [PATCH 009/150] tests/docker: add test script for static linux-user builds
` [PATCH 010/150] nsis: use "make DESTDIR=" instead of "make prefix="
` [PATCH 011/150] configure: do not include $(...) variables in config-host.mak
` [PATCH 013/150] configure: prepare CFLAGS/CXXFLAGS/LDFLAGS for Meson
` [PATCH 018/150] build-sys: add meson submodule

virtio-vsock requires 'disable-legacy=on' in QEMU 5.1
 2020-08-17 14:37 UTC  (8+ messages)

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

[RFC PATCH 00/22] block/export: Add infrastructure and QAPI for block exports
 2020-08-17 14:32 UTC  (36+ 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
` [RFC PATCH 10/22] nbd: Remove NBDExport.close callback
` [RFC PATCH 11/22] qemu-nbd: Use blk_exp_add() to create the export
` [RFC PATCH 12/22] nbd/server: Simplify export shutdown

[PATCH] pc-bios: s390x: Only set lowcore iplb address on list-directed IPL
 2020-08-17 14:17 UTC 

[PATCH v9 0/4] Introduce Xilinx ZynqMP CAN controller
 2020-08-17 14:05 UTC  (4+ messages)
` [PATCH v9 1/4] hw/net/can: "

[PATCH] hw/net/xilinx_axienet: Remove unused code
 2020-08-17 14:04 UTC  (2+ messages)

[PATCH v1 0/5] target/microblaze: Enable MTTCG
 2020-08-17 14:01 UTC  (6+ messages)
` [PATCH v1 1/5] target/microblaze: mbar: Transfer dc->rd to mbar_imm
` [PATCH v1 2/5] target/microblaze: mbar: Move LOG_DIS to before sleep
` [PATCH v1 3/5] target/microblaze: mbar: Add support for data-access barriers
` [PATCH v1 4/5] target/microblaze: swx: Use atomic_cmpxchg
` [PATCH v1 5/5] configure: microblaze: Enable mttcg

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

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

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


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