qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-10 11:09:03 to 2020-09-10 18:44:14 UTC [more...]

[PULL 00/33] QOM boilerplate cleanup (v4)
 2020-09-10 18:21 UTC  (13+ messages)
` [PULL 01/33] memory: Remove kernel-doc comment marker
` [PULL 02/33] qom: make object_ref/unref use a void * instead of Object *
` [PULL 03/33] qom: provide convenient macros for declaring and defining types
` [PULL 04/33] qom: Allow class type name to be specified in OBJECT_DECLARE*
` [PULL 05/33] qom: DECLARE_*_CHECKERS macros
` [PULL 06/33] qom: Make type checker functions accept const pointers
` [PULL 12/33] Use OBJECT_DECLARE_TYPE where possible
` [PULL 13/33] Use OBJECT_DECLARE_SIMPLE_TYPE when possible
` [PULL 14/33] gpex: Fix type checking function name
` [PULL 17/33] vfio: Rename VFIO_AP_DEVICE_TYPE to TYPE_VFIO_AP_DEVICE
` [PULL 19/33] ahci: Rename ICH_AHCI to ICH9_AHCI
` [PULL 23/33] sabre: Rename SABRE_DEVICE to SABRE

[PULL 00/30] riscv-to-apply queue
 2020-09-10 18:09 UTC  (30+ messages)
` [PULL 01/30] target/riscv: Fix bug in getting trap cause name for trace_riscv_trap
` [PULL 02/30] riscv: sifive_test: Allow 16-bit writes to memory region
` [PULL 03/30] target/riscv: cpu: Add a new 'resetvec' property
` [PULL 04/30] hw/riscv: hart: "
` [PULL 05/30] target/riscv: cpu: Set reset vector based on the configured property value
` [PULL 06/30] hw/riscv: Initial support for Microchip PolarFire SoC Icicle Kit board
` [PULL 07/30] hw/char: Add Microchip PolarFire SoC MMUART emulation
` [PULL 08/30] hw/riscv: microchip_pfsoc: Connect 5 MMUARTs
` [PULL 09/30] hw/sd: Add Cadence SDHCI emulation
` [PULL 10/30] hw/riscv: microchip_pfsoc: Connect a Cadence SDHCI controller and an SD card
` [PULL 11/30] hw/dma: Add SiFive platform DMA controller emulation
` [PULL 12/30] hw/riscv: microchip_pfsoc: Connect a DMA controller
` [PULL 13/30] hw/net: cadence_gem: Add a new 'phy-addr' property
` [PULL 14/30] hw/arm: xlnx: Set all boards' GEM 'phy-addr' property value to 23
` [PULL 15/30] hw/riscv: microchip_pfsoc: Connect 2 Cadence GEMs
` [PULL 16/30] hw/riscv: microchip_pfsoc: Hook GPIO controllers
` [PULL 17/30] hw/riscv: clint: Avoid using hard-coded timebase frequency
` [PULL 18/30] hw/riscv: sifive_u: Connect a DMA controller
` [PULL 19/30] hw/riscv: Move sifive_e_prci model to hw/misc
` [PULL 20/30] hw/riscv: Move sifive_u_prci "
` [PULL 21/30] hw/riscv: Move sifive_u_otp "
` [PULL 22/30] hw/riscv: Move sifive_gpio model to hw/gpio
` [PULL 23/30] hw/riscv: Move sifive_clint model to hw/intc
` [PULL 24/30] hw/riscv: Move sifive_plic "
` [PULL 25/30] hw/riscv: Move riscv_htif model to hw/char
` [PULL 26/30] hw/riscv: Move sifive_uart "
` [PULL 27/30] hw/riscv: Move sifive_test model to hw/misc
` [PULL 28/30] hw/riscv: Always build riscv_hart.c
` [PULL 29/30] hw/riscv: Drop CONFIG_SIFIVE

[PULL 00/30] riscv-to-apply queue
 2020-09-10 18:08 UTC 

[PATCH 00/77] Patch Round-up for stable 5.0.1, freeze on 2020-09-10
 2020-09-10 18:16 UTC  (4+ messages)

[PATCH v7 17/25] cirrus: Building freebsd in a single short
 2020-09-10 18:00 UTC  (4+ messages)

device compatibility interface for live migration with assigned devices
 2020-09-10 18:02 UTC  (14+ messages)

[Bug 1895053] [NEW] Cannot nspawn raspbian 10 [FAILED] Failed to start Journal Service
 2020-09-10 17:51 UTC  (6+ messages)
` [Bug 1895053] "

