messages from 2022-07-03 09:42:38 to 2022-07-04 13:29:04 UTC [more...]
[PATCH 00/40] PS2 device QOMification - part 2
2022-07-04 13:12 UTC (3+ messages)
` [PATCH 01/40] pl050: move PL050State from pl050.c to new pl050.h header file
[PATCH v2 00/26] block: fix coroutine_fn annotations
2022-07-04 13:03 UTC (43+ messages)
` [PATCH v2 01/26] block: remove incorrect "
` [PATCH v2 02/26] qcow2: "
` [PATCH v2 03/26] nbd: "
` [PATCH v2 04/26] coroutine: "
` [PATCH v2 06/26] blkverify: add missing "
` [PATCH v2 08/26] file-posix: "
` [PATCH v2 09/26] iscsi: "
` [PATCH v2 10/26] nbd: "
` [PATCH v2 11/26] nfs: "
` [PATCH v2 12/26] nvme: "
` [PATCH v2 13/26] parallels: "
` [PATCH v2 14/26] qcow2: "
` [PATCH v2 15/26] copy-before-write: "
` [PATCH v2 16/26] curl: "
` [PATCH v2 17/26] qed: "
` [PATCH v2 18/26] quorum: "
` [PATCH v2 19/26] throttle: "
` [PATCH v2 20/26] vmdk: "
` [PATCH v2 21/26] job: "
` [PATCH v2 24/26] 9p: "
` [PATCH v2 25/26] migration: "
[PATCH v2 0/3] Zero copy improvements (QIOChannel + multifd)
2022-07-04 12:59 UTC (9+ messages)
` [PATCH v2 2/3] Add zero-copy-copied migration stat
[PATCH v4 00/45] target/arm: Scalable Matrix Extension
2022-07-04 12:24 UTC (41+ messages)
` [PATCH v4 03/45] target/arm: Trap non-streaming usage when Streaming SVE is active
` [PATCH v4 07/45] target/arm: Mark PMULL, FMMLA as non-streaming
` [PATCH v4 19/45] target/arm: Implement SME MOVA
` [PATCH v4 20/45] target/arm: Implement SME LD1, ST1
` [PATCH v4 23/45] target/arm: Implement SME ADDHA, ADDVA
` [PATCH v4 33/45] linux-user/aarch64: Clear tpidr2_el0 if CLONE_SETTLS
` [PATCH v4 34/45] linux-user/aarch64: Reset PSTATE.SM on syscalls
` [PATCH v4 35/45] linux-user/aarch64: Add SM bit to SVE signal context
` [PATCH v4 36/45] linux-user/aarch64: Tidy target_restore_sigframe error return
` [PATCH v4 37/45] linux-user/aarch64: Do not allow duplicate or short sve records
` [PATCH v4 38/45] linux-user/aarch64: Verify extra record lock succeeded
` [PATCH v4 39/45] linux-user/aarch64: Move sve record checks into restore
` [PATCH v4 41/45] linux-user: Rename sve prctls
` [PATCH v4 42/45] linux-user/aarch64: Implement PR_SME_GET_VL, PR_SME_SET_VL
` [PATCH v4 43/45] target/arm: Only set ZEN in reset if SVE present
` [PATCH v4 44/45] target/arm: Enable SME for user-only
` [PATCH v4 45/45] linux-user/aarch64: Add SME related hwcap entries
[PATCH v5 00/10] Implement bdrv_{pread, pwrite, pwrite_sync, pwrite_zeroes}() using generated_co_wrapper
2022-07-04 12:27 UTC (24+ messages)
` [PATCH v5 01/10] block: Add a 'flags' param to bdrv_{pread, pwrite, pwrite_sync}()
` [PATCH v5 01/10] block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}()
` [PATCH v5 02/10] block: Change bdrv_{pread, pwrite, pwrite_sync}() param order
` [PATCH v5 03/10] block: Make bdrv_{pread, pwrite}() return 0 on success
` [PATCH v5 03/10] block: Make bdrv_{pread,pwrite}() "
` [PATCH v5 04/10] crypto: Make block callbacks "
` [PATCH v5 05/10] block: Make bdrv_co_pwrite() take a const buffer
` [PATCH v5 06/10] block: Make 'bytes' param of bdrv_co_{pread, pwrite, preadv, pwritev}() an int64_t
` [PATCH v5 06/10] block: Make 'bytes' param of bdrv_co_{pread,pwrite,preadv,pwritev}() "
` [PATCH v5 07/10] block: Implement bdrv_{pread, pwrite, pwrite_zeroes}() using generated_co_wrapper
` [PATCH v5 07/10] block: Implement bdrv_{pread,pwrite,pwrite_zeroes}() "
` [PATCH v5 08/10] block: Add bdrv_co_pwrite_sync()
` [PATCH v5 09/10] block: Use bdrv_co_pwrite_sync() when caller is coroutine_fn
` [PATCH v5 10/10] block/qcow2: Use bdrv_pwrite_sync() in qcow2_mark_dirty()
` [PATCH v5 00/10] Implement bdrv_{pread,pwrite,pwrite_sync,pwrite_zeroes}() using generated_co_wrapper
[PATCH v2 00/12] s390-ccw bios fixes and clean-ups
2022-07-04 11:47 UTC (14+ messages)
` [PATCH v2 01/12] pc-bios/s390-ccw: Add a proper prototype for main()
` [PATCH v2 02/12] pc-bios/s390-ccw/virtio: Introduce a macro for the DASD block size
` [PATCH v2 03/12] pc-bios/s390-ccw/bootmap: Improve the guessing logic in zipl_load_vblk()
` [PATCH v2 04/12] pc-bios/s390-ccw/virtio-blkdev: Simplify/fix virtio_ipl_disk_is_valid()
` [PATCH v2 05/12] pc-bios/s390-ccw/virtio-blkdev: Remove virtio_assume_scsi()
` [PATCH v2 06/12] pc-bios/s390-ccw/virtio: Set missing status bits while initializing
` [PATCH v2 07/12] pc-bios/s390-ccw/virtio: Read device config after feature negotiation
` [PATCH v2 08/12] pc-bios/s390-ccw/virtio: Beautify the code for reading virtqueue configuration
` [PATCH v2 09/12] pc-bios/s390-ccw: Split virtio-scsi code from virtio_blk_setup_device()
` [PATCH v2 10/12] pc-bios/s390-ccw/virtio-blkdev: Request the right feature bits
` [PATCH v2 11/12] pc-bios/s390-ccw/virtio: Remove "extern" keyword from prototypes
` [PATCH v2 12/12] pc-bios/s390-ccw/netboot.mak: Ignore Clang's warnings about GNU extensions
[PATCH v8 00/12] s390x: CPU Topology
2022-07-04 11:47 UTC (5+ messages)
` [PATCH v8 02/12] s390x/cpu_topology: CPU topology objects and structures
[PULL 0/8] Kraxel 20220704 patches
2022-07-04 11:06 UTC (10+ messages)
` [PULL 1/8] Rename docs/specs/fw_cfg.txt to .rst
` [PULL 2/8] Convert fw_cfg.rst to reStructuredText syntax
` [PULL 3/8] ui/console: allow display device to be labeled with given id
` [PULL 4/8] ui/cocoa: Fix clipboard text release
` [PULL 5/8] hw/usb/canokey: Fix CCID ZLP
` [PULL 6/8] hw/usb/canokey: fix compatibility of qemu-xhci
` [PULL 7/8] docs/system/devices/usb/canokey: remove limitations on qemu-xhci
` [PULL 8/8] hw: canokey: Remove HS support as not compliant to the spec
[PATCH v3 0/4] Cavium Octeon MIPS extensions
2022-07-04 10:59 UTC (3+ messages)
` [PATCH v3 4/4] target/mips: introduce Cavium Octeon CPU model
[PATCH 0/3] scripts/make-release: Decrease the size of the release tarballs
2022-07-04 10:45 UTC (14+ messages)
` [PATCH 1/3] scripts/make-release: Do not include the edk2 sources in the tarball anymore
` [PATCH 2/3] scripts/make-release: Do not include the skiboot "
` [PATCH 3/3] scripts/make-release: Remove CI yaml and more git files from the tarball
[PATCH v2 00/11] OpenRISC Virtual Machine
2022-07-04 10:25 UTC (24+ messages)
` [PATCH v2 01/11] hw/openrisc: Split re-usable boot time apis out to boot.c
` [PATCH v2 02/11] target/openrisc: Fix memory reading in debugger
` [PATCH v2 03/11] goldfish_rtc: Add endianness property
` [PATCH v2 04/11] hw/openrisc: Add the OpenRISC virtual machine
` [PATCH v2 05/11] hw/openrisc: Add PCI bus support to virt
` [PATCH v2 06/11] hw/openrisc: Initialize timer time at startup
` [PATCH v2 07/11] target/openrisc: Add interrupted CPU to log
` [PATCH v2 08/11] target/openrisc: Enable MTTCG
` [PATCH v2 09/11] target/openrisc: Interrupt handling fixes
` [PATCH v2 10/11] hw/openrisc: virt: pass random seed to fdt
` [PATCH v2 11/11] docs/system: openrisc: Add OpenRISC documentation
[PATCH] hw/pci/pci_bridge: ensure PCIe slots have only one slot
2022-07-04 10:25 UTC
[PATCH] target/ppc: Fix MPC8555 and MPC8560 core type to e500v1
2022-07-04 10:18 UTC (2+ messages)
[PULL 00/23] loongarch64 patch queue
2022-07-04 9:33 UTC (24+ messages)
` [PULL 01/23] linux-user: Add LoongArch generic header files
` [PULL 02/23] linux-user: Add LoongArch signal support
` [PULL 03/23] linux-user: Add LoongArch elf support
` [PULL 04/23] linux-user: Add LoongArch syscall support
` [PULL 05/23] linux-user: Add LoongArch cpu_loop support
` [PULL 06/23] scripts: add loongarch64 binfmt config
` [PULL 07/23] target/loongarch: remove badaddr from CPULoongArch
` [PULL 08/23] target/loongarch: Fix missing update CSR_BADV
` [PULL 09/23] target/loongarch: Fix helper_asrtle_d/asrtgt_d raise wrong exception
` [PULL 10/23] target/loongarch: remove unused include hw/loader.h
` [PULL 11/23] target/loongarch: Adjust functions and structure to support user-mode
` [PULL 12/23] default-configs: Add loongarch linux-user support
` [PULL 13/23] target/loongarch: Update README
` [PULL 14/23] hw/intc/loongarch_pch_msi: Fix msi vector convertion
` [PULL 15/23] hw/rtc/ls7a_rtc: Fix uninitialied bugs and toymatch writing function
` [PULL 16/23] hw/rtc/ls7a_rtc: Fix timer call back function
` [PULL 17/23] hw/rtc/ls7a_rtc: Remove unimplemented device in realized function
` [PULL 18/23] hw/rtc/ls7a_rtc: Add reset function
` [PULL 19/23] hw/rtc/ls7a_rtc: Fix rtc enable and disable function
` [PULL 20/23] hw/rtc/ls7a_rtc: Use tm struct pointer as arguments in toy_time_to_val()
` [PULL 21/23] hw/rtc/ls7a_rtc: Fix 'calculate' spelling errors
` [PULL 22/23] target/loongarch: Fix the meaning of ECFG reg's VS field
` [PULL 23/23] target/loongarch: Add lock when writing timer clear reg
[PATCH v2 00/11] Fix bugs for LoongArch virt machine
2022-07-04 9:26 UTC (26+ messages)
` [PATCH 01/11] hw/rtc/ls7a_rtc: Fix uninitialied bugs and toymatch writing function
` [PATCH 02/11] hw/rtc/ls7a_rtc: Fix timer call back function
` [PATCH 03/11] hw/rtc/ls7a_rtc: Remove unimplemented device in realized function
` [PATCH 05/11] hw/rtc/ls7a_rtc: Fix rtc enable and disable function
` [PATCH 06/11] hw/rtc/ls7a_rtc: Use tm struct pointer as arguments in toy_time_to_val()
` [PATCH 07/11] hw/rtc/ls7a_rtc: Fix 'calculate' spelling errors
` [PATCH 08/11] target/loongarch: Fix the meaning of ECFG reg's VS field
` [PATCH 09/11] target/loongarch: Add lock when writing timer clear reg
` [PATCH 10/11] hw/intc/loongarch_ipi: Fix ipi device access of 64bits
` [PATCH 11/11] hw/intc/loongarch_ipi: Fix mail send and any send function
[PATCH] e1000: set RX descriptor status in a separate operation
2022-07-04 9:04 UTC (3+ messages)
[PATCH v1 0/2] Zero copy improvements (QIOChannel + multifd)
2022-07-04 9:19 UTC (10+ messages)
` [PATCH v1 2/2] migration/multifd: Warn user when zerocopy not working
[PATCH v4 0/4] hmat acpi: Don't require initiator value in -numa
2022-07-04 9:07 UTC (6+ messages)
[PATCH] acpi/nvdimm: Define trace events for NVDIMM and substitute nvdimm_debug()
2022-07-04 8:58 UTC
[PATCH v2 0/1] qga: add command 'guest-get-cpustats'
2022-07-04 8:00 UTC (5+ messages)
` [PATCH v2 1/1] "
` "
[PATCH] stubs: update replay-tools to match replay.h types
2022-07-04 7:58 UTC
[PATCH] tests/docker/dockerfiles: Add debian-loongarch-cross.docker
2022-07-04 7:08 UTC
API to change the vendor of IDE disk
2022-07-04 7:06 UTC (2+ messages)
[PATCH] ebpf: replace deprecated bpf_program__set_socket_filter
2022-07-04 6:42 UTC (5+ messages)
[PATCH 00/12] s390-ccw bios fixes and clean-ups
2022-07-04 6:39 UTC (5+ messages)
` [PATCH 02/12] pc-bios/s390-ccw/virtio: Introduce a macro for the DASD block size
[PATCH v21 00/13] Add LoongArch linux-user emulation support
2022-07-04 5:42 UTC (7+ messages)
` [PATCH v21 01/13] linux-user: Add LoongArch generic header files
` [PATCH v21 07/13] target/loongarch: remove badaddr from CPULoongArch
` [PATCH v21 11/13] target/loongarch: Adjust functions and structure to support user-mode
` [PATCH v21 13/13] target/loongarch: Update README
[PATCH] hw/intc: loongarch_pch_msi: Fix msi vector convertion
2022-07-04 5:23 UTC (2+ messages)
[PATCH v5 00/12] qapi: net: add unix socket type support to netdev backend
2022-07-04 5:12 UTC (5+ messages)
` [PATCH v5 07/12] net: stream: add unix socket
[RFC PATCH v4 00/11] qapi: net: add unix socket type support to netdev backend
2022-07-04 5:08 UTC (5+ messages)
` [RFC PATCH v4 10/11] qemu-sockets: introduce socket_uri()
[PULL 00/15] qdev: Add JSON -device
2022-07-04 4:49 UTC (4+ messages)
` [PULL 14/15] qdev: Base object creation on QDict rather than QemuOpts
[PATCH v2] hw/nvme: Use ioeventfd to handle doorbell updates
2022-07-04 3:28 UTC (3+ messages)
[PATCH v3] hw/nvme: Use ioeventfd to handle doorbell updates
2022-07-04 3:26 UTC
[PATCH v9 0/2] QEMU RISC-V nested virtualization fixes
2022-07-04 2:36 UTC (4+ messages)
` [PATCH v9 1/2] target/riscv: Update [m|h]tinst CSR in riscv_cpu_do_interrupt()
[PATCH 00/18] Make block-backend-io.h API more consistent
2022-07-03 22:22 UTC (3+ messages)
[RFC 0/8] Introduce an extensible static analyzer
2022-07-03 22:20 UTC (4+ messages)
` [RFC 4/8] Fix some direct calls from non-coroutine_fn to coroutine_fn
[PATCH 0/5] target/arm: Implement (or don't) OS Lock and DoubleLock properly
2022-07-03 9:01 UTC (5+ messages)
` [PATCH 5/5] target/arm: Correctly implement Feat_DoubleLock
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).