qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-30 13:03:28 to 2020-07-01 00:32:22 UTC [more...]

[Bug 1869006] [NEW] PCIe cards passthrough to TCG guest works on 2GB of guest memory but fails on 4GB (vfio_dma_map invalid arg)
 2020-07-01  0:22 UTC  (3+ messages)
` [Bug 1869006] "

[PATCH v1 0/3] A few RISC-V fixes
 2020-07-01  0:19 UTC  (7+ messages)
` [PATCH v1 1/3] hw/char: Convert the Ibex UART to use the qdev Clock model
` [PATCH v1 2/3] hw/riscv: Allow 64 bit access to SiFive CLINT
` [PATCH v1 3/3] target/riscv: Regen floating point rounding mode in dynamic mode

[PATCH v2 00/18] hw/block/nvme: Support Namespace Types and Zoned Namespace Command Set
 2020-06-30 22:11 UTC  (13+ messages)
` [PATCH v2 05/18] hw/block/nvme: Introduce the Namespace Types definitions
` [PATCH v2 06/18] hw/block/nvme: Define trace events related to NS Types
` [PATCH v2 08/18] hw/block/nvme: Make Zoned NS Command Set definitions
` [PATCH v2 10/18] hw/block/nvme: Support Zoned Namespace Command Set

[PATCH v3 0/5] hw/mips/malta: Add the 'malta-strict' machine, matching Malta hardware
 2020-06-30 21:54 UTC  (7+ messages)
` [PATCH v3 1/5] hw/mips/malta: Trivial code movement
` [PATCH v3 2/5] hw/mips/malta: Register the machine as a TypeInfo
` [PATCH v3 3/5] hw/mips/malta: Introduce MaltaMachineClass::max_ramsize
` [PATCH v3 4/5] hw/mips/malta: Introduce the 'malta-strict' machine
` [PATCH v3 5/5] hw/mips/malta: Verify malta-strict machine uses correct DIMM sizes

[PATCH v7 0/8] Mac Old World ROM experiment
 2020-06-30 21:45 UTC  (8+ messages)
` [PATCH v7 5/8] mac_oldworld: Change PCI address of macio to match real hardware
` [PATCH v7 1/8] mac_oldworld: Allow loading binary ROM image

[PATCH v3 0/2] target/m68k: fix physical address translation in m68k_cpu_get_phys_page_debug()
 2020-06-30 21:20 UTC  (3+ messages)
` [PATCH v3 2/2] target/m68k: consolidate physical translation offset into get_physical_address()

[Bug 1885350] [NEW] RISCV dynamic rounding mode is not behaving correctly
 2020-06-30 20:59 UTC  (4+ messages)
` [Bug 1885350] "

[PATCH 00/17] spitz: fix hacks, fix CID 1421913, various cleanups
 2020-06-30 20:55 UTC  (9+ messages)
` [PATCH 05/17] hw/arm/spitz: Implement inbound GPIO lines for bit5 and power signals
` [PATCH 06/17] hw/misc/max111x: provide QOM properties for setting initial values
` [PATCH 07/17] hw/misc/max111x: Don't use vmstate_register()
` [PATCH 08/17] ssi: Add ssi_realize_and_unref()

[PATCH v3 9/9] sm501: Fix and optimize overlap check
 2020-06-30 20:52 UTC  (3+ messages)
` [PATCH v4] "

[PATCH v2 0/6] hw/mips/malta: Add the 'malta-strict' machine, matching Malta hardware
 2020-06-30 20:36 UTC  (16+ messages)
` [PATCH v2 1/6] hw/mips/malta: Trivial code movement
` [PATCH v2 2/6] hw/mips/malta: Register the machine as a TypeInfo
` [PATCH v2 3/6] hw/mips/malta: Introduce MaltaMachineClass::max_ramsize
` [PATCH v2 4/6] hw/mips/malta: Introduce the 'malta-strict' machine
` [PATCH v2 5/6] hw/mips/malta: Verify malta-strict machine uses correct DIMM sizes
` [PATCH v2 6/6] hw/mips/malta: Introduce the 'malta-unleashed' 64-bit machine

