qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-06 11:57:35 to 2020-08-06 13:30:54 UTC [more...]

[PATCH for-5.2 v2 0/9] Continue booting in case the first device is not bootable
 2020-08-06 13:28 UTC  (18+ messages)
` [PATCH for-5.2 v2 1/9] pc-bios/s390-ccw/Makefile: Compile with -std=gnu99, -fwrapv and -fno-common
` [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 7/9] pc-bios/s390-ccw: Allow booting in case the first virtio-blk disk is bad
` [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

[PATCH for-5.2 00/19] aspeed: mostly cleanups and some extensions
 2020-08-06 13:21 UTC  (16+ messages)
` [PATCH for-5.2 01/19] m25p80: Return the JEDEC ID twice for mx25l25635e
` [PATCH for-5.2 02/19] m25p80: Add support for mx25l25635f
` [PATCH for-5.2 03/19] m25p80: Add support for n25q512ax3
` [PATCH for-5.2 04/19] aspeed/scu: Fix valid access size on AST2400
` [PATCH for-5.2 05/19] hw/arm/aspeed: Add board model for Supermicro X11 BMC
` [PATCH for-5.2 06/19] aspeed/smc: Fix MemoryRegionOps definition
` [PATCH for-5.2 07/19] aspeed/smc: Fix max_slaves of the legacy SMC device
` [PATCH for-5.2 08/19] aspeed/sdhci: Fix reset sequence
` [PATCH for-5.2 09/19] ftgmac100: Fix registers that can be read
` [PATCH for-5.2 11/19] ftgmac100: Fix interrupt status "Packet moved to RX FIFO"
` [PATCH for-5.2 12/19] ftgmac100: Change interrupt status when a DMA error occurs
` [PATCH for-5.2 13/19] ftgmac100: Check for invalid len and address before doing a DMA transfer
` [PATCH for-5.2 16/19] aspeed/sdmc: Perform memory training
` [PATCH for-5.2 18/19] aspeed/sdmc: Simplify calculation of RAM bits
` [PATCH for-5.2 19/19] aspeed/smc: Open AHB window of the second chip of the AST2600 FMC controller

[PATCH v3 0/3] aio-posix: keep aio_notify_me disabled during polling
 2020-08-06 13:18 UTC  (4+ messages)
` [PATCH v3 1/3] async: rename event_notifier_dummy_cb/poll()
` [PATCH v3 2/3] async: always set ctx->notified in aio_notify()
` [PATCH v3 3/3] aio-posix: keep aio_notify_me disabled during polling

[PATCH-for-5.2 0/2] hw/core/sysbus: Trivial cleanup patches
 2020-08-06 13:09 UTC  (3+ messages)
` [PATCH-for-5.2 1/2] hw/core/sysbus: Fix a typo
` [PATCH-for-5.2 2/2] hw/core/sysbus: Assert memory region index is in range

[PATCH v1 0/1] docs/system/arm: Document the Xilinx Versal Virt board
 2020-08-06 13:04 UTC  (2+ messages)

[PATCH-for-5.2 0/4] hw/char/serial: Use the Clock API to feed the UART reference clock
 2020-08-06 13:03 UTC  (5+ messages)
` [PATCH-for-5.2 1/4] hw/char/serial: Replace commented DPRINTF() by trace event
` [PATCH-for-5.2 2/4] hw/char/serial: Remove old DEBUG_SERIAL commented code
` [PATCH-for-5.2 3/4] hw/char/serial: Let SerialState have an 'id' field
` [PATCH-for-5.2 4/4] hw/char/serial: Use the Clock API to feed the UART reference clock

[PATCH] hw/cpu/a9mpcore: Verify the machine use Cortex-A9 cores
 2020-08-06 13:00 UTC  (3+ messages)

Qemu web site down?
 2020-08-06 12:59 UTC  (4+ messages)

[PATCH v2] hw/arm/aspeed: Add board model for Supermicro X11 BMC
 2020-08-06 12:54 UTC  (4+ messages)

[PATCH for-5.2 v4 00/11] SMMUv3.2 Range-based TLB Invalidation Support
 2020-08-06 12:55 UTC  (3+ messages)

[PATCH-for-5.2 0/3] hw/clock: Only propagate clock changes if the clock is changed
 2020-08-06 12:38 UTC  (4+ messages)
` [PATCH-for-5.2 1/3] hw/clock: Remove unused clock_init*() functions
` [PATCH-for-5.2 2/3] hw/clock: Let clock_set() return boolean value
` [PATCH-for-5.2 3/3] hw/clock: Only propagate clock changes if the clock is changed

Any reason VIRTQUEUE_MAX_SIZE is 1024? Can we increase this limit?
 2020-08-06 12:37 UTC  (4+ messages)

