qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-22 10:57:57 to 2022-06-23 10:07:21 UTC [more...]

[PULL 00/33] migration queue
 2022-06-23  9:28 UTC  (26+ messages)
` [PULL 01/33] migration: Remove RDMA_UNREGISTRATION_EXAMPLE
` [PULL 02/33] QIOChannelSocket: Introduce assert and reduce ifdefs to improve readability
` [PULL 03/33] QIOChannelSocket: Fix zero-copy send so socket flush works
` [PULL 04/33] migration: Change zero_copy_send from migration parameter to migration capability
` [PULL 05/33] io: add a QIOChannelNull equivalent to /dev/null
` [PULL 06/33] migration: switch to use QIOChannelNull for dummy channel
` [PULL 07/33] migration: remove unreachble RDMA code in save_hook impl
` [PULL 08/33] migration: rename rate limiting fields in QEMUFile
` [PULL 09/33] migration: rename 'pos' field in QEMUFile to 'bytes_processed'
` [PULL 10/33] migration: rename qemu_ftell to qemu_file_total_transferred
` [PULL 11/33] migration: rename qemu_update_position to qemu_file_credit_transfer
` [PULL 13/33] migration: introduce a QIOChannel impl for BlockDriverState VMState
` [PULL 14/33] migration: convert savevm to use QIOChannelBlock for VMState
` [PULL 15/33] migration: stop passing 'opaque' parameter to QEMUFile hooks
` [PULL 17/33] migration: introduce new constructors for QEMUFile
` [PULL 18/33] migration: remove unused QEMUFileGetFD typedef / qemu_get_fd method
` [PULL 19/33] migration: remove the QEMUFileOps 'shut_down' callback
` [PULL 20/33] migration: remove the QEMUFileOps 'set_blocking' callback
` [PULL 21/33] migration: remove the QEMUFileOps 'close' callback
` [PULL 22/33] migration: remove the QEMUFileOps 'get_buffer' callback
` [PULL 23/33] migration: remove the QEMUFileOps 'writev_buffer' callback
` [PULL 25/33] migration: remove the QEMUFileOps abstraction
` [PULL 26/33] accel/kvm/kvm-all: Refactor per-vcpu dirty ring reaping
` [PULL 27/33] cpus: Introduce cpu_list_generation_id
` [PULL 32/33] softmmu/dirtylimit: Implement dirty page rate limit

AIX 7.2 guest, Windows 10 host, networking, qemu 6.0.50
 2022-06-23  9:04 UTC  (4+ messages)

[PATCH v19 00/13] Add LoongArch linux-user emulation support
 2022-06-23  8:55 UTC  (14+ messages)
` [PATCH v19 01/13] linux-user: Add LoongArch generic header files
` [PATCH v19 02/13] linux-user: Add LoongArch signal support
` [PATCH v19 03/13] linux-user: Add LoongArch elf support
` [PATCH v19 04/13] linux-user: Add LoongArch syscall support
` [PATCH v19 05/13] linux-user: Add LoongArch cpu_loop support
` [PATCH v19 06/13] scripts: add loongarch64 binfmt config
` [PATCH v19 07/13] target/loongarch: remove badaddr from CPULoongArch
` [PATCH v19 08/13] target/loongarch: Fix missing update CSR_BADV
` [PATCH v19 09/13] target/loongarch: Fix helper_asrtle_d/asrtgt_d raise wrong exception
` [PATCH v19 10/13] target/loongarch: remove unused include hw/loader.h
` [PATCH v19 11/13] target/loongarch: Adjust functions and structure to support user-mode
` [PATCH v19 12/13] default-configs: Add loongarch linux-user support
` [PATCH v19 13/13] target/loongarch: Update README

[PULL 00/33] migration queue
 2022-06-23  8:55 UTC  (40+ messages)