[PATCH 00/10] hw/block/nvme: namespace types and zoned namespaces
 2020-06-30 20:36 UTC  (6+ messages)

[PATCH] tests/acceptance/machine_rx_gdbsim: Use stable URL for test_linux_sash
 2020-06-30 20:26 UTC 

[PATCH v3 00/26] Error handling fixes & cleanups
 2020-06-30 20:04 UTC  (3+ messages)
` [PATCH v3 15/26] hw: Fix error API violation around object_property_set_link()

[PATCH v2 00/12] block/nvme: Various cleanups required to use multiple queues
 2020-06-30 19:13 UTC  (13+ messages)
` [PATCH v2 01/12] block/nvme: Replace magic value by SCALE_MS definition
` [PATCH v2 02/12] block/nvme: Avoid further processing if trace event not enabled
` [PATCH v2 03/12] block/nvme: Let nvme_create_queue_pair() fail gracefully
` [PATCH v2 04/12] block/nvme: Define QUEUE_INDEX macros to ease code review
` [PATCH v2 05/12] block/nvme: Rename local variable
` [PATCH v2 06/12] block/nvme: Use union of NvmeIdCtrl / NvmeIdNs structures
` [PATCH v2 07/12] block/nvme: Replace qemu_try_blockalign0 by qemu_try_blockalign/memset
` [PATCH v2 08/12] block/nvme: Replace qemu_try_blockalign(bs) by qemu_try_memalign(pg_sz)
` [PATCH v2 09/12] block/nvme: Simplify nvme_init_queue() arguments
` [PATCH v2 10/12] block/nvme: Replace BDRV_POLL_WHILE by AIO_WAIT_WHILE
` [PATCH v2 11/12] block/nvme: Simplify nvme_create_queue_pair() arguments
` [PATCH v2 12/12] block/nvme: Use per-queue AIO context

[REPORT] [GSoC - TCG Continuous Benchmarking] [#2] Dissecting QEMU Into Three Main Parts
 2020-06-30 19:14 UTC  (11+ messages)

[PATCH v7 00/21] Initial support for multi-process qemu
 2020-06-30 18:31 UTC  (15+ messages)
` [PATCH v7 01/21] memory: alloc RAM from file at offset
` [PATCH v7 02/21] multi-process: Add config option for multi-process QEMU
` [PATCH v7 03/21] multi-process: setup PCI host bridge for remote device
` [PATCH v7 04/21] multi-process: setup a machine object for remote device process
` [PATCH v7 05/21] multi-process: add qio channel function to transmit
` [PATCH v7 06/21] multi-process: define MPQemuMsg format and transmission functions
` [PATCH v7 07/21] multi-process: add co-routines to communicate with remote

[PATCH v2 0/3] Make hcd-xhci independent of pci hooks
 2020-06-30 17:55 UTC  (8+ messages)
` [PATCH v2 3/3] usb/hcd-xhci: Split pci wrapper for xhci base model

[PATCH v2 00/12] vDPA support in qemu
 2020-06-30 18:06 UTC  (14+ messages)
` [PATCH v2 01/12] net: introduce qemu_get_peer
` [PATCH v2 02/12] vhost_net: use the function qemu_get_peer
` [PATCH v2 03/12] virtio-bus: introduce queue_enabled method
` [PATCH v2 04/12] virtio-pci: implement "
` [PATCH v2 05/12] vhost: check the existence of vhost_set_iotlb_callback
` [PATCH v2 06/12] vhost: introduce new VhostOps vhost_dev_start
` [PATCH v2 07/12] vhost: implement vhost_dev_start method
` [PATCH v2 08/12] vhost: introduce new VhostOps vhost_vq_get_addr
` [PATCH v2 09/12] vhost: implement vhost_vq_get_addr method
` [PATCH v2 10/12] vhost: introduce new VhostOps vhost_get_device_id
` [PATCH v2 11/12] vhost-vdpa: introduce vhost-vdpa backend
` [PATCH v2 12/12] vhost-vdpa: introduce vhost-vdpa net client

[PATCH v6 0/5] 9pfs: readdir optimization
 2020-06-30 18:00 UTC  (6+ messages)
` [PATCH v6 4/5] 9pfs: T_readdir latency optimization

