qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-05 18:24:07 to 2020-08-06 12:20:10 UTC [more...]

vhost-user protocol feature negotiation
 2020-08-06 11:24 UTC  (5+ messages)

[PATCH v1 00/21] accel/tcg: remove implied BQL from cpu_handle_interrupt/exception path
 2020-08-06 10:03 UTC  (20+ messages)
` [PATCH v1 01/21] accel/tcg: Change interrupt/exception handling to remove implied BQL
` [PATCH v1 02/21] target/alpha: add BQL to do_interrupt and cpu_exec_interrupt
` [PATCH v1 07/21] target/i386: "
` [PATCH v1 08/21] target/lm32: "
` [PATCH v1 13/21] target/openrisc: "
` [PATCH v1 14/21] target/ppc: "
` [PATCH v1 16/21] target/rx: "
` [PATCH v1 17/21] target/s390x: "
` [PATCH v1 18/21] target/sh4: "
` [PATCH v1 19/21] target/sparc: "
` [PATCH v1 20/21] target/unicore32: "
` [PATCH v1 21/21] target/xtensa: "

[PATCH v2 0/7] target/riscv: NaN-boxing for multiple precison
 2020-08-06 10:02 UTC  (19+ messages)
` [PATCH v2 1/7] target/riscv: Generate nanboxed results from fp helpers
` [PATCH v2 2/7] target/riscv: Generalize gen_nanbox_fpr to gen_nanbox_s
` [PATCH v2 3/7] target/riscv: Generate nanboxed results from trans_rvf.inc.c
` [PATCH v2 4/7] target/riscv: Check nanboxed inputs to fp helpers
` [PATCH v2 6/7] target/riscv: Clean up fmv.w.x
` [PATCH v2 7/7] target/riscv: check before allocating TCG temps

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

[PATCH 0/5] log: Add logs for some modules
 2020-08-06 10:07 UTC  (8+ messages)
` [PATCH 1/5] log: Add logs for vm start and destroy
` [PATCH 2/5] log: Add log for each modules
` [PATCH 3/5] log: Add more details to virtio_report in virtqueue_pop
` [PATCH 4/5] log: Add log at boot & cpu init for aarch64
` [PATCH 5/5] log: Add logs during qemu start

[PATCH 0/2] migration: add vsock channel support
 2020-08-06  7:40 UTC  (3+ messages)
` [PATCH 1/2] migration: unify the framework of socket-type channel
` [PATCH 2/2] migration: add vsock as data channel support

[PATCH 0/1] qga: add command guest-get-disk
 2020-08-06 10:44 UTC  (3+ messages)
` [PATCH 1/1] qga: add command guest-get-disks

[PATCH] ide: Get rid of IDEDrive struct
 2020-08-06  8:58 UTC  (6+ messages)

Qemu web site down?
 2020-08-06 10:47 UTC  (2+ messages)

[for-5.2 v4 00/10] Generalize memory encryption models
 2020-08-06  7:18 UTC  (5+ messages)
` [for-5.2 v4 10/10] s390: Recognize host-trust-limitation option

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

[PATCH 0/3] A few doc fixes
 2020-08-06  8:49 UTC  (6+ messages)
` [PATCH 1/3] docs/interop/qmp-spec: Point to the QEMU QMP reference manual
` [PATCH 2/3] qapi: Document event VSERPORT_CHANGE is rate-limited
` [PATCH 3/3] docs/qdev-device-use: Don't suggest -drive and -net can do USB

[PATCH for-5.2 0/5] spapr: Cleanups for XIVE and PHB
 2020-08-06  5:09 UTC  (9+ messages)
` [PATCH for-5.2 1/5] spapr/xive: Fix xive->fd if kvm_create_device() fails
` [PATCH for-5.2 2/5] spapr/xive: Simplify kvmppc_xive_disconnect()
` [PATCH for-5.2 3/5] ppc/xive: Introduce dedicated kvm_irqchip_in_kernel() wrappers
` [PATCH for-5.2 4/5] spapr/xive: Convert KVM device fd checks to assert()

[PATCH] schemas: Add vim modeline
 2020-08-06  5:44 UTC  (28+ messages)
            ` cleanups with long-term benefits (was Re: [PATCH] schemas: Add vim modeline)
                                        ` cleanups with long-term benefits

[PATCH v2] fcntl: Add 32bit filesystem mode
 2020-08-06 10:47 UTC  (5+ messages)

[RFC PATCH 0/8] *** A Method for evaluating dirty page rate ***
 2020-08-06  7:37 UTC  (15+ messages)
` [RFC PATCH 1/8] migration/dirtyrate: Add get_dirtyrate_thread() function
` [RFC PATCH 2/8] migration/dirtyrate: Add block_dirty_info to store dirtypage info
` [RFC PATCH 4/8] migration/dirtyrate: Record hash results for each ramblock
` [RFC PATCH 8/8] migration/dirtyrate: Implement qmp_cal_dirty_rate()/qmp_get_dirty_rate() function

[PATCH-for-5.2 0/7] hw/block/fdc: Cleanups trying to make sense of the floppy controllers
 2020-08-06 12:04 UTC  (9+ messages)