` [PULL 01/33] migration: Remove RDMA_UNREGISTRATION_EXAMPLE
` [PULL 02/33] QIOChannelSocket: Introduce assert and reduce ifdefs to improve readability
` [PULL 03/33] QIOChannelSocket: Fix zero-copy send so socket flush works
` [PULL 04/33] migration: Change zero_copy_send from migration parameter to migration capability
` [PULL 05/33] io: add a QIOChannelNull equivalent to /dev/null
` [PULL 06/33] migration: switch to use QIOChannelNull for dummy channel
` [PULL 07/33] migration: remove unreachble RDMA code in save_hook impl
` [PULL 08/33] migration: rename rate limiting fields in QEMUFile
` [PULL 09/33] migration: rename 'pos' field in QEMUFile to 'bytes_processed'
` [PULL 10/33] migration: rename qemu_ftell to qemu_file_total_transferred
` [PULL 11/33] migration: rename qemu_update_position to qemu_file_credit_transfer
` [PULL 12/33] migration: rename qemu_file_update_transfer to qemu_file_acct_rate_limit
` [PULL 13/33] migration: introduce a QIOChannel impl for BlockDriverState VMState
` [PULL 14/33] migration: convert savevm to use QIOChannelBlock for VMState
` [PULL 15/33] migration: stop passing 'opaque' parameter to QEMUFile hooks
` [PULL 16/33] migration: hardcode assumption that QEMUFile is backed with QIOChannel
` [PULL 17/33] migration: introduce new constructors for QEMUFile
` [PULL 18/33] migration: remove unused QEMUFileGetFD typedef / qemu_get_fd method
` [PULL 19/33] migration: remove the QEMUFileOps 'shut_down' callback
` [PULL 20/33] migration: remove the QEMUFileOps 'set_blocking' callback
` [PULL 21/33] migration: remove the QEMUFileOps 'close' callback
` [PULL 22/33] migration: remove the QEMUFileOps 'get_buffer' callback
` [PULL 23/33] migration: remove the QEMUFileOps 'writev_buffer' callback
` [PULL 24/33] migration: remove the QEMUFileOps 'get_return_path' callback
` [PULL 25/33] migration: remove the QEMUFileOps abstraction
` [PULL 26/33] accel/kvm/kvm-all: Refactor per-vcpu dirty ring reaping
` [PULL 27/33] cpus: Introduce cpu_list_generation_id
` [PULL 28/33] migration/dirtyrate: Refactor dirty page rate calculation
` [PULL 29/33] softmmu/dirtylimit: Implement vCPU dirtyrate calculation periodically
` [PULL 30/33] accel/kvm/kvm-all: Introduce kvm_dirty_ring_size function
` [PULL 31/33] softmmu/dirtylimit: Implement virtual CPU throttle
` [PULL 32/33] softmmu/dirtylimit: Implement dirty page rate limit
` [PULL 33/33] tests: Add dirty page rate limit test

[PATCH v7 00/18] job: replace AioContext lock with job_mutex
 2022-06-23  9:08 UTC  (10+ messages)
` [PATCH v7 05/18] job.h: add _locked duplicates for job API functions called with and without job_mutex
` [PATCH v7 10/18] jobs: rename static functions called with job_mutex held

[PATCH v3] virtio-iommu: Fix the partial copy of probe request
 2022-06-23  8:50 UTC  (3+ messages)

[PATCH 0/2] pc-bios/s390-ccw: Two fixes for the virtio initialization
 2022-06-23  8:44 UTC  (6+ messages)
` [PATCH 1/2] pc-bios/s390-ccw/virtio: Set missing status bits while initializing
` [PATCH 2/2] pc-bios/s390-ccw/virtio: Read device config after feature negotiation

[PATCH v2] virtio-iommu: Fix the partial copy of probe request
 2022-06-23  8:41 UTC  (7+ messages)

[PATCH 0/9] Preliminary patches for subproject split
 2022-06-23  8:10 UTC  (4+ messages)
` [PATCH 8/9] scripts/qapi-gen: add -i option

[PATCH qemu] spapr/ddw: Implement 64bit query extension
 2022-06-23  7:31 UTC 