[PATCH v2 0/3] trace: Add a trace backend for the recorder library
 2020-06-30 17:46 UTC  (6+ messages)
` [PATCH v2 2/3] trace: Add support for recorder back-end

[PATCH 0/2] fix assertion failures when using Xen
 2020-06-30 17:27 UTC  (9+ messages)
` [PATCH 1/2] xen: fix legacy 'xen-sysdev' and 'xen-backend' bus types
` [PATCH 2/2] xen: cleanup unrealized flash devices

[PATCH v2 0/2] target mips: Misc fixes and improvements
 2020-06-30 17:22 UTC  (5+ messages)
` [PATCH v2 1/2] target/mips: Remove identical if/else branches
` [PATCH v2 2/2] MAINTAINERS: Adjust MIPS maintainership

[PATC 7/9] Skipping drm build, unsupported
 2020-06-30 16:53 UTC  (9+ messages)

[PATCH v2 0/2] net: tap: check file descriptor can be used
 2020-06-30 16:46 UTC  (7+ messages)
` [PATCH v2 1/2] net: tap: check if the file descriptor is valid before using it
` [PATCH v2 2/2] net: detect errors from probing vnet hdr flag for TAP devices

[PATCH v3 0/4] hw/block/nvme: Fix I/O BAR structure
 2020-06-30 16:45 UTC  (5+ messages)
` [PATCH v3 3/4] hw/block/nvme: Fix pmrmsc register size

hw/misc/aspeed_scu: 5d971f9e breaks Supermicro AST2400
 2020-06-30 16:42 UTC 

[PATCH RESEND 0/9] SMMUv3.2 Range-based TLB Invalidation Support
 2020-06-30 16:29 UTC  (7+ messages)
` [PATCH RESEND 6/9] hw/arm/smmu-common: Manage IOTLB block entries

[PATCH] KVM: x86: believe what KVM says about WAITPKG
 2020-06-30 16:28 UTC  (4+ messages)

[PATCH v4 0/7] build some devices as modules
 2020-06-30 16:24 UTC  (7+ messages)
` [PATCH v4 3/7] ccid: build smartcard as module

[PATCH 0/2] error-reporting for query-sev-capabilities
 2020-06-30 16:09 UTC  (4+ messages)
` [PATCH 1/2] target-i386: sev: provide proper error reporting "
` [PATCH 2/2] target-i386: sev: fail query-sev-capabilities if QEMU cannot use SEV

[PATCH v2 0/9] Improve synchronization between QEMU and HVF
 2020-06-30 16:04 UTC  (5+ messages)
` [PATCH v2 4/9] i386: hvf: Implement CPU kick

[PATCH v2 3/3] scsi-disk: Add support for the GET LBA STATUS 16 command
 2020-06-30 15:40 UTC  (4+ messages)

[PATCH v2] coverity: provide Coverity-friendly MIN_CONST and MAX_CONST
 2020-06-30 15:39 UTC  (3+ messages)

[RFC v2 0/1] memory: Delete assertion in memory_region_unregister_iommu_notifier
 2020-06-30 15:39 UTC  (13+ messages)
` [RFC v2 1/1] "

[PATCH 0/2] target/riscv: fixup atomic implementation
 2020-06-30 15:38 UTC  (7+ messages)
` [PATCH 1/2] tcg/tcg-op: Fix nonatomic_op load with MO_SIGN
` [PATCH 2/2] target/riscv: Do amo*.w insns operate with 32 bits

[PATCH 0/2] target mips: Misc fixes and improvements
 2020-06-30 15:25 UTC  (3+ messages)