[PATCH v5 0/8] s390: Extended-Length SCCB & DIAGNOSE 0x318
 2020-09-10 17:56 UTC  (8+ messages)
` [PATCH v5 2/8] s390/sclp: rework sclp boundary checks
` [PATCH v5 3/8] s390/sclp: read sccb from mem based on provided length
` [PATCH v5 7/8] s390/kvm: header sync for diag318

Master cannot execute MTE instructions
 2020-09-10 17:49 UTC  (4+ messages)

[PATCH] PoC: Rust binding for QAPI (qemu-ga only, for now)
 2020-09-10 17:48 UTC 

[PATCH v3 0/2] Skip copy-on-write when allocating a zero cluster
 2020-09-10 17:46 UTC  (3+ messages)
` [PATCH v3 1/2] qcow2: Report BDRV_BLOCK_ZERO more accurately in bdrv_co_block_status()
` [PATCH v3 2/2] qcow2: Skip copy-on-write when allocating a zero cluster

[PATCH 0/5] handle M-profile in fp16_arith isar_feature test
 2020-09-10 17:38 UTC  (6+ messages)
` [PATCH 1/5] target/arm: Replace ARM_FEATURE_PXN with ID_MMFR0.VMSA check
` [PATCH 2/5] target/arm: Move id_pfr0, id_pfr1 into ARMISARegisters
` [PATCH 3/5] hw/intc/armv7m_nvic: Only show ID register values for Main Extension CPUs
` [PATCH 4/5] target/arm: Add ID register values for Cortex-M0
` [PATCH 5/5] target/arm: Make isar_feature_aa32_fp16_arith() handle M-profile

[PATCH v7 00/12] *** A Method for evaluating dirty page rate ***
 2020-09-10 17:36 UTC  (16+ messages)
` [PATCH v7 02/12] migration/dirtyrate: add DirtyRateStatus to denote calculation status
` [PATCH v7 04/12] migration/dirtyrate: Add dirtyrate statistics series functions
` [PATCH v7 06/12] migration/dirtyrate: Record hash results for each sampled page
` [PATCH v7 07/12] migration/dirtyrate: Compare page hash results for recorded "
` [PATCH v7 09/12] migration/dirtyrate: Implement set_sample_page_period() and get_sample_page_period()
` [PATCH v7 10/12] migration/dirtyrate: Implement calculate_dirtyrate() function
` [PATCH v7 11/12] migration/dirtyrate: Implement qmp_cal_dirty_rate()/qmp_get_dirty_rate() function

[PATCH 00/14] block: deal with errp: part I
 2020-09-10 17:24 UTC  (15+ messages)
` [PATCH 01/14] block: return status from bdrv_append and friends
` [PATCH 02/14] block: use return status of bdrv_append()
` [PATCH 03/14] block: check return value of bdrv_open_child and drop error propagation
` [PATCH 04/14] blockdev: fix drive_backup_prepare() missed error
` [PATCH 05/14] block: drop extra error propagation for bdrv_set_backing_hd
` [PATCH 06/14] block/mirror: drop extra error propagation in commit_active_start()
` [PATCH 07/14] block/blklogwrites: drop error propagation

[PATCH 0/1] accel/tcg: Fix computing is_write for mips
 2020-09-10 17:18 UTC  (3+ messages)
  ` [PATCH 1/1] "

[PATCH 00/10] edk2: adopt the edk2-stable202008 release
 2020-09-10 17:16 UTC  (18+ messages)
` [PATCH 05/10] roms/edk2: update submodule from edk2-stable201905 to edk2-stable202008
` [PATCH 08/10] pc-bios: refresh edk2 build artifacts for edk2-stable202008
` [PATCH 09/10] pc-bios: update the README file with edk2-stable202008 information
` [PATCH 10/10] tests: acpi: update "virt/SSDT.memhp" for edk2-stable202008

[PATCH v1 0/3] unit tests for change 'do not add hotplug related amls for cold plugged bridges'
 2020-09-10 17:04 UTC  (3+ messages)
` [PATCH v1 2/3] tests/acpi: unit test for 'acpi-pci-hotplug-with-bridge-support' bridge flag