[PATCH v2 0/7] semihosting: proper QEMU exit on semihosted exit syscall
 2022-06-23  7:16 UTC  (5+ messages)
` [PATCH v2 2/7] semihosting: add the semihosting_exit_request function

[PATCH 0/9] Add Qualcomm BMC machines
 2022-06-23  6:48 UTC  (21+ messages)
` [PATCH 1/9] hw/arm/aspeed: add support for the Qualcomm EVB proto board
` [PATCH 2/9] hw/arm/aspeed: add support for the Qualcomm DC-SCM v1 board
` [PATCH 3/9] hw/arm/aspeed: qcom-dc-scm-v1: add block backed FRU device
` [PATCH 4/9] hw/arm/aspeed: add Qualcomm Firework machine and "
` [PATCH 5/9] hw/i2c: pmbus: Page #255 is valid page for read requests
` [PATCH 6/9] hw/sensor: add Maxim MAX31785 device
` [PATCH 7/9] hw/arm/aspeed: firework: Add MAX31785 Fan controllers
` [PATCH 8/9] hw/arm/aspeed: firework: Add Thermal Diodes
` [PATCH 9/9] hw/arm/aspeed: firework: add I2C MUXes for VR channels

[RFC PATCH] qemu-options: bring the kernel and image options together
 2022-06-23  6:22 UTC  (2+ messages)

[PATCH] fuzz: only use generic-fuzz targets on oss-fuzz
 2022-06-23  6:14 UTC  (5+ messages)

[PATCH] hw/riscv: boot: Reduce FDT address alignment constraints
 2022-06-23  5:45 UTC  (4+ messages)

[PATCH v5 0/5] i386/pc: Fix creation of >= 1010G guests on AMD systems with IOMMU
 2022-06-22 23:18 UTC  (3+ messages)

[PATCH] softmmu/physmem: Fix input parameters for flatview_access_allowed()
 2022-06-22 21:02 UTC  (2+ messages)

[PATCH] memory: Fix wrong end address dump
 2022-06-22 21:05 UTC  (2+ messages)

[PATCH v8 00/15] migration: Postcopy Preemption
 2022-06-22 20:49 UTC  (16+ messages)
` [PATCH v8 01/15] fixup! migration: remove the QEMUFileOps 'get_buffer' callback
` [PATCH v8 02/15] migration: Add postcopy-preempt capability
` [PATCH v8 03/15] migration: Postcopy preemption preparation on channel creation
` [PATCH v8 04/15] migration: Postcopy preemption enablement
` [PATCH v8 05/15] migration: Postcopy recover with preempt enabled
` [PATCH v8 06/15] migration: Create the postcopy preempt channel asynchronously
` [PATCH v8 07/15] migration: Add property x-postcopy-preempt-break-huge
` [PATCH v8 08/15] migration: Add helpers to detect TLS capability
` [PATCH v8 09/15] migration: Export tls-[creds|hostname|authz] params to cmdline too
` [PATCH v8 10/15] migration: Enable TLS for preempt channel
` [PATCH v8 11/15] migration: Respect postcopy request order in preemption mode
` [PATCH v8 12/15] tests: Move MigrateCommon upper
` [PATCH v8 13/15] tests: Add postcopy tls migration test
` [PATCH v8 14/15] tests: Add postcopy tls recovery "
` [PATCH v8 15/15] tests: Add postcopy preempt tests

[PATCH v4 00/53] semihosting cleanup
 2022-06-22 19:48 UTC  (16+ messages)
` [PATCH v4 27/53] semihosting: Split out semihost_sys_open
` [PATCH v4 28/53] semihosting: Split out semihost_sys_close
` [PATCH v4 29/53] semihosting: Split out semihost_sys_read
` [PATCH v4 30/53] semihosting: Split out semihost_sys_write
` [PATCH v4 31/53] semihosting: Bound length for semihost_sys_{read, write}
` [PATCH v4 32/53] semihosting: Split out semihost_sys_lseek
` [PATCH v4 33/53] semihosting: Split out semihost_sys_isatty

