qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-21 01:11:05 to 2019-12-23 20:46:24 UTC [more...]

[Qemu-devel] [Bug 1810400] [NEW] Failed to make dirty bitmaps writable: Can't update bitmap directory: Operation not permitted
 2019-12-23 20:36 UTC  (2+ messages)
` [Bug 1810400] "

[PATCH v3 0/2] ide: Fix incorrect handling of some PRDTs and add the corresponding unit-test
 2019-12-23 17:51 UTC  (3+ messages)
` [PATCH v3 1/2] ide: Fix incorrect handling of some PRDTs in ide_dma_cb()
` [PATCH v3 2/2] tests/ide-test: Create a single unit-test covering more PRDT cases

[PATCH v5 0/6] HPPA: i82596, PS/2 and graphics emulation
 2019-12-23 17:50 UTC  (11+ messages)
` [PATCH v5 5/6] hppa: Add emulation of Artist graphics
` [PATCH v5 6/6] seabios-hppa: update to latest version
  ` [PATCH 1/2] hppa: Do not enable artist graphics with -nographic option
  ` [PATCH 2/2] hppa: Switch to tulip NIC by default

[PATCH] virtio: add the queue number check
 2019-12-23 17:33 UTC  (6+ messages)

[PATCH 00/10] Fixes for DP8393X SONIC device emulation
 2019-12-23 17:17 UTC  (11+ messages)

[PULL v2 00/27] virtio, pci, pc: fixes, features
 2019-12-23 16:43 UTC  (28+ messages)
` [PULL v2 01/27] virtio: add ability to delete vq through a pointer
` [PULL v2 02/27] virtio: make virtio_delete_queue idempotent
` [PULL v2 03/27] virtio-balloon: fix memory leak while attach virtio-balloon device
` [PULL v2 04/27] virtio-serial-bus: fix memory leak while attach virtio-serial-bus
` [PULL v2 05/27] virtio-input: convert to new virtio_delete_queue
` [PULL v2 06/27] intel_iommu: fix bug to read DMAR_RTADDR_REG
` [PULL v2 07/27] virtio: update queue size on guest write
` [PULL v2 08/27] virtio-pci: disable vring processing when bus-mastering is disabled
` [PULL v2 09/27] Implement backend program convention command for vhost-user-blk
` [PULL v2 10/27] virtio: don't enable notifications during polling
` [PULL v2 11/27] numa: Extend CLI to provide initiator information for numa nodes
` [PULL v2 12/27] numa: Extend CLI to provide memory latency and bandwidth information
` [PULL v2 13/27] numa: Extend CLI to provide memory side cache information
` [PULL v2 14/27] hmat acpi: Build Memory Proximity Domain Attributes Structure(s)
` [PULL v2 15/27] hmat acpi: Build System Locality Latency and Bandwidth Information Structure(s)
` [PULL v2 16/27] hmat acpi: Build Memory Side Cache "
` [PULL v2 17/27] tests/numa: Add case for QMP build HMAT
` [PULL v2 18/27] tests/bios-tables-test: add test cases for ACPI HMAT
` [PULL v2 19/27] ACPI: add expected files for HMAT tests (acpihmat)
` [PULL v2 20/27] virtio-mmio: Clear v2 transport state on soft reset
` [PULL v2 21/27] hw/pci/pci_host: Remove redundant PCI_DPRINTF()
` [PULL v2 22/27] hw/pci/pci_host: Let pci_data_[read/write] use unsigned 'size' argument
` [PULL v2 23/27] vhost-user: add VHOST_USER_RESET_DEVICE to reset devices
` [PULL v2 24/27] vhost-user-scsi: reset the device if supported
` [PULL v2 25/27] hw: fix using 4.2 compat in 5.0 machine types for i440fx/q35
` [PULL v2 26/27] virtio: make seg_max virtqueue size dependent
` [PULL v2 27/27] tests: add virtio-scsi and virtio-blk seg_max_adjust test

[Bug 1856335] [NEW] Cache Layout wrong on many Zen Arch CPUs
 2019-12-23 15:41 UTC  (4+ messages)
` [Bug 1856335] "

Making QEMU easier for management tools and applications
 2019-12-23 15:04 UTC  (3+ messages)

[PULL 00/87] Misc patches for 2019-12-18
 2019-12-23 14:46 UTC  (7+ messages)
` [PULL 48/87] x86: move SMM property to X86MachineState

[PATCH v1] virtio-pci: store virtqueue size directly to a device
 2019-12-23 14:31 UTC  (2+ messages)

