messages from 2022-06-22 08:32:56 to 2022-06-23 07:33:48 UTC [more...]
[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/2] pc-bios/s390-ccw: Two fixes for the virtio initialization
2022-06-23 7:11 UTC (3+ 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 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 v3] virtio-iommu: Fix the partial copy of probe request
2022-06-23 2:31 UTC
[PATCH v2] virtio-iommu: Fix the partial copy of probe request
2022-06-23 1:40 UTC (6+ messages)
AIX 7.2 guest, Windows 10 host, networking, qemu 6.0.50
2022-06-23 1:05 UTC (3+ 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
[PULL 00/33] migration queue
2022-06-22 20:13 UTC (36+ 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 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 v7 00/18] job: replace AioContext lock with job_mutex
2022-06-22 18:38 UTC (9+ 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 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 (21+ messages)
` [PULL 01/19] aspeed: Remove fake RTC device on ast2500-evb
` [PULL 02/19] test/avocado/machine_aspeed.py: Move OpenBMC tests
` [PULL 03/19] test/avocado/machine_aspeed.py: Add tests using buildroot images
` [PULL 04/19] test/avocado/machine_aspeed.py: Add I2C tests to ast2500-evb
` [PULL 05/19] test/avocado/machine_aspeed.py: Add I2C tests to ast2600-evb
` [PULL 06/19] test/avocado/machine_aspeed.py: Add an I2C RTC test
` [PULL 07/19] hw/registerfields: Add shared fields macros
` [PULL 08/19] aspeed: i2c: Migrate to registerfields API
` [PULL 09/19] aspeed: i2c: Use reg array instead of individual vars
` [PULL 10/19] aspeed: i2c: Add new mode support
` [PULL 11/19] aspeed: i2c: Add PKT_DONE IRQ to trace
` [PULL 12/19] aspeed: i2c: Move regs and helpers to header file
` [PULL 13/19] aspeed/i2c: Add ast1030 controller models
` [PULL 14/19] aspeed: Add I2C buses to AST1030 model
` [PULL 15/19] hw/i2c/aspeed: rework raise interrupt trace event
` [PULL 16/19] hw/i2c/aspeed: add DEV_ADDR in old register mode
` [PULL 17/19] aspeed/i2c: Enable SLAVE_ADDR_RX_MATCH always
` [PULL 18/19] aspeed/hace: Add missing newlines to unimp messages
` [PULL 19/19] hw: m25p80: fixing individual test failure when tests are running in isolation
[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 (12+ messages)
` [PATCH 01/10] hw/loongarch: rename macro prefix LS_PCI to LS7A_PCI
` [PATCH 02/10] hw/loongarch: Add fw_cfg table support
` [PATCH 03/10] hw/loongarch: Add uefi bios loading support
` [PATCH 04/10] hw/loongarch: Add linux kernel booting support
` [PATCH 05/10] hw/loongarch: Add smbios support
` [PATCH 06/10] hw/loongarch: Add acpi ged support
` [PATCH 07/10] hw/loongarch: Add fdt support
` [PATCH 08/10] hw/loongarch: Fix ipi device access of 64bits
` [PATCH 09/10] target/loongarch: Fix the meaning of ECFG reg's VS field
` [PATCH 10/10] target/loongarch: Add lock when writing timer clear reg
[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 (15+ messages)
` [PATCH v3 01/14] scsi-disk: add new quirks bitmap to SCSIDiskState
` [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 06/14] scsi-disk: add SCSI_DISK_QUIRK_MODE_PAGE_VENDOR_SPECIFIC_APPLE quirk for Macintosh
` [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
[RFC PATCH] hw/cxl: Initial poison injection support
2022-06-22 10:38 UTC (3+ messages)
[PATCH v3 0/8] pnv-phb related cleanups
2022-06-22 10:06 UTC (3+ messages)
` [PATCH v3 3/8] ppc/pnv: assign pnv-phb-root-port chassis/slot earlier
[PATCH v4] hw: m25p80: add WP# pin and SRWD bit for write protection
2022-06-22 9:45 UTC (2+ messages)
[PATCH 0/6] Fix support for biarch compilers and cross cflags
2022-06-22 9:31 UTC (4+ messages)
` [PATCH 2/6] configure, pc-bios/optionrom: pass cross CFLAGS correctly
[RFC PATCH 00/12] Introduce QEMU userspace ebpf support
2022-06-22 9:21 UTC (11+ messages)
` [RFC PATCH 01/12] configure: Add iovisor/ubpf project as a submodule for QEMU
[PATCH v2 0/7] crypto: Introduce ECDSA algorithm
2022-06-22 9:15 UTC (8+ messages)
` [PATCH v2 1/7] crypto: Introduce ECDSA algorithm API
` [PATCH v2 2/7] crypto: Support more ASN.1 types
` [PATCH v2 3/7] crypto: Remove "qemu/osdep.h" in rsakey.h
` [PATCH v2 4/7] crypto: Add ECDSA key parser
` [PATCH v2 5/7] crypto: Implement ECDSA algorithm by hogweed
` [PATCH v2 6/7] crypto: Implement ECDSA algorithm by gcrypt
` [PATCH v2 7/7] crypto: Add test suite for ECDSA algorithm
[RESOLVED] aarch64 edk2 + linux kernel crash with gicv4
2022-06-22 9:15 UTC (3+ messages)
[PULL 00/33] testing updates (gitlab, junit, lcitool, x-compile)
2022-06-22 8:39 UTC (8+ messages)
` [PULL 20/33] configure: handle host compiler in probe_target_compiler
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).