messages from 2022-06-21 10:05:07 to 2022-06-22 09:23:06 UTC [more...]
[PATCH v2 0/7] crypto: Introduce ECDSA algorithm
2022-06-22 9:15 UTC (6+ 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 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)
[PATCH v7 0/8] s390x/pci: zPCI interpretation support
2022-06-22 8:50 UTC (5+ 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/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
[PATCH] hw/i386: Add unaccepted memory configuration
2022-06-22 8:28 UTC (4+ messages)
[PATCH v4 00/53] semihosting cleanup
2022-06-22 8:22 UTC (7+ messages)
` [PATCH v4 05/53] accel/stubs: Add tcg stub for probe_access_flags
` [PATCH v4 19/53] gdbstub: Convert GDB error numbers to host error numbers
` [PATCH v4 25/53] semihosting: Use env more often in do_common_semihosting
[RFC PATCH v3 00/11] qapi: net: add unix socket type support to netdev backend
2022-06-22 8:00 UTC (13+ messages)
` [RFC PATCH v3 03/11] qapi: net: introduce a way to bypass qemu_opts_parse_noisily()
` [RFC PATCH v3 04/11] qapi: net: add stream and dgram netdevs
[PATCH 1/1] hw: m25p80: fixing individual test failure when tests are running in isolation
2022-06-22 7:37 UTC (2+ messages)
[PATCH v2 0/7] semihosting: proper QEMU exit on semihosted exit syscall
2022-06-22 7:11 UTC (17+ messages)
` [PATCH v2 1/7] softmmu: add qemu_[set|get]_exit_status functions
` [PATCH v2 2/7] semihosting: add the semihosting_exit_request function
` [PATCH v2 3/7] semihosting/arm-compat-semi: use semihosting_exit_request
` [PATCH v2 4/7] target/m68k: use semihosting_exit_request on semihosted exit syscall
` [PATCH v2 5/7] target/mips: "
` [PATCH v2 6/7] target/nios2: "
` [PATCH v2 7/7] target/xtensa: "
[PATCH] build: improve -fsanitize-coverage-allowlist check
2022-06-22 6:23 UTC (2+ messages)
[PATCH v3 0/8] pnv-phb related cleanups
2022-06-22 6:20 UTC (10+ messages)
` [PATCH v3 1/8] ppc/pnv: move root port attach to pnv_phb4_realize()
` [PATCH v3 2/8] ppc/pnv: attach phb3/phb4 root ports in QOM tree
` [PATCH v3 3/8] ppc/pnv: assign pnv-phb-root-port chassis/slot earlier
` [PATCH v3 4/8] ppc/pnv: make pnv_ics_get() use the chip8->phbs[] array
` [PATCH v3 5/8] ppc/pnv: make pnv_ics_resend() use chip8->phbs[]
` [PATCH v3 6/8] ppc/pnv: make pnv_chip_power8_pic_print_info() "
` [PATCH v3 7/8] ppc/pnv: remove 'INTERFACE_PCIE_DEVICE' from phb3 root bus
` [PATCH v3 8/8] ppc/pnv: remove 'INTERFACE_PCIE_DEVICE' from phb4 "
[PATCH qemu v3] ppc/spapr: Implement H_WATCHDOG
2022-06-22 5:52 UTC (2+ messages)
[PATCH qemu v2] spapr/ddw: Reset DMA when the last non-default window is removed
2022-06-22 5:29 UTC
[v2] pair of device-tree helpers
2022-06-22 5:13 UTC (5+ messages)
` [PATCH 4/4] hw/riscv: use qemu_fdt_setprop_strings() in sifive_u.c
[PATCH qemu v2] ppc: Define SETFIELD for the ppc target
2022-06-22 5:08 UTC
[PATCH qemu] spapr/ddw: Reset DMA when the last non-default window is removed
2022-06-22 2:26 UTC (3+ messages)
[PULL 00/25] Migration 20220621 patches
2022-06-22 2:14 UTC (27+ messages)
` [PULL 01/25] migration: Remove RDMA_UNREGISTRATION_EXAMPLE
` [PULL 02/25] QIOChannelSocket: Introduce assert and reduce ifdefs to improve readability
` [PULL 03/25] QIOChannelSocket: Fix zero-copy send so socket flush works
` [PULL 04/25] migration: Change zero_copy_send from migration parameter to migration capability
` [PULL 05/25] io: add a QIOChannelNull equivalent to /dev/null
` [PULL 06/25] migration: switch to use QIOChannelNull for dummy channel
` [PULL 07/25] migration: remove unreachble RDMA code in save_hook impl
` [PULL 08/25] migration: rename rate limiting fields in QEMUFile
` [PULL 09/25] migration: rename 'pos' field in QEMUFile to 'bytes_processed'
` [PULL 10/25] migration: rename qemu_ftell to qemu_file_total_transferred
` [PULL 11/25] migration: rename qemu_update_position to qemu_file_credit_transfer
` [PULL 12/25] migration: rename qemu_file_update_transfer to qemu_file_acct_rate_limit
` [PULL 13/25] migration: introduce a QIOChannel impl for BlockDriverState VMState
` [PULL 14/25] migration: convert savevm to use QIOChannelBlock for VMState
` [PULL 15/25] migration: stop passing 'opaque' parameter to QEMUFile hooks
` [PULL 16/25] migration: hardcode assumption that QEMUFile is backed with QIOChannel
` [PULL 17/25] migration: introduce new constructors for QEMUFile
` [PULL 18/25] migration: remove unused QEMUFileGetFD typedef / qemu_get_fd method
` [PULL 19/25] migration: remove the QEMUFileOps 'shut_down' callback
` [PULL 20/25] migration: remove the QEMUFileOps 'set_blocking' callback
` [PULL 21/25] migration: remove the QEMUFileOps 'close' callback
` [PULL 22/25] migration: remove the QEMUFileOps 'get_buffer' callback
` [PULL 23/25] migration: remove the QEMUFileOps 'writev_buffer' callback
` [PULL 24/25] migration: remove the QEMUFileOps 'get_return_path' callback
` [PULL 25/25] migration: remove the QEMUFileOps abstraction
[PATCH] softmmu/physmem: Fix input parameters for flatview_access_allowed()
2022-06-22 1:28 UTC
[PATCH v3 00/51] target/arm: Scalable Matrix Extension
2022-06-22 0:58 UTC (10+ messages)
` [PATCH v3 09/51] target/arm: Add the SME ZA storage to CPUARMState
` [PATCH v3 17/51] target/arm: Add cpu properties for SME
` [PATCH v3 23/51] target/arm: Implement SME RDSVL, ADDSVL, ADDSPL
` [PATCH v3 24/51] target/arm: Implement SME ZERO
[PATCH v3] docs: add PCIe root bus for VGA compat guideline
2022-06-22 0:56 UTC (2+ messages)
` [PATCH v4] docs: mention devices with VBE on Root Complex
[PATCH v7 00/14] migration: Postcopy Preemption
2022-06-22 0:05 UTC (5+ messages)
` [PATCH v7 01/14] migration: Add postcopy-preempt capability
` [PATCH v7 02/14] migration: Postcopy preemption preparation on channel creation
[PULL 0/9] tcg patch queue for 2022-06-21
2022-06-21 23:33 UTC (11+ messages)
` [PULL 1/9] tcg/ppc: implement rem[u]_i{32,64} with mod[su][wd]
` [PULL 2/9] target/avr: Drop avr_cpu_memory_rw_debug()
` [PULL 3/9] accel/tcg: Init TCG cflags in vCPU thread handler
` [PULL 4/9] accel/tcg: Reorganize tcg_accel_ops_init()
` [PULL 5/9] qemu-timer: Skip empty timer lists before locking in qemu_clock_deadline_ns_all
` [PULL 6/9] softmmu: Always initialize xlat in address_space_translate_for_iotlb
` [PULL 7/9] util: Merge cacheflush.c and cacheinfo.c
` [PULL 8/9] util/cacheflush: Merge aarch64 ctr_el0 usage
` [PULL 9/9] util/cacheflush: Optimize flushing when ppc host has coherent icache
AIX 7.2 guest, Windows 10 host, networking, qemu 6.0.50
2022-06-21 22:04 UTC
[PATCH 0/3] ppc: Check for bad Radix configs
2022-06-21 21:26 UTC (7+ messages)
` [PATCH 1/3] ppc: Check partition and process table alignment
` [PATCH 2/3] target/ppc: Improve Radix xlate level validation
` [PATCH 3/3] target/ppc: Check page dir/table base alignment
[PATCH v4] hw: m25p80: add WP# pin and SRWD bit for write protection
2022-06-21 20:24 UTC
misaligned-pointer-use libslirp/src/tcp_input.c
2022-06-21 19:33 UTC (9+ messages)
[PULL 00/15] ppc queue
2022-06-21 18:30 UTC (2+ messages)
[PATCH v3] linux-user: Adjust child_tidptr on set_tid_address() syscall
2022-06-21 18:33 UTC (3+ messages)
[PATCH v2] linux-user: Add partial support for MADV_DONTNEED
2022-06-21 18:21 UTC (2+ messages)
[RFC PATCH] linux-user: un-parent OBJECT(cpu) when closing thread
2022-06-21 18:17 UTC (2+ messages)
[PATCH] linux-user/x86_64: Fix ELF_PLATFORM
2022-06-21 18:16 UTC (2+ messages)
[PATCH v2 1/2] accel: Introduce current_accel_name()
2022-06-21 17:34 UTC (4+ messages)
` [PATCH v2 2/2] target/arm: Catch invalid kvm state also for hvf
[PATCH v7 00/18] job: replace AioContext lock with job_mutex
2022-06-21 17:26 UTC (16+ messages)
` [PATCH v7 01/18] job.c: make job_mutex and job_lock/unlock() public
` [PATCH v7 02/18] job.h: categorize fields in struct Job
` [PATCH v7 03/18] job.c: API functions not used outside should be static
` [PATCH v7 04/18] aio-wait.h: introduce AIO_WAIT_WHILE_UNLOCKED
` [PATCH v7 05/18] job.h: add _locked duplicates for job API functions called with and without job_mutex
` [PATCH v7 06/18] jobs: protect jobs with job_lock/unlock
` [PATCH v7 10/18] jobs: rename static functions called with job_mutex held
[RFC PATCH RESEND] scripts/checkpatch.pl: Change line limit warning
2022-06-21 17:19 UTC (3+ messages)
[PATCH 00/11] target/ppc: Implement slbiag move slb* to decodetree
2022-06-21 16:56 UTC (23+ messages)
` [PATCH 01/11] target/ppc: receive DisasContext explicitly in GEN_PRIV
` [PATCH 02/11] target/ppc: add macros to check privilege level
` [PATCH 03/11] target/ppc: Move slbie to decodetree
` [PATCH 04/11] target/ppc: Move slbieg "
` [PATCH 05/11] target/ppc: Move slbia "
` [PATCH 06/11] target/ppc: Move slbmte "
` [PATCH 07/11] target/ppc: Move slbmfev "
` [PATCH 08/11] target/ppc: Move slbmfee "
` [PATCH 09/11] target/ppc: Move slbfee "
` [PATCH 10/11] target/ppc: Move slbsync "
` [PATCH 11/11] target/ppc: Implement slbiag
[PATCH 0/6] Fix support for biarch compilers and cross cflags
2022-06-21 16:38 UTC (8+ messages)
` [PATCH 1/6] pc-bios/optionrom: use -m16 unconditionally
` [PATCH 2/6] configure, pc-bios/optionrom: pass cross CFLAGS correctly
` [PATCH 4/6] configure, pc-bios/vof: "
[PATCH v2 0/2] handling guest multiple displays
2022-06-21 16:33 UTC (4+ messages)
` [PATCH v2 2/2] ui/gtk: a new array param monitor to specify the target displays
[PATCH 1/2] softmmu/cpus: Check if the cpu work list is empty atomically
2022-06-21 16:25 UTC (5+ messages)
` [PATCH 2/2] qemu-timer: Skip empty timer lists before locking in qemu_clock_deadline_ns_all
[PATCH v3 0/1] target/riscv: Add Zihintpause support
2022-06-21 16:17 UTC (4+ messages)
` [PATCH v3 1/1] "
[PATCH 0/4] Multiple interface support on top of Multi-FD
2022-06-21 16:16 UTC (13+ messages)
` [PATCH 3/4] Establishing connection between any non-default source and destination pair
` [PATCH 4/4] Adding support for multi-FD connections dynamically
[PATCH] iotests/297: Have mypy ignore unused ignores
2022-06-21 15:53 UTC (2+ messages)
[PATCH v2] memory: prevent dma-reentracy issues
2022-06-21 15:53 UTC (5+ messages)
[PATCH v2] softmmu: Always initialize xlat in address_space_translate_for_iotlb
2022-06-21 15:46 UTC (2+ messages)
[PATCH v2 00/21] migration: remove QEMUFileOps concept and assume use of QIOChannel
2022-06-21 15:42 UTC (4+ messages)
` [PATCH v2 09/21] migration: introduce a QIOChannel impl for BlockDriverState VMState
[PATCH v2 0/3] util: Optimize flushing when ppc host has coherent icache
2022-06-21 15:21 UTC (7+ messages)
` [PATCH v2 1/3] util: Merge cacheflush.c and cacheinfo.c
` [PATCH v2 2/3] util/cacheflush: Merge aarch64 ctr_el0 usage
` [PATCH v2 3/3] util/cacheflush: Optimize flushing when ppc host has coherent icache
[PATCH] ui/cocoa: Fix clipboard text release
2022-06-21 15:15 UTC (2+ messages)
[PATCH v4 0/4] MSG_ZEROCOPY fixes & improvements
2022-06-21 15:09 UTC (10+ messages)
` [PATCH v4 3/4] migration: zero-copy flush only at the end of bitmap scanning
` [PATCH v4 4/4] migration: Change zero_copy_send from migration parameter to migration capability
[PATCH] softmmu: Always initialize xlat in address_space_translate_for_iotlb
2022-06-21 15:06 UTC (4+ messages)
[PATCH] docs/devel: add doc about device life cycles
2022-06-21 14:54 UTC (3+ messages)
[PATCH 0/9] Preliminary patches for subproject split
2022-06-21 14:13 UTC (3+ messages)
` [PATCH 8/9] scripts/qapi-gen: add -i option
[PATCH v18 00/13] Add LoongArch linux-user emulation support
2022-06-21 14:12 UTC (5+ messages)
` [PATCH v18 02/13] linux-user: Add LoongArch signal support
[PATCH 0/5] Eliminate multifd flush
2022-06-21 14:05 UTC (6+ messages)
` [PATCH 1/5] multifd: Create property multifd-sync-each-iteration
` [PATCH 2/5] multifd: Put around all sync calls tests for each iteration
` [PATCH 3/5] migration: Simplify ram_find_and_save_block()
` [PATCH 4/5] migration: Make find_dirty_block() return a single parameter
` [PATCH 5/5] multifd: Only sync once each full round of memory
qemu-ga guest-exec & SELinux
2022-06-21 8:42 UTC (3+ messages)
[PATCH] linux-user: Add partial support for MADV_DONTNEED
2022-06-21 13:05 UTC (2+ messages)
[PATCH qemu v2 0/2] ppc/spapr: Implement H_WATCHDOG
2022-06-21 12:59 UTC (8+ messages)
` [PATCH qemu v2 1/2] ppc: Define SETFIELD for the ppc target
[PATCH v5 00/45] Transactional block-graph modifying API
2022-06-21 12:11 UTC (9+ messages)
` [PATCH v5 21/45] block: add bdrv_try_set_aio_context_tran transaction action
` [PATCH v5 29/45] block: introduce BDRV_O_NOPERM flag
[PATCH 1/4] qdev: add DEVICE_RUNTIME_ERROR event
2022-06-21 12:02 UTC (8+ messages)
[PATCH] tests: fix test-cutils leaks
2022-06-21 11:52 UTC (4+ messages)
[PATCH] hmat acpi: Don't require initiator value in -numa when hmat=on
2022-06-21 10:49 UTC (5+ messages)
[PATCH v2] xen/pass-through: don't create needless register group
2022-06-21 10:15 UTC (2+ messages)
[PATCH v2 0/9] pnv-phb related cleanups
2022-06-21 9:59 UTC (3+ messages)
` [PATCH v2 9/9] ppc/pnv: remove 'INTERFACE_PCIE_DEVICE' from phb4 root bus
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).