[PATCH] block/backup: fix memory leak in bdrv_backup_top_append()
 2019-12-23 13:40 UTC  (3+ messages)

[PATCH v1] virtio: stregthen virtqueue size invariants
 2019-12-23 13:18 UTC 

[PATCH 0/2] Speed up QMP stream reading
 2019-12-23 12:41 UTC  (3+ messages)

[PATCH] iotests: fix usage -machine accel= together with -accel option
 2019-12-23 12:00 UTC  (3+ messages)

[PATCH] 9pfs: local: Fix possible memory leak in local_link()
 2019-12-23 10:59 UTC  (2+ messages)

[PULL 0/2] Require Python >= 3.5 to build QEMU
 2019-12-23 10:24 UTC  (5+ messages)
` [PULL 2/2] configure: Require Python >= 3.5

[for-5.0 PATCH 00/11] Support for reverse debugging with GDB
 2019-12-23  9:48 UTC  (12+ messages)
` [for-5.0 PATCH 01/11] replay: provide an accessor for rr filename
` [for-5.0 PATCH 02/11] qcow2: introduce icount field for snapshots
` [for-5.0 PATCH 03/11] migration: "
` [for-5.0 PATCH 04/11] qapi: introduce replay.json for record/replay-related stuff
` [for-5.0 PATCH 05/11] replay: introduce info hmp/qmp command
` [for-5.0 PATCH 06/11] replay: introduce breakpoint at the specified step
` [for-5.0 PATCH 07/11] replay: implement replay-seek command
` [for-5.0 PATCH 08/11] replay: flush rr queue before loading the vmstate
` [for-5.0 PATCH 09/11] gdbstub: add reverse step support in replay mode
` [for-5.0 PATCH 10/11] gdbstub: add reverse continue "
` [for-5.0 PATCH 11/11] replay: describe reverse debugging in docs/replay.txt

[PATCH for-5.0 v11 00/20] VIRTIO-IOMMU device
 2019-12-23  9:42 UTC  (12+ messages)
` [PATCH for-5.0 v11 05/20] virtio-iommu: Endpoint and domains structs and helpers
` [PATCH for-5.0 v11 06/20] virtio-iommu: Implement attach/detach command
` [PATCH for-5.0 v11 07/20] virtio-iommu: Implement map/unmap

[PATCH v39 00/22] QEMU AVR 8 bit cores
 2019-12-23  9:13 UTC  (19+ messages)
` [PATCH v39 01/22] target/avr: Add outward facing interfaces and core CPU logic
` [PATCH v39 03/22] target/avr: Add instruction decoding
` [PATCH v39 04/22] target/avr: Add instruction translation - Registers definition
` [PATCH v39 05/22] target/avr: Add instruction translation - Arithmetic and Logic Instructions
` [PATCH v39 14/22] target/avr: Add dummy mask device
` [PATCH v39 22/22] target/avr: Update MAINTAINERS file

[RFC PATCH 0/1] Removing RAMBlocks during migration
 2019-12-23  8:51 UTC  (3+ messages)

[PATCH] i386: pass CLZERO to guests with EPYC CPU model on AMD ZEN platform
 2019-12-23  8:50 UTC  (6+ messages)

[PATCH] dma/rc4030: correctly reset DMA translation table at reset
 2019-12-23  8:26 UTC  (2+ messages)

[RFC v2 00/14] Add SDEI support for arm64
 2019-12-23  8:20 UTC  (3+ messages)

[Bug 1857143] [NEW] VMs won't boot from external snapshots on qemu 4.2
 2019-12-23  8:13 UTC  (2+ messages)
` [Bug 1857143] "

[PATCH v5 00/37] Clean-ups: qom-ify serial and remove QDEV_PROP_PTR
 2019-12-23  7:50 UTC  (6+ messages)
` [PATCH v5 04/37] chardev: generate an internal id when none given
` [PATCH v5 07/37] serial: register vmsd with DeviceClass

[PATCH v1] hw: fix using 4.2 compat in 5.0 machine types for i440fx/q35
 2019-12-23  7:28 UTC 

[PATCH] target/ppc: fix memory dump endianness in QEMU monitor
 2019-12-23  6:30 UTC  (2+ messages)

[PATCH v2 00/13] ppc/pnv: remove the use of qdev_get_machine() and get_system_memory()
 2019-12-23  6:16 UTC  (16+ messages)