` [PATCH-for-5.2 2/7] hw/block/fdc: Let sector offset be unsigned
` [PATCH-for-5.2 4/7] hw/block/fdc: Convert debug FLOPPY_DPRINTF() to trace events
` [PATCH-for-5.2 5/7] hw/block/fdc: Drop pointless FLOPPY_DPRINTF() call
` [PATCH-for-5.2 6/7] hw/block/fdc: Use more descriptive TypeInfo names
` [PATCH-for-5.2 7/7] hw/block/fdc: Add ASCII art schema of QOM relations

[PATCH] block/vhdx: Support vhdx image only with 512 bytes logical sector size
 2020-08-06  7:06 UTC  (2+ messages)

[PATCH 0/4] Refactor get_fpstatus_ptr() ready for AArch32 fp16
 2020-08-06 11:50 UTC  (9+ messages)
` [PATCH 1/4] target/arm: Replace A64 get_fpstatus_ptr() with generic fpstatus_ptr()
` [PATCH 2/4] target/arm: Make A32/T32 use new fpstatus_ptr() API
` [PATCH 3/4] target/arm: Implement FPST_STD_F16 fpstatus
` [PATCH 4/4] target/arm: Use correct FPST for VCMLA, VCADD on fp16

[PATCH for-5.2 v2 0/9] Continue booting in case the first device is not bootable
 2020-08-06 11:58 UTC  (14+ messages)
` [PATCH for-5.2 v2 2/9] pc-bios/s390-ccw: Move ipl-related code from main() into a separate function
` [PATCH for-5.2 v2 3/9] pc-bios/s390-ccw: Introduce ENODEV define and remove guards of others
` [PATCH for-5.2 v2 4/9] pc-bios/s390-ccw: Move the inner logic of find_subch() to a separate function
` [PATCH for-5.2 v2 5/9] pc-bios/s390-ccw: Do not bail out early if not finding a SCSI disk
` [PATCH for-5.2 v2 6/9] pc-bios/s390-ccw: Scan through all devices if no boot device specified
` [PATCH for-5.2 v2 8/9] pc-bios/s390-ccw/main: Remove superfluous call to enable_subchannel()
` [PATCH for-5.2 v2 9/9] tests/qtest/cdrom: Add more s390x-related boot tests

Why QEMU should move from C to Rust (clickbait alert ;))
 2020-08-06 12:01 UTC  (4+ messages)

[PATCH v5 0/2] add new options to set smbios type 4 fields
 2020-08-06  6:58 UTC  (5+ messages)
` [PATCH v5 1/2] hw/smbios: add options for type 4 max-speed and current-speed
` [PATCH v5 2/2] tests/bios-tables-test: add smbios cpu speed test

[PATCH] virtiofsd: Cleanup norace option description
 2020-08-06 11:11 UTC 

[PATCH v12 00/11] iotests: Dump QCOW2 dirty bitmaps metadata
 2020-08-06  9:18 UTC  (5+ messages)
` [PATCH v12 09/11] qcow2_format.py: collect fields to dump in JSON format

[PATCH v2 0/3] aio-posix: keep aio_notify_me disabled during polling
 2020-08-06  7:10 UTC  (3+ messages)
` [PATCH v2 1/3] async: rename event_notifier_dummy_cb/poll()

[RFC PATCH] CODING_STYLE.rst: flesh out our naming conventions
 2020-08-06 11:40 UTC 

[Bug 1890545] [NEW] (ARM64) qemu-x86_64+schroot(Debian bullseye) can't run chrome and can't load HTML
 2020-08-06  7:50 UTC 

Adding VHOST_USER_PROTOCOL_F_CONFIG_MEM_SLOTS to 5.1 release notes
 2020-08-06  5:50 UTC  (5+ messages)

[PATCH] target/arm: Delete unused ARM_FEATURE_CRC
 2020-08-06  7:07 UTC  (3+ messages)

[PATCH V1 00/32] Live Update
 2020-08-06 10:22 UTC  (3+ messages)
` [PATCH V1 30/32] vfio-pci: save and restore

[qemu]: How to use qemu to run 64MB bmc image?
 2020-08-06  1:58 UTC 

[RFC PATCH 0/5] hw/misc: Add LED device
 2020-08-06  8:17 UTC  (6+ messages)
` [RFC PATCH 2/5] hw/misc/led: Add LED_STATUS_CHANGED QAPI event

[PATCH] qcow2: flush qcow2 l2 meta for new allocated clusters
 2020-08-06  9:01 UTC  (2+ messages)

[PATCH] qcow2: flush qcow2 l2 meta for new allocated clusters
 2020-08-06  9:13 UTC  (2+ messages)

[PATCH] spapr: Clarify error and documentation for broken KVM XICS
 2020-08-06  5:12 UTC  (2+ messages)

[PATCH v8 0/7] 9pfs: readdir optimization
 2020-08-06  9:38 UTC  (4+ messages)
` [PATCH v8 4/7] 9pfs: add new function v9fs_co_readdir_many()

[PATCH] virtiofsd: Disable remote posix locks by default
 2020-08-06  8:20 UTC  (2+ messages)
` [Virtio-fs] "

[PATCH 0/2] Instruction set detection for clang
 2020-08-05 23:23 UTC  (2+ messages)

[PATCH v2] linux-user: Add most IFTUN ioctls
 2020-08-05 23:22 UTC  (2+ messages)

[PATCH 0/6] fcntl, sockopt, and ioctl options
 2020-08-05 23:22 UTC  (2+ messages)

[ANNOUNCE] QEMU 5.1.0-rc3 is now available
 2020-08-05 21:06 UTC 

[PATCH v3 0/8] target-hppa fixes v3
 2020-08-05 20:44 UTC  (6+ messages)
` [PATCH v3 7/8] hw/display/artist: Refactor artist_rop8() to avoid buffer over-run

[Bug 1890370] [NEW] Segfault in artist vram_bit_write
 2020-08-05 20:25 UTC  (2+ messages)
` [Bug 1890370] "

v8.1M cpu emulation and target-arm feature-identification strategy
 2020-08-05 19:16 UTC  (7+ messages)

[RFC PATCH] travis.yml: Drop the default softmmu builds
 2020-08-05 18:54 UTC 

[PATCH 2/2] travis.yml: Drop the Python 3.5 and 3.6 builds
 2020-08-05 18:49 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).