vhost-user protocol feature negotiation
 2020-08-06 12:35 UTC  (6+ messages)

[PATCH-for-5.2] target/mips: Report unimplemented cache() operations
 2020-08-06 12:26 UTC 

[RFC v3 00/71] target/riscv: support vector extension v1.0
 2020-08-06 10:47 UTC  (55+ messages)
` [RFC v3 01/71] target/riscv: drop vector 0.7.1 and add 1.0 support
` [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 07/71] target/riscv: rvv-1.0: remove vxrm and vxsat fields from fcsr register
` [RFC v3 08/71] target/riscv: rvv-1.0: add vcsr register
` [RFC v3 09/71] target/riscv: rvv-1.0: add vlenb register
` [RFC v3 10/71] target/riscv: rvv-1.0: check MSTATUS_VS when accessing vector csr registers
` [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 16/71] target/riscv: add fp16 nan-box check generator function
` [RFC v3 17/71] target/riscv: rvv:1.0: add translation-time nan-box helper 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 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 27/71] target/riscv: rvv-1.0: take fractional LMUL into vector max elements calculation
` [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 33/71] target/riscv: rvv-1.0: iota instruction
` [RFC v3 34/71] target/riscv: rvv-1.0: element index instruction
` [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 41/71] target/riscv: rvv-1.0: integer extension instructions
` [RFC v3 43/71] target/riscv: rvv-1.0: single-width bit shift instructions
` [RFC v3 44/71] target/riscv: rvv-1.0: integer add-with-carry/subtract-with-borrow
` [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 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 59/71] target/riscv: rvv-1.0: single-width scaling shift instructions
` [RFC v3 60/71] target/riscv: rvv-1.0: remove widening saturating scaled multiply-add
` [RFC v3 62/71] target/riscv: rvv-1.0: remove integer extract instruction
` [RFC v3 64/71] target/riscv: introduce floating-point rounding mode enum
` [RFC v3 65/71] target/riscv: rvv-1.0: floating-point/integer type-convert 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 68/71] target/riscv: rvv-1.0: narrowing floating-point/integer type-convert
` [RFC v3 69/71] target/riscv: gdb: modify gdb csr xml file to align with csr register map
` [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 v1 00/21] accel/tcg: remove implied BQL from cpu_handle_interrupt/exception path
 2020-08-06 10:03 UTC  (8+ messages)
` [PATCH v1 01/21] accel/tcg: Change interrupt/exception handling to remove implied BQL
` [PATCH v1 17/21] target/s390x: add BQL to do_interrupt and cpu_exec_interrupt

[PATCH-for-5.2 0/7] hw/block/fdc: Cleanups trying to make sense of the floppy controllers
 2020-08-06 12:04 UTC  (11+ messages)
` [PATCH-for-5.2 1/7] hw/block/fdc: Let sector count be unsigned
` [PATCH-for-5.2 2/7] hw/block/fdc: Let sector offset "
` [PATCH-for-5.2 3/7] hw/block/fdc: Use warn_report() instead of debug FLOPPY_DPRINTF() calls
` [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 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 5/7] target/riscv: Check nanboxed inputs in trans_rvf.inc.c
` [PATCH v2 6/7] target/riscv: Clean up fmv.w.x

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

[PATCH for-5.2 0/5] spapr: Cleanups for XIVE and PHB
 2020-08-06  9:23 UTC  (12+ 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 for-5.2 5/5] spapr: Simplify error handling in spapr_phb_realize()

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

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

[PATCH] docs/qdev-device-use: Clean up the sentences related to -usbdevice
 2020-08-06  8:15 UTC  (3+ messages)

[PATCH 0/5] log: Add logs for some modules
 2020-08-06  9:59 UTC  (5+ messages)
` [PATCH 1/5] log: Add logs for vm start and destroy
` [PATCH 2/5] log: Add log for each modules
` [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

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

[PATCH] ide: Get rid of IDEDrive struct
 2020-08-06  8:58 UTC  (6+ 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

[PATCH 0/3] A few doc fixes
 2020-08-06  8:49 UTC  (5+ 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] 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  (12+ messages)
` [RFC PATCH 1/8] migration/dirtyrate: Add get_dirtyrate_thread() function
` [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] 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 10:44 UTC  (4+ messages)
` [PATCH 1/4] target/arm: Replace A64 get_fpstatus_ptr() with generic fpstatus_ptr()
` [PATCH 3/4] target/arm: Implement FPST_STD_F16 fpstatus
` [PATCH 4/4] target/arm: Use correct FPST for VCMLA, VCADD on fp16

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  (3+ messages)

[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

[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 

[PATCH] target/arm: Delete unused ARM_FEATURE_CRC
 2020-08-06  7:07 UTC  (2+ 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


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