` [PATCH v2 03/13] ppc/pnv: Introduce a "xics" property alias under the PSI model
` [PATCH v2 04/13] ppc/pnv: Introduce a "xics" property under the POWER8 chip
` [PATCH v2 05/13] spapr/xive: Use device_class_set_parent_realize()
` [PATCH v2 06/13] pnv/xive: "
` [PATCH v2 07/13] spapr, pnv, xive: Add a "xive-fabric" link to the XIVE router
` [PATCH v2 08/13] xive: Use the XIVE fabric link under "
` [PATCH v2 09/13] ppc/pnv: Add an "nr-threads" property to the base chip class

[PATCH v4 0/4] ppc: spapr: virtual NVDIMM support
 2019-12-23  4:33 UTC  (5+ messages)
` [PATCH v4 1/4] mem: move nvdimm_device_list to utilities
` [PATCH v4 2/4] nvdimm: add uuid property to nvdimm

[Qemu-devel] [Bug 1605506] [NEW] qemu driver_mirror error "Operation not permitted"
 2019-12-23  4:17 UTC  (2+ messages)
` [Bug 1605506] "

[Qemu-devel] [Bug 1575561] [NEW] config qemu virtio_queue_size to 1024,create vm boot from network failed
 2019-12-23  4:17 UTC  (2+ messages)
` [Bug 1575561] "

[Bug 1857269] [NEW] Spanish keyboard from Spain (Europe) not found
 2019-12-22 23:57 UTC 

[PATCH v27 00/21] Add RX archtecture support
 2019-12-22 15:34 UTC  (25+ messages)
` [PATCH v27 01/21] MAINTAINERS: Add RX
` [PATCH v27 02/21] qemu/bitops.h: Add extract8 and extract16
` [PATCH v27 03/21] hw/registerfields.h: Add 8bit and 16bit register macros
` [PATCH v27 04/21] target/rx: TCG translation
` [PATCH v27 05/21] target/rx: TCG helper
` [PATCH v27 06/21] target/rx: CPU definition
` [PATCH v27 07/21] target/rx: RX disassembler
` [PATCH v27 08/21] target/rx: Disassemble rx_index_addr into a string
` [PATCH v27 09/21] target/rx: Replace operand with prt_ldmi in disassembler
` [PATCH v27 10/21] target/rx: Use prt_ldmi for XCHG_mr disassembly
` [PATCH v27 11/21] target/rx: Emit all disassembly in one prt()
` [PATCH v27 12/21] target/rx: Collect all bytes during disassembly
` [PATCH v27 13/21] target/rx: Dump bytes for each insn "
` [PATCH v27 14/21] hw/intc: RX62N interrupt controller (ICUa)
` [PATCH v27 15/21] hw/timer: RX62N internal timer modules
` [PATCH v27 16/21] hw/char: RX62N serial communication interface (SCI)
` [PATCH v27 17/21] hw/rx: RX Target hardware definition
` [PATCH v27 18/21] hw/rx: Honor -accel qtest
` [PATCH v27 19/21] hw/rx: Restrict the RX62N microcontroller to the RX62N CPU core
` [PATCH v27 20/21] Add rx-softmmu
` [PATCH v27 21/21] BootLinuxConsoleTest: Test the RX-Virt machine

[Bug 1857226] [NEW] 'set_link net0 off' not working with e1000e driver
 2019-12-22 10:14 UTC 

[PATCH v5 0/2] virtio: make seg_max virtqueue size dependent
 2019-12-22 13:31 UTC  (2+ messages)

[PULL 00/24] virtio, pci, pc: fixes, features
 2019-12-22 13:02 UTC  (4+ messages)

[PATCH] hw/i386/pc: fix regression in parsing vga cmdline parameter
 2019-12-22 12:17 UTC  (2+ messages)

[Qemu-devel] Maintainers, please tell us how to boot your machines!
 2019-12-22 12:03 UTC  (3+ messages)

[RFC PATCH v3 00/27] Add subcluster allocation to qcow2
 2019-12-22 11:37 UTC  (28+ messages)