[PATCH] qemu-img: avoid unaligned read requests during convert
 2020-09-10 16:58 UTC  (2+ messages)

[PATCH] oss-fuzz: move linker arg to fix coverage-build
 2020-09-10 16:39 UTC  (4+ messages)

[PATCH v6 0/4] util/vfio-helpers: Add support for multiple IRQs
 2020-09-10 16:37 UTC  (6+ messages)
` [PATCH v6 3/4] util/vfio-helpers: Introduce qemu_vfio_pci_init_msix_irqs()

[PATCH] pci: advertise a page aligned ATS
 2020-09-10 16:23 UTC  (4+ messages)

[PATCH v2] block/vhdx: Support vhdx image only with 512 bytes logical sector size
 2020-09-10 16:19 UTC  (4+ messages)

[PATCH 00/29] block/export: Add infrastructure and QAPI for block exports
 2020-09-10 16:11 UTC  (31+ messages)
` [PATCH 09/29] nbd: Add writethrough to block-export-add
` [PATCH 14/29] block/export: Move AioContext from NBDExport to BlockExport
` [PATCH 15/29] block/export: Add node-name to BlockExportOptions
` [PATCH 17/29] block/export: Add blk_exp_close_all(_type)
` [PATCH 18/29] block/export: Add 'id' option to block-export-add
` [PATCH 19/29] block/export: Move strong user reference to block_exports
` [PATCH 21/29] block/export: Add BLOCK_EXPORT_DELETED event
` [PATCH 23/29] block/export: Create BlockBackend in blk_exp_add()
` [PATCH 24/29] block/export: Add query-block-exports
` [PATCH 25/29] block/export: Move writable to BlockExportOptions
` [PATCH 26/29] nbd: Merge nbd_export_new() and nbd_export_create()
` [PATCH 27/29] nbd: Deprecate nbd-server-add/remove
` [PATCH 28/29] iotests: Factor out qemu_tool_pipe_and_status()
` [PATCH 29/29] iotests: Test block-export-* QMP interface

[PATCH 00/20] RX target update
 2020-09-10 16:06 UTC  (3+ messages)

[PATCH v2 0/2] MTE support for KVM guest
 2020-09-10 15:36 UTC  (18+ messages)
` [PATCH v2 2/2] arm64: kvm: Introduce MTE VCPU feature

[PATCH v4 0/9] user-mode: Prune build dependencies (part 2)
 2020-09-10 15:28 UTC  (11+ messages)
` [PATCH v4 1/9] target/i386: Restrict X86CPUFeatureWord to X86 targets
` [PATCH v4 2/9] qapi: Restrict LostTickPolicy enum to machine code
` [PATCH v4 3/9] qapi: Correct balloon documentation
` [PATCH v4 4/9] qapi: Restrict balloon-related commands to machine code
` [PATCH v4 5/9] qapi: Restrict query-vm-generation-id command "
` [PATCH v4 6/9] qapi: Restrict query-uuid "
` [PATCH v4 7/9] qapi: Restrict device memory commands "
` [PATCH v4 8/9] qapi: Extract ACPI commands to 'acpi.json'
` [PATCH v4 9/9] qapi: Extract PCI commands to 'pci.json'

[PATCH v2 0/3] hw/sd/sdhci: Fix DMA Transfer Block Size field width
 2020-09-10 14:49 UTC  (2+ messages)

[PATCH v2 0/2] hw/timer/hpet: Trivial format string fix
 2020-09-10 14:50 UTC  (6+ messages)
` [PATCH v2 1/2] hw/timer/hpet: Remove dead code
` [PATCH v2 2/2] hw/timer/hpet: Fix DPRINTF format string

[PATCH 0/4] hw/sd/sdhci: Strengthen multiple DMA transfers
 2020-09-10 14:47 UTC  (2+ messages)

[PATCH v2 0/3] docs: add qemu-storage-daemon documentation
 2020-09-10 14:44 UTC  (4+ messages)
` [PATCH v2 1/3] docs: generate qemu-storage-daemon-qmp-ref(7) man page
` [PATCH v2 2/3] docs: add qemu-storage-daemon(1) "
` [PATCH v2 3/3] MAINTAINERS: add Kevin Wolf as storage daemon maintainer

[RFC] QEMU as Xcode project on macOS
 2020-09-10 14:40 UTC  (8+ messages)