[PATCH] target/ppc: Change FPSCR_* to follow POWER ISA numbering convention
 2022-06-22 19:32 UTC 

[PATCH 0/2] build: make tests/tcg compiler detection code more generic
 2022-06-22 17:30 UTC  (5+ messages)
` [PATCH 1/2] tests/tcg: compile system emulation tests as freestanding
` [PATCH 2/2] build: try both native and cross compilers for linux-user tests

[RFC PATCH] target/ppc: Implement hashst(p) and hashchk(p) instructions
 2022-06-22 17:19 UTC 

[RFC PATCH v3 00/11] qapi: net: add unix socket type support to netdev backend
 2022-06-22 16:18 UTC  (8+ messages)
` [RFC PATCH v3 04/11] qapi: net: add stream and dgram netdevs

[PULL 00/19] aspeed queue
 2022-06-22 15:52 UTC  (2+ messages)

[PATCH] audio/dbus: fix building
 2022-06-22 15:49 UTC 

[PATCH v7 0/8] s390x/pci: zPCI interpretation support
 2022-06-22 15:20 UTC  (7+ messages)
` [PATCH v7 3/8] s390x/pci: enable for load/store intepretation
` [PATCH v7 8/8] s390x/s390-virtio-ccw: add zpcii-disable machine property

[PULL 00/25] Migration 20220621 patches
 2022-06-22 15:19 UTC  (3+ messages)

[RFC PATCH] gitlab: add a binary build to project registry
 2022-06-22 15:06 UTC  (4+ messages)

[PATCH 00/10] Add functions for LoongArch virt machine
 2022-06-22 15:05 UTC  (3+ messages)
` [PATCH 01/10] hw/loongarch: rename macro prefix LS_PCI to LS7A_PCI

[PATCH] common-user: Only compile the common user code if have_user is set
 2022-06-22 14:03 UTC 

M1 host passthrough
 2022-06-22  8:46 UTC 

[PATCH] Added error message for qemu-user fake_open which clears up misleading open() errors which are caused by QEMU interception of open() rather than the linux-user's open()
 2022-06-22  2:43 UTC 

[PATCH] hw/openrisc: pass random seed to fdt
 2022-06-22 11:45 UTC  (2+ messages)
` [PATCH v2] hw/openrisc: virt: "

[PATCH v3 00/14] scsi: add quirks and features to support m68k Macs
 2022-06-22 10:53 UTC  (13+ messages)
` [PATCH v3 02/14] scsi-disk: add MODE_PAGE_APPLE_VENDOR quirk for Macintosh
` [PATCH v3 03/14] q800: implement compat_props to enable quirk_mode_page_apple_vendor for scsi-cd devices
` [PATCH v3 04/14] scsi-disk: add SCSI_DISK_QUIRK_MODE_SENSE_ROM_USE_DBD quirk for Macintosh
` [PATCH v3 05/14] q800: implement compat_props to enable quirk_mode_sense_rom_use_dbd for scsi-cd devices
` [PATCH v3 07/14] q800: implement compat_props to enable quirk_mode_page_vendor_specific_apple for scsi devices
` [PATCH v3 08/14] scsi-disk: add FORMAT UNIT command
` [PATCH v3 09/14] scsi-disk: add SCSI_DISK_QUIRK_MODE_PAGE_TRUNCATED quirk for Macintosh
` [PATCH v3 10/14] q800: implement compat_props to enable quirk_mode_page_truncated for scsi-cd devices
` [PATCH v3 11/14] scsi-disk: allow the MODE_PAGE_R_W_ERROR AWRE bit to be changeable for CDROM drives
` [PATCH v3 12/14] scsi-disk: allow MODE SELECT block descriptor to set the block size
` [PATCH v3 13/14] q800: add default vendor and product information for scsi-hd devices
` [PATCH v3 14/14] q800: add default vendor and product information for scsi-cd devices


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