` [RFC PATCH v3 01/27] qcow2: Add calculate_l2_meta()
` [RFC PATCH v3 02/27] qcow2: Split cluster_needs_cow() out of count_cow_clusters()
` [RFC PATCH v3 03/27] qcow2: Process QCOW2_CLUSTER_ZERO_ALLOC clusters in handle_copied()
` [RFC PATCH v3 04/27] qcow2: Add get_l2_entry() and set_l2_entry()
` [RFC PATCH v3 05/27] qcow2: Document the Extended L2 Entries feature
` [RFC PATCH v3 06/27] qcow2: Add dummy has_subclusters() function
` [RFC PATCH v3 07/27] qcow2: Add subcluster-related fields to BDRVQcow2State
` [RFC PATCH v3 08/27] qcow2: Add offset_to_sc_index()
` [RFC PATCH v3 09/27] qcow2: Add l2_entry_size()
` [RFC PATCH v3 10/27] qcow2: Update get/set_l2_entry() and add get/set_l2_bitmap()
` [RFC PATCH v3 11/27] qcow2: Add QCow2SubclusterType and qcow2_get_subcluster_type()
` [RFC PATCH v3 12/27] qcow2: Replace QCOW2_CLUSTER_* with QCOW2_SUBCLUSTER_*
` [RFC PATCH v3 13/27] qcow2: Handle QCOW2_SUBCLUSTER_UNALLOCATED_ALLOC
` [RFC PATCH v3 14/27] qcow2: Add subcluster support to calculate_l2_meta()
` [RFC PATCH v3 15/27] qcow2: Add subcluster support to qcow2_get_cluster_offset()
` [RFC PATCH v3 16/27] qcow2: Add subcluster support to zero_in_l2_slice()
` [RFC PATCH v3 17/27] qcow2: Add subcluster support to discard_in_l2_slice()
` [RFC PATCH v3 18/27] qcow2: Add subcluster support to check_refcounts_l2()
` [RFC PATCH v3 19/27] qcow2: Add subcluster support to expand_zero_clusters_in_l1()
` [RFC PATCH v3 20/27] qcow2: Fix offset calculation in handle_dependencies()
` [RFC PATCH v3 21/27] qcow2: Update L2 bitmap in qcow2_alloc_cluster_link_l2()
` [RFC PATCH v3 22/27] qcow2: Clear the L2 bitmap when allocating a compressed cluster
` [RFC PATCH v3 23/27] qcow2: Add subcluster support to handle_alloc_space()
` [RFC PATCH v3 24/27] qcow2: Restrict qcow2_co_pwrite_zeroes() to full clusters only
` [RFC PATCH v3 25/27] qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bit
` [RFC PATCH v3 26/27] qcow2: Add subcluster support to qcow2_measure()
` [RFC PATCH v3 27/27] iotests: Add tests for qcow2 images with extended L2 entries

[PATCH v2 0/6] Fix more GCC9 -O3 warnings
 2019-12-22 11:12 UTC  (3+ messages)
` [PATCH v2 2/6] hw/display/tcx: Add missing fall through comments

[PATCH 0/2] q800: fix and improve RTC/PRAM interface
 2019-12-22 11:07 UTC  (3+ messages)
` [PATCH 1/2] q800: fix mac_via RTC PRAM commands

[PATCH] hw/i386/x86-iommu: Add missing stubs
 2019-12-22 10:31 UTC  (2+ messages)

[PATCH] Implement the Screamer sound chip for the mac99 machine type
 2019-12-22  4:26 UTC 

[PATCH 0/5] tests/boot_linux_console: Add various OrangePi PC tests
 2019-12-21 18:22 UTC  (3+ messages)
` [PATCH 1/5] tests/boot_linux_console: Add a quick test for the OrangePi PC board

Can we retire Python 2 now?
 2019-12-21 18:10 UTC  (7+ messages)

[PATCH] MAINTAINERS: Orphan MIPS KVM CPUs
 2019-12-21 15:53 UTC 

[Bug 1856724] [NEW] SB.PCI0.SMB0 device drivers unavailable
 2019-12-21 16:10 UTC  (2+ messages)
` [Bug 1856724] "

[RESEND PATCH v21 0/6] Add ARMv8 RAS virtualization support in QEMU
 2019-12-21 12:35 UTC  (4+ messages)
` [RESEND PATCH v21 5/6] target-arm: kvm64: handle SIGBUS signal from kernel or KVM

[PATCH v2 0/8] hw/avr: Introduce the Arduino boards
 2019-12-21 11:15 UTC  (4+ messages)
` [PATCH v2 3/8] hw/avr: Add some ATmega microcontrollers
` [PATCH v2 6/8] tests/acceptance: Do not set the machine type manually

[PATCH 0/2] ppc/pnv: Improve command line experience with multi-chip
 2019-12-21 10:28 UTC  (4+ messages)
` [PATCH 2/2] ppc/pnv: Use the CPU topology to compute the default number of chips

issue about virtio-blk queue size
 2019-12-21  2:07 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).