messages from 2020-06-29 17:42:37 to 2020-06-30 09:07:17 UTC [more...]
[PATCH v3 00/26] Error handling fixes & cleanups
2020-06-30 9:03 UTC (7+ messages)
` [PATCH v3 03/26] Clean up some calls to ignore Error objects the right way
` [PATCH v3 04/26] tests: Use &error_abort where appropriate
` [PATCH v3 05/26] tests: Use error_free_or_abort() "
` [PATCH v3 07/26] spapr: Plug minor memory leak in spapr_machine_init()
` [PATCH v3 12/26] aspeed: Clean up roundabout error propagation
` [PATCH v3 26/26] migration/rdma: Plug memory leaks in qemu_rdma_registration_stop()
[REPORT] [GSoC - TCG Continuous Benchmarking] [#2] Dissecting QEMU Into Three Main Parts
2020-06-30 8:58 UTC (10+ messages)
[PATCH v1 00/10] vDPA support in qemu
2020-06-30 8:56 UTC (7+ messages)
` [PATCH v1 05/10] vhost-backend: export the vhost backend helper
` [PATCH v1 09/10] vhost-vdpa: introduce vhost-vdpa backend
[PATCH 00/19] block: LUKS encryption slot management + iotest tweaks
2020-06-30 8:56 UTC (10+ messages)
` [PATCH 05/19] iotests.py: Add (verify|has)_working_luks()
` [PATCH 06/19] iotests: Check whether luks works
` [PATCH 15/19] iotests: qemu-img tests for luks key management
[PATCH 0/7] hw/mips/malta: Rework to allow more than 2GB of RAM on 64-bit
2020-06-30 8:54 UTC (9+ messages)
` [PATCH 1/7] hw/mips/malta: Trivial code movement
` [PATCH 2/7] hw/mips/malta: Register the machine as a TypeInfo
` [PATCH 3/7] hw/mips/malta: Rename 'malta' machine as 'malta-virt'
` [PATCH 4/7] hw/mips/malta: Introduce MaltaMachineClass::max_ramsize
` [PATCH 5/7] hw/mips/malta: Introduce the 'malta-phys' machine
` [PATCH 6/7] hw/mips/malta: Verify malta-phys machine uses correct DIMM sizes
` [PATCH 7/7] hw/mips/malta: Allow more than 2GB on 64-bit malta-virt
[PATC 7/9] Skipping drm build, unsupported
2020-06-30 8:46 UTC (4+ messages)
[PATCH] util/coroutine: Cleanup start_switch_fiber_ for TSAN
2020-06-30 8:50 UTC (4+ messages)
[PATCH 0/4] migration: Add block-bitmap-mapping parameter
2020-06-30 8:45 UTC (5+ messages)
` [PATCH 1/4] migration: Prevent memleak by ...params_test_apply
` [PATCH 2/4] migration: Add block-bitmap-mapping parameter
` [PATCH 3/4] iotests.py: Add wait_for_runstate()
` [PATCH 4/4] iotests: Test node/bitmap aliases during migration
[PATCH v5 00/12] pc-bios: s390x: Cleanup part 1
2020-06-30 8:48 UTC (5+ messages)
[PATCH] hw/block/nvme: Align I/O BAR to 4 KiB
2020-06-30 8:46 UTC (4+ messages)
[PULL 00/63] riscv-to-apply queue
2020-06-30 8:44 UTC (6+ messages)
[PATCH v2 0/3] virtiofsd capability changes and addition
2020-06-30 8:38 UTC (2+ messages)
[PATCH] iotests.py: Do not wait() before communicate()
2020-06-30 8:37 UTC
[PATCH 0/5] hw/i2c: Rename method names for consistency and add documentation
2020-06-30 8:29 UTC (12+ messages)
` [PATCH 2/5] hw/i2c: Rename i2c_try_create_slave() as i2c_slave_new()
` [PATCH 3/5] hw/i2c: Rename i2c_realize_and_unref() as i2c_slave_realize_and_unref()
` [PATCH 4/5] hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()
` [PATCH 5/5] hw/i2c: Document the I2C qdev helpers
[RFC v2 0/1] memory: Delete assertion in memory_region_unregister_iommu_notifier
2020-06-30 8:29 UTC (9+ messages)
` [RFC v2 1/1] "
[PATCH] hw/misc/pca9552: Add missing TypeInfo::class_size field
2020-06-30 8:14 UTC (4+ messages)
[PATCH] target/i386: Correct the warning message of Intel PT
2020-06-30 6:38 UTC
[PATCH] hw/net/can: Add missing fallthrough statements
2020-06-30 7:55 UTC
[PATCH 0/6] target/riscv: NaN-boxing for multiple precison
2020-06-30 7:37 UTC (7+ messages)
` [PATCH 3/6] target/riscv: Check for LEGAL NaN-boxing
` [PATCH 5/6] target/riscv: Flush not valid NaN-boxing input to canonical NaN
[PATCH v2 0/2] target/m68k: fix physical address translation in m68k_cpu_get_phys_page_debug()
2020-06-30 7:23 UTC (4+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] target/m68k: consolidate physical translation offset into get_physical_address()
[Qemu-devel] [Bug 1805256] [NEW] qemu-img hangs on high core count ARM system
2020-06-30 6:54 UTC (2+ messages)
` [Bug 1805256] Re: qemu-img hangs on rcu_call_ready_event logic in Aarch64 when converting images
[PATCH v2 0/4] smbus: SPD fixes
2020-06-30 6:09 UTC (13+ messages)
` [PATCH v2 2/4] smbus: Fix spd_data_generate() error API violation
[PATCH] disas/sh4: Add missing fallthrough annotations
2020-06-30 6:08 UTC (2+ messages)
Building in Solaris 11.4
2020-06-30 5:10 UTC (5+ messages)
[PATCH v2 00/18] hw/block/nvme: Support Namespace Types and Zoned Namespace Command Set
2020-06-30 4:57 UTC (17+ messages)
` [PATCH v2 01/18] hw/block/nvme: Move NvmeRequest has_sg field to a bit flag
` [PATCH v2 02/18] hw/block/nvme: Define 64 bit cqe.result
` [PATCH v2 03/18] hw/block/nvme: Clean up unused AER definitions
` [PATCH v2 04/18] hw/block/nvme: Add Commands Supported and Effects log
` [PATCH v2 05/18] hw/block/nvme: Introduce the Namespace Types definitions
[PATCH 0/3] hw/block/nvme: bump to v1.4
2020-06-30 4:31 UTC (4+ messages)
` [PATCH 1/3] hw/block/nvme: add NVMe 1.4 specific fields
` [PATCH 2/3] hw/block/nvme: add commands supported and effects log page
` [PATCH 3/3] hw/block/nvme: add trace event for requests with non-zero status code
[Bug 1869858] Re: qemu can't start Windows10arm64 19H1(with kvm)
2020-06-30 4:17 UTC
[PATCH] hw/block/nvme: add support for dulbe
2020-06-30 4:23 UTC
[PATCH] hw/block/nvme: make lba data size configurable
2020-06-30 4:19 UTC
[PATCH 0/2] Fix couple of issues with AMD topology
2020-06-30 2:48 UTC (11+ messages)
` [PATCH 1/2] hw/386: Fix uninitialized memory with -device and CPU hotplug
[PATCH v3 0/3] Add OpenSBI dynamic firmware support
2020-06-30 1:04 UTC (9+ messages)
` [PATCH v3 2/3] RISC-V: Copy the fdt in dram instead of ROM
[PATCH] hw/ppc/ppc4xx: Only accept (combination of) pow2 DDR sizes
2020-06-30 1:03 UTC (2+ messages)
[PATCH 8/9] Skipping sys/syscall.h inclusion as only used in qemu_signalfd anyway
2020-06-29 21:48 UTC
[PATCH 5/9] Define SIGIO constant with SIGPOLL equivalence
2020-06-29 21:48 UTC
[PATCH 6/9] Including endian.h for bswap operations
2020-06-29 21:48 UTC
[PATCH 9/9] Implementing qemu_init_exec_dir
2020-06-29 21:48 UTC
[PATCH 4/9] Checking sys/signal.h presence
2020-06-29 21:48 UTC
[PATCH 2/9] Enabling *pty api
2020-06-29 21:48 UTC
[PATCH 3/9] Checking mlockall symbol presence
2020-06-29 21:48 UTC
PATCH [0/9]: haiku build fix
2020-06-29 21:48 UTC
[PATCH 1/9] Enabling BSD symbols
2020-06-29 21:48 UTC
[PATCH 00/10] RFC: Move SPICE to a load module
2020-06-29 23:37 UTC (12+ messages)
` [PATCH 04/10] spice: Move all the spice-related code in spice-app.so
` [PATCH 05/10] build: Avoid build failure when building drivers as modules
` [PATCH 08/10] build: Add SPICE_CFLAGS and SPICE_LIBS to relevant files
` [PATCH 09/10] spice: Put spice functions in a separate load module
QEMU | Pipeline #161336114 has failed for master | fc1bff95
2020-06-29 22:23 UTC
[PATCH v2 0/4] hw/block/nvme: support multiple namespaces
2020-06-29 21:48 UTC (5+ messages)
` [PATCH v2 1/4] hw/block/nvme: refactor identify active namespace id list
` [PATCH v2 2/4] hw/block/nvme: support multiple namespaces
` [PATCH v2 3/4] pci: allocate pci id for nvme
` [PATCH v2 4/4] hw/block/nvme: change controller pci id
[PATCH 0/2] hw/block/nvme: handle transient dma errors
2020-06-29 21:34 UTC (5+ messages)
` [PATCH 1/2] pci: pass along the return value of dma_memory_rw
` [PATCH 2/2] hw/block/nvme: handle dma errors
[PATCH 0/4] hw/block/nvme: support multiple namespaces
2020-06-29 20:43 UTC (5+ messages)
` [PATCH 1/4] hw/block/nvme: refactor identify active namespace id list
` [PATCH 2/4] hw/block/nvme: support multiple namespaces
` [PATCH 3/4] pci: allocate pci id for nvme
` [PATCH 4/4] hw/block/nvme: change controller pci id
[PATCH 0/3] hw/block/nvme: support scatter gather lists
2020-06-29 20:31 UTC (4+ messages)
` [PATCH 1/3] hw/block/nvme: harden cmb access
` [PATCH 2/3] hw/block/nvme: add support for scatter gather lists
` [PATCH 3/3] hw/block/nvme: add support for sgl bit bucket descriptor
[Bug 1878645] [NEW] null-ptr dereference in tcg_handle_interrupt
2020-06-29 20:08 UTC (7+ messages)
` [Bug 1878645] "
` [Bug 1878645] Re: null-ptr dereference in ich9_apm_ctrl_changed
[Bug 1884990] [NEW] Cirrus graphics results in monochrome colour depth at 640x480 resolution
2020-06-29 20:05 UTC (3+ messages)
` [Bug 1884990] "
[PATCH 00/17] hw/block/nvme: AIO and address mapping refactoring
2020-06-29 19:50 UTC (18+ messages)
` [PATCH 01/17] hw/block/nvme: memset preallocated requests structures
` [PATCH 02/17] hw/block/nvme: add mapping helpers
` [PATCH 03/17] hw/block/nvme: replace dma_acct with blk_acct equivalent
` [PATCH 04/17] hw/block/nvme: remove redundant has_sg member
` [PATCH 05/17] hw/block/nvme: refactor dma read/write
` [PATCH 06/17] hw/block/nvme: pass request along for tracing
` [PATCH 07/17] hw/block/nvme: add request mapping helper
` [PATCH 08/17] hw/block/nvme: verify validity of prp lists in the cmb
` [PATCH 09/17] hw/block/nvme: refactor request bounds checking
` [PATCH 10/17] hw/block/nvme: add check for mdts
` [PATCH 11/17] hw/block/nvme: be consistent about zeros vs zeroes
` [PATCH 12/17] hw/block/nvme: refactor NvmeRequest clearing
` [PATCH 13/17] hw/block/nvme: consolidate qsg/iov clearing
` [PATCH 14/17] hw/block/nvme: remove NvmeCmd parameter
` [PATCH 15/17] hw/block/nvme: allow multiple aios per command
` [PATCH 16/17] hw/block/nvme: add nvme_check_rw helper
` [PATCH 17/17] hw/block/nvme: use preallocated qsg/iov in nvme_dma_prp
[PATCH] target/m68k: fix physical address translation in m68k_cpu_get_phys_page_debug()
2020-06-29 19:50 UTC (3+ messages)
[PATCH 00/17] spitz: fix hacks, fix CID 1421913, various cleanups
2020-06-29 19:38 UTC (7+ messages)
` [PATCH 01/17] hw/arm/spitz: Detabify
` [PATCH 03/17] hw/arm/spitz: Keep pointers to MPU and SSI devices in SpitzMachineState
` [PATCH 04/17] hw/arm/spitz: Keep pointers to scp0, scp1 "
[PATCH v2 0/3] Make hcd-xhci independent of pci hooks
2020-06-29 19:38 UTC (7+ messages)
` [PATCH v2 3/3] usb/hcd-xhci: Split pci wrapper for xhci base model
[PATCH v5 0/3] Avoid abort on QMP attempt to add an object with duplicate id
2020-06-29 19:34 UTC (4+ messages)
` [PATCH v5 1/3] qom: Introduce object_property_try_add_child()
` [PATCH v5 2/3] tests/qmp-cmd-test: Add qmp/object-add-duplicate-id
` [PATCH v5 3/3] tests/qmp-cmd-test: Add qmp/object-add-failure-modes
[PATCH v7 0/8] Mac Old World ROM experiment
2020-06-29 18:55 UTC (9+ 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 v7 8/8] mac_oldworld: Add SPD data to cover RAM
` [PATCH v7 6/8] i2c: Match parameters of i2c_start_transfer and i2c_send_recv
` [PATCH v7 3/8] mac_oldworld: Drop a variable, use get_system_memory() directly
` [PATCH v7 2/8] mac_newworld: Allow loading binary ROM image
` [RFC PATCH v7 7/8] WIP macio/cuda: Attempt to add i2c support
` [PATCH v7 4/8] mac_oldworld: Drop some variables
[PATCH] net: tap: check if the file descriptor is valid before using it
2020-06-29 19:30 UTC (5+ messages)
[PATCH 00/17] hw/block/nvme: bump to v1.3
2020-06-29 18:26 UTC (18+ messages)
` [PATCH 01/17] hw/block/nvme: bump spec data structures "
` [PATCH 02/17] hw/block/nvme: additional tracing
` [PATCH 03/17] hw/block/nvme: add support for the abort command
` [PATCH 04/17] hw/block/nvme: add temperature threshold feature
` [PATCH 05/17] hw/block/nvme: mark fw slot 1 as read-only
` [PATCH 06/17] hw/block/nvme: add support for the get log page command
` [PATCH 07/17] hw/block/nvme: add support for the asynchronous event request command
` [PATCH 08/17] hw/block/nvme: move NvmeFeatureVal into hw/block/nvme.h
` [PATCH 09/17] hw/block/nvme: flush write cache when disabled
` [PATCH 10/17] hw/block/nvme: fix missing endian conversion
` [PATCH 11/17] hw/block/nvme: add remaining mandatory controller parameters
` [PATCH 12/17] hw/block/nvme: support the get/set features select and save fields
` [PATCH 13/17] hw/block/nvme: make sure ncqr and nsqr is valid
` [PATCH 14/17] hw/block/nvme: support identify namespace descriptor list
` [PATCH 15/17] hw/block/nvme: enforce valid queue creation sequence
` [PATCH 16/17] hw/block/nvme: provide the mandatory subnqn field
` [PATCH 17/17] hw/block/nvme: bump supported version to v1.3
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).