` [PATCH 1/2] target/mips: Remove identical if/else branches
` [PATCH 2/2] MAINTAINERS: Adjust MIPS maintainership

[PATCH] Revert "tests/migration: Reduce autoconverge initial bandwidth"
 2020-06-30 14:55 UTC  (9+ messages)

[PATCH] linux-user/elfload: use MAP_FIXED in pgb_reserved_va
 2020-06-30 14:41 UTC  (3+ messages)

[PATCH] pc-bios/s390-ccw: Generate and include dependency files in the Makefile
 2020-06-30 14:29 UTC 

[PATCH] xen: Fix xen-legacy-backend qdev types
 2020-06-30 13:59 UTC  (4+ messages)

[PATCH 00/10] RFC: Move SPICE to a load module
 2020-06-30 13:56 UTC  (9+ messages)
` [PATCH 01/10] modules: Provide macros making it easier to identify module exports
` [PATCH 08/10] build: Add SPICE_CFLAGS and SPICE_LIBS to relevant files

[Bug 1885718] [NEW] qemu/target/mips/op_helper.c:943:5: style:inconclusive: Found duplicate branches for 'if' and 'else'
 2020-06-30 13:48 UTC  (3+ messages)
` [Bug 1885718] "

[PATCH v5 0/3] Avoid abort on QMP attempt to add an object with duplicate id
 2020-06-30 13:41 UTC  (3+ messages)
` [PATCH v5 1/3] qom: Introduce object_property_try_add_child()

[PATCH v7 00/17] hw/sd/sdcard: Fix CVE-2020-13253 & cleanups
 2020-06-30 13:39 UTC  (18+ messages)
` [PATCH v7 01/17] MAINTAINERS: Cc qemu-block mailing list
` [PATCH v7 02/17] hw/sd/sdcard: Update coding style to make checkpatch.pl happy
` [PATCH v7 03/17] hw/sd/sdcard: Move some definitions to use them earlier
` [PATCH v7 04/17] hw/sd/sdcard: Use the HWBLOCK_SIZE definition
` [PATCH v7 05/17] hw/sd/sdcard: Do not switch to ReceivingData if address is invalid
` [PATCH v7 06/17] hw/sd/sdcard: Restrict Class 6 commands to SCSD cards
` [PATCH v7 07/17] hw/sd/sdcard: Move sd->size initialization
` [PATCH v7 08/17] hw/sd/sdcard: Call sd_addr_to_wpnum where it is used, consider zero size
` [PATCH v7 09/17] hw/sd/sdcard: Special case the -ENOMEDIUM error
` [PATCH v7 10/17] hw/sd/sdcard: Check address is in range
` [PATCH v7 11/17] hw/sd/sdcard: Update the SDState documentation
` [PATCH v7 12/17] hw/sd/sdcard: Simplify cmd_valid_while_locked()
` [PATCH v7 13/17] hw/sd/sdcard: Constify sd_crc*()'s message argument
` [PATCH v7 14/17] hw/sd/sdcard: Make iolen unsigned
` [PATCH v7 15/17] hw/sd/sdcard: Correctly display the command name in trace events
` [PATCH v7 16/17] hw/sd/sdcard: Display offset in read/write_data() "
` [PATCH v7 17/17] hw/sd/sdcard: Simplify realize() a bit

SEV: QMP support for Inject-Launch-Secret
 2020-06-30 13:41 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH v3 0/9] memory: assert and define MemoryRegionOps callbacks
 2020-06-30 13:46 UTC  (2+ messages)

[PATCH 0/7] hw/mips/malta: Rework to allow more than 2GB of RAM on 64-bit
 2020-06-30 13:45 UTC  (9+ messages)

[PATCH 0/5] hw/i2c: Rename method names for consistency and add documentation
 2020-06-30 13:16 UTC  (4+ messages)
` [PATCH 5/5] hw/i2c: Document the I2C qdev helpers

[PATCH RFC] virtio-fs: force virtio 1.x usage
 2020-06-30 13:04 UTC  (11+ 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).