messages from 2022-06-17 22:50:15 to 2022-06-20 12:12:20 UTC [more...]
[PATCH v3 1/1] Fix the coredump when memory backend id conflicts with default_ram_id
2022-06-20 12:09 UTC (5+ messages)
[PATCH v3 0/4] Cavium Octeon MIPS extensions
2022-06-20 12:05 UTC (4+ messages)
` [PATCH v3 1/4] target/mips: introduce decodetree structure for Cavium Octeon extension
` [PATCH v3 2/4] target/mips: implement Octeon-specific BBIT instructions
` [PATCH v3 4/4] target/mips: introduce Cavium Octeon CPU model
[PATCH v3 0/2] Cavium Octeon MIPS extensions
2022-06-20 12:04 UTC
[RFC PATCH v3 00/11] qapi: net: add unix socket type support to netdev backend
2022-06-20 11:39 UTC (13+ messages)
` [RFC PATCH v3 01/11] net: introduce convert_host_port()
` [RFC PATCH v3 02/11] net: remove the @errp argument of net_client_inits()
` [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
` [RFC PATCH v3 05/11] net: stream: Don't ignore EINVAL on netdev socket connection
` [RFC PATCH v3 06/11] net: stream: add unix socket
` [RFC PATCH v3 07/11] net: dgram: make dgram_dst generic
` [RFC PATCH v3 08/11] net: dgram: move mcast specific code from net_socket_fd_init_dgram()
` [RFC PATCH v3 09/11] net: dgram: add unix socket
` [RFC PATCH v3 10/11] qemu-sockets: introduce socket_uri()
` [RFC PATCH v3 11/11] net: stream: move to QIO
[RFC PATCH v2 0/8] qapi: net: add unix socket type support to netdev backend
2022-06-20 11:22 UTC (7+ messages)
` [RFC PATCH v2 3/8] qapi: net: add stream and dgram netdevs
[PATCH v2 00/21] migration: remove QEMUFileOps concept and assume use of QIOChannel
2022-06-20 11:02 UTC (22+ messages)
` [PATCH v2 01/21] io: add a QIOChannelNull equivalent to /dev/null
` [PATCH v2 02/21] migration: switch to use QIOChannelNull for dummy channel
` [PATCH v2 03/21] migration: remove unreachble RDMA code in save_hook impl
` [PATCH v2 04/21] migration: rename rate limiting fields in QEMUFile
` [PATCH v2 05/21] migration: rename 'pos' field in QEMUFile to 'bytes_processed'
` [PATCH v2 06/21] migration: rename qemu_ftell to qemu_file_total_transferred
` [PATCH v2 07/21] migration: rename qemu_update_position to qemu_file_credit_transfer
` [PATCH v2 08/21] migration: rename qemu_file_update_transfer to qemu_file_acct_rate_limit
` [PATCH v2 09/21] migration: introduce a QIOChannel impl for BlockDriverState VMState
` [PATCH v2 10/21] migration: convert savevm to use QIOChannelBlock for VMState
` [PATCH v2 11/21] migration: stop passing 'opaque' parameter to QEMUFile hooks
` [PATCH v2 12/21] migration: hardcode assumption that QEMUFile is backed with QIOChannel
` [PATCH v2 13/21] migration: introduce new constructors for QEMUFile
` [PATCH v2 14/21] migration: remove unused QEMUFileGetFD typedef / qemu_get_fd method
` [PATCH v2 15/21] migration: remove the QEMUFileOps 'shut_down' callback
` [PATCH v2 16/21] migration: remove the QEMUFileOps 'set_blocking' callback
` [PATCH v2 17/21] migration: remove the QEMUFileOps 'close' callback
` [PATCH v2 18/21] migration: remove the QEMUFileOps 'get_buffer' callback
` [PATCH v2 19/21] migration: remove the QEMUFileOps 'writev_buffer' callback
` [PATCH v2 20/21] migration: remove the QEMUFileOps 'get_return_path' callback
` [PATCH v2 21/21] migration: remove the QEMUFileOps abstraction
[RFC v2] Adding block layer APIs resembling Linux ZoneBlockDevice ioctls
2022-06-20 11:28 UTC (4+ messages)
[PATCH] hw:m25p80: Add STATE_STANDBY command state
2022-06-20 11:22 UTC (2+ messages)
Building tools on unsupported cpu/arch
2022-06-20 10:54 UTC (3+ messages)
proposed 7.1 release schedule
2022-06-20 10:50 UTC (3+ messages)
New "IndustryStandard" fw_cfg?
2022-06-20 10:42 UTC (6+ messages)
[RFC PATCH 00/12] Introduce QEMU userspace ebpf support
2022-06-20 10:37 UTC (19+ messages)
` [RFC PATCH 01/12] configure: Add iovisor/ubpf project as a submodule for QEMU
` [RFC PATCH 08/12] qapi: Add FilterUbpfProperties and qemu-options
` [RFC PATCH 12/12] test/qtest: Add ubpf basic test case
[PATCH 00/50] PS2 device QOMification - part 1
2022-06-20 10:17 UTC (6+ messages)
` [PATCH 45/50] lasips2: use qdev gpio for output IRQ
qemu-ga guest-exec & SELinux
2022-06-20 10:06 UTC (2+ messages)
[PATCH 0/8] Add some functions for LoongArch
2022-06-20 10:04 UTC (11+ messages)
` [PATCH 1/8] hw/loongarch: Add default bios startup support
` [PATCH 2/8] hw/loongarch: Add -kernel and -initrd options support
` [PATCH 3/8] hw/loongarch: Add LoongArch smbios support
` [PATCH 4/8] hw/loongarch: Add LoongArch acpi support
` [PATCH 5/8] hw/loongarch: Add fdt support
` [PATCH 6/8] hw/loongarch: Fix loongarch ipi device
` [PATCH 7/8] target/loongarch: Fix vector size of exception entry address
` [PATCH 8/8] target/loongarch: Fix csrwr timer clear
[PATCH v18 00/13] Add LoongArch linux-user emulation support
2022-06-20 9:34 UTC (14+ messages)
` [PATCH v18 01/13] linux-user: Add LoongArch generic header files
` [PATCH v18 02/13] linux-user: Add LoongArch signal support
` [PATCH v18 03/13] linux-user: Add LoongArch elf support
` [PATCH v18 04/13] linux-user: Add LoongArch syscall support
` [PATCH v18 05/13] linux-user: Add LoongArch cpu_loop support
` [PATCH v18 06/13] scripts: add loongarch64 binfmt config
` [PATCH v18 07/13] target/loongarch: remove badaddr from CPULoongArch
` [PATCH v18 08/13] target/loongarch: Fix missing update CSR_BADV
` [PATCH v18 09/13] target/loongarch: Fix helper_asrtle_d/asrtgt_d raise wrong exception
` [PATCH v18 10/13] target/loongarch: remove unused include hw/loader.h
` [PATCH v18 11/13] target/loongarch: Adjust functions and structure to support user-mode
` [PATCH v18 12/13] default-configs: Add loongarch linux-user support
` [PATCH v18 13/13] target/loongarch: Update README
[PATCH v4 0/4] MSG_ZEROCOPY fixes & improvements
2022-06-20 9:34 UTC (10+ messages)
` [PATCH v4 1/4] QIOChannelSocket: Introduce assert and reduce ifdefs to improve readability
` [PATCH v4 2/4] QIOChannelSocket: Fix zero-copy send so socket flush works
` [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 v3 1/2] hw: m25p80: add WP# pin and SRWD bit for write protection
2022-06-20 9:10 UTC (3+ messages)
[PATCH qemu v2 0/2] ppc/spapr: Implement H_WATCHDOG
2022-06-20 8:28 UTC (12+ messages)
` [PATCH qemu v2 1/2] ppc: Define SETFIELD for the ppc target
` [PATCH qemu v2 2/2] ppc/spapr: Implement H_WATCHDOG
[PATCH qemu] spapr/ddw: Reset DMA when the last non-default window is removed
2022-06-20 8:01 UTC
[PATCH v2 0/9] pnv-phb related cleanups
2022-06-20 7:27 UTC (14+ messages)
` [PATCH v2 1/9] ppc/pnv: move root port attach to pnv_phb4_realize()
` [PATCH v2 2/9] ppc/pnv: attach phb3/phb4 root ports in QOM tree
` [PATCH v2 3/9] ppc/pnv: use dev->parent_bus->parent to get the PHB
` [PATCH v2 4/9] ppc/pnv: use dev instead of pci->qdev in root_port_realize()
` [PATCH v2 5/9] ppc/pnv: make pnv_ics_get() use the chip8->phbs[] array
` [PATCH v2 6/9] ppc/pnv: make pnv_ics_resend() use chip8->phbs[]
` [PATCH v2 7/9] ppc/pnv: make pnv_chip_power8_pic_print_info() "
` [PATCH v2 8/9] ppc/pnv: remove 'INTERFACE_PCIE_DEVICE' from phb3 root bus
` [PATCH v2 9/9] ppc/pnv: remove 'INTERFACE_PCIE_DEVICE' from phb4 "
[PATCH 0/9] Preliminary patches for subproject split
2022-06-20 7:24 UTC (7+ messages)
` [PATCH 2/9] error-report: misc comment fix
` [PATCH 3/9] error-report: introduce "detailed" variable
` [PATCH 4/9] error-report: simplify print_loc()
[PATCH 0/4] slirp: Update submodule to include NC-SI features
2022-06-20 7:16 UTC (8+ messages)
` [PATCH 2/4] slirp: Update SlirpConfig version to 5
` [PATCH 3/4] slirp: Add mfr-id to -netdev options
` [PATCH 4/4] slirp: Add oob-eth-addr "
[PATCH] hw/pci-host/i440fx: Remove unused parameter from i440fx_init()
2022-06-20 7:10 UTC (3+ messages)
[PATCH v5 0/5] i386/pc: Fix creation of >= 1010G guests on AMD systems with IOMMU
2022-06-20 7:12 UTC (4+ messages)
` [PATCH v5 2/5] i386/pc: create pci-host qdev prior to pc_memory_init()
[PATCH v2 0/2] handling guest multiple displays
2022-06-20 7:07 UTC (3+ messages)
` [PATCH v2 2/2] ui/gtk: a new array param monitor to specify the target displays
TCG development tools?
2022-06-20 7:10 UTC (2+ messages)
[PATCH] new snapshot/restore mechanism for fuzzing
2022-06-20 6:55 UTC
[PATCH qemu v6 00/10] Add mask agnostic behavior for rvv instructions
2022-06-20 6:50 UTC (11+ messages)
` [PATCH qemu v6 01/10] target/riscv: rvv: Add mask agnostic for vv instructions
` [PATCH qemu v6 02/10] target/riscv: rvv: Add mask agnostic for vector load / store instructions
` [PATCH qemu v6 03/10] target/riscv: rvv: Add mask agnostic for vx instructions
` [PATCH qemu v6 04/10] target/riscv: rvv: Add mask agnostic for vector integer shift instructions
` [PATCH qemu v6 05/10] target/riscv: rvv: Add mask agnostic for vector integer comparison instructions
` [PATCH qemu v6 06/10] target/riscv: rvv: Add mask agnostic for vector fix-point arithmetic instructions
` [PATCH qemu v6 07/10] target/riscv: rvv: Add mask agnostic for vector floating-point instructions
` [PATCH qemu v6 08/10] target/riscv: rvv: Add mask agnostic for vector mask instructions
` [PATCH qemu v6 09/10] target/riscv: rvv: Add mask agnostic for vector permutation instructions
` [PATCH qemu v6 10/10] target/riscv: rvv: Add option 'rvv_ma_all_1s' to enable optional mask agnostic behavior
[v2] pair of device-tree helpers
2022-06-20 6:47 UTC (10+ messages)
` [PATCH 1/4] device_tree: add qemu_fdt_setprop_reg64_map helper
` [PATCH 2/4] hw/riscv: use qemu_fdt_setprop_reg64_map() in sifive_u.c
` [PATCH 3/4] device_tree: add qemu_fdt_setprop_strings() helper
` [PATCH 4/4] hw/riscv: use qemu_fdt_setprop_strings() in sifive_u.c
[RFC PATCH v8 00/21] Net Control VQ support with asid in vDPA SVQ
2022-06-20 5:07 UTC (13+ messages)
[RFC v1] Add support for zoned device
2022-06-20 0:27 UTC
[PULL 00/11] Bsd user syscall 2022q2 patches
2022-06-20 0:20 UTC (13+ messages)
` [PULL 01/11] bsd-user: Implement open, openat and close
` [PULL 02/11] bsd-user: Implement fdatasync, fsync and close_from
` [PULL 03/11] bsd-user: Implement revoke, access, eaccess and faccessat
` [PULL 04/11] bsd-user: Implement chdir and fchdir
` [PULL 05/11] bsd-user: Implement rename and renameat
` [PULL 06/11] bsd-user: Implement link, linkat, unlink and unlinkat
` [PULL 07/11] bsd-user: Implement mkdir and mkdirat
` [PULL 08/11] bsd-user: Implement rmdir and undocumented __getcwd
` [PULL 09/11] bsd-user: Implement dup and dup2
` [PULL 10/11] bsd-user: Implement trunctate and ftruncate
` [PULL 11/11] bsd-user: Implement acct and sync
[PATCH 00/21] aspeed: Extend ast2600 I2C model with new mode
2022-06-19 14:50 UTC (2+ messages)
[PATCH 0/1] hw: m25p80: fix aspeed_smc tests failure when run in isolation
2022-06-19 14:23 UTC (2+ messages)
A new qemu acpi test with bios bits
2022-06-19 14:10 UTC (3+ messages)
[PATCH] ui/cocoa: Fixed modeswitching glitch in zoomed fullscreen mode
2022-06-19 7:38 UTC (3+ messages)
[PATCH] aspeed/hace: Add missing newlines to unimp messages
2022-06-19 12:54 UTC (2+ messages)
[PATCH 1/2] softmmu/cpus: Check if the cpu work list is empty atomically
2022-06-19 8:54 UTC (4+ messages)
` [PATCH 2/2] qemu-timer: Skip empty timer lists before locking in qemu_clock_deadline_ns_all
[PATCH 0/2] target/arm: Fix issue 1078
2022-06-19 0:15 UTC (3+ messages)
` [PATCH 1/2] target/arm: Extend arm_pamax to more than aarch64
` [PATCH 2/2] target/arm: Check V7VE as well as LPAE in arm_pamax
A couple of new device-tree helpers
2022-06-18 19:40 UTC (4+ messages)
` [PATCH 4/4] hw/riscv: use qemu_fdt_setprop_strings() in sifive_u.c
[PATCH v2] target/ppc: cpu_init: Clean up stop state on cpu reset
2022-06-18 11:35 UTC (2+ messages)
[PATCH v17 00/13] Add LoongArch linux-user emulation support
2022-06-18 2:56 UTC (13+ messages)
` [PATCH v17 02/13] linux-user: Add LoongArch signal support
` [PATCH v17 07/13] target/loongarch: remove badaddr from CPULoongArch
` [PATCH v17 08/13] target/loongarch: Fix missing update CSR_BADV
` [PATCH v17 09/13] target/loongarch: Fix helper_asrtle_d/asrtgt_d raise wrong exception
` [PATCH v17 10/13] target/loongarch: remove unused include hw/loader.h
` [PATCH v17 11/13] target/loongarch: Adjust functions and structure to support user-mode
[PATCH 1/1] hw: m25p80: fixing individual test failure when tests are running in isolation
2022-06-17 23:09 UTC
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).