[RFC 0/4] Add a 'in_mmio' device flag to avoid the DMA to MMIO
 2020-09-10 14:37 UTC  (7+ messages)
` [RFC 1/4] memory: add memory_region_init_io_with_dev interface

[RFC][PATCH v1 0/7] *** Add Multifd support for TLS migration ***
 2020-09-10 13:57 UTC  (19+ messages)
` [PATCH v1 1/7] migration/tls: save hostname into MigrationState
` [PATCH v1 2/7] migration/tls: extract migration_tls_client_create for common-use
` [PATCH v1 3/7] migration/tls: add MigrationState into MultiFDSendParams
` [PATCH v1 4/7] migration/tls: extract cleanup function for common-use
` [PATCH v1 5/7] migration/tls: add support for tls check
` [PATCH v1 6/7] migration/tls: add support for multifd tls-handshake
` [PATCH v1 7/7] migration/tls: add trace points for multifd-tls

[PATCH] lockable.h: always define unknown_lock_type
 2020-09-10  2:36 UTC 

[PATCH v7 00/13] monitor: Optionally run handlers in coroutines
 2020-09-10 13:24 UTC  (2+ messages)

[PULL 00/10] testing and other mix fixes
 2020-09-10 13:15 UTC  (11+ messages)
` [PULL 01/10] CODING_STYLE.rst: flesh out our naming conventions
` [PULL 02/10] usb-host: restrict workaround to new libusb versions
` [PULL 03/10] tests/meson.build: fp tests don't need CONFIG_TCG
` [PULL 04/10] target/mips: simplify gen_compute_imm_branch logic
` [PULL 05/10] docs/system/deprecated: mark ppc64abi32-linux-user for deprecation
` [PULL 06/10] configure: don't enable ppc64abi32-linux-user by default
` [PULL 07/10] hw/i386: make explicit clearing of pch_rev_id
` [PULL 08/10] tests: bump avocado version
` [PULL 09/10] tests/acceptance: Add Test.fetch_asset(cancel_on_missing=True)
` [PULL 10/10] plugins: move the more involved plugins to contrib

[PATCH v6 0/8] block: improve error reporting for unsupported O_DIRECT
 2020-09-10 13:07 UTC  (2+ messages)

[PATCH 0/2] hw/timer/hpet: Fix compiler errors with -DHPET_DEBUG
 2020-09-10 12:53 UTC  (3+ messages)

[PATCH 0/2] Fix error handling in preallocate_co()
 2020-09-10 12:37 UTC  (2+ messages)

[PATCH v4 0/7] vhost-user-blk: fix the migration issue and enhance qtests
 2020-09-10 12:18 UTC  (4+ messages)
` [PATCH v4 1/7] vhost: recheck dev state in the vhost_migration_log routine

[PATCH] qcow2: Return the original error code in qcow2_co_pwrite_zeroes()
 2020-09-10 12:12 UTC  (2+ messages)

[PATCH v2] qcow2: Skip copy-on-write when allocating a zero cluster
 2020-09-10 12:04 UTC  (3+ messages)

[PULL v2] Block layer patches
 2020-09-10 11:54 UTC  (5+ messages)

[for-5.2 v4 00/10] Generalize memory encryption models
 2020-09-10 11:36 UTC  (4+ messages)
` [for-5.2 v4 10/10] s390: Recognize host-trust-limitation option

[PATCH 0/6] misc: Some inclusive terminology changes
 2020-09-10 11:36 UTC  (5+ messages)
` [PATCH 5/6] hw/pci-host/q35: Rename PCI 'black hole as '(memory) hole'

[PATCH] Fix video playback slowdown when spice client no audio enabled
 2020-09-10 11:17 UTC 

[PATCH v7 00/25] W32, W64 msys2/mingw patches
 2020-09-10 11:20 UTC  (3+ messages)
` [PATCH v7 15/25] meson: remove empty else and duplicated gio deps

[PATCH v4 0/4] nbd: reduce max_block restrictions
 2020-09-10 11:12 UTC  (4+ messages)
` [PATCH v4 2/4] block/nbd: define new max_write_zero_fast limit

[RFC v10 00/25] intel_iommu: expose Shared Virtual Addressing to VMs
 2020-09-10 10:56 UTC  (3+ messages)
` [RFC v10 16/25] vfio: add bind stage-1 page table support
` [RFC v10 25/25] intel_iommu: modify x-scalable-mode to be string option


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