messages from 2021-12-21 07:46:06 to 2021-12-21 23:14:54 UTC [more...]
[PATCH 0/5] hw: Have DMA API take MemTxAttrs arg & propagate MemTxResult (part 4)
2021-12-21 23:13 UTC (3+ messages)
` [PATCH 1/5] hw/scsi/megasas: Use uint32_t for reply queue head/tail values
[PATCH 0/4] hw: Have DMA API take MemTxAttrs arg & propagate MemTxResult (part 3)
2021-12-21 23:09 UTC (9+ messages)
` [PATCH 1/4] dma: Let st*_dma() take MemTxAttrs argument
` [PATCH 2/4] dma: Let ld*_dma() "
` [PATCH 3/4] dma: Let st*_dma() propagate MemTxResult
` [PATCH 4/4] dma: Let ld*_dma() "
[PATCH v2 00/30] tcg/loongarch64: New tcg backend
2021-12-21 22:53 UTC (2+ messages)
powernv gitlab ci regression
2021-12-21 22:30 UTC (6+ messages)
[PATCH] target/riscv: make H-extension non-experimental
2021-12-21 22:19 UTC (2+ messages)
[PATCH 0/8] Next round of configure/meson cleanups
2021-12-21 21:54 UTC (16+ messages)
` [PATCH 1/8] configure: simplify creation of plugin symbol list
` [PATCH 2/8] configure: do not set bsd_user/linux_user early
` [PATCH 3/8] configure, makefile: remove traces of really old files
` [PATCH 4/8] configure: parse --enable/--disable-strip automatically, flip default
` [PATCH 5/8] configure: move non-command-line variables away from command-line parsing section
` [PATCH 6/8] meson: build contrib/ executables after generated headers
` [PATCH 7/8] configure, meson: move config-poison.h to meson
` [PATCH 8/8] meson: add comments in the target-specific flags section
[PATCH 0/3] build: some cleanups for common-user/ infrastructure
2021-12-21 20:33 UTC (9+ messages)
` [PATCH 1/3] meson: reuse common_user_inc when building files specific to user-mode emulators
` [PATCH 2/3] user: move common-user includes to a subdirectory of {bsd, linux}-user/
` [PATCH 2/3] user: move common-user includes to a subdirectory of {bsd,linux}-user/
` [PATCH 3/3] meson: cleanup common-user/ build
[PATCH RFC 0/3] trace qmp commands
2021-12-21 19:35 UTC (4+ messages)
` [PATCH 1/3] scripts/qapi/commands: gen_commands(): add add_trace_points argument
` [PATCH 2/3] scripts/qapi-gen.py: add --add-trace-points option
` [PATCH 3/3] meson: generate trace points for qmp commands
[PATCH] tests/qtest/virtio-net-failover: Use g_random_int() instead of g_test_rand_int()
2021-12-21 19:32 UTC (5+ messages)
[PULL v2 00/36] ui: D-Bus display backend
2021-12-21 19:22 UTC (9+ messages)
` [PULL v2 20/36] docs/sphinx: add sphinx modules to include D-Bus documentation
` [PULL v2 25/36] ui: add a D-Bus display backend
` [PULL v2 28/36] tests: start dbus-display-test
` [PULL v2 32/36] chardev: make socket derivable
` [PULL v2 33/36] option: add g_auto for QemuOpts
` [PULL v2 34/36] ui/dbus: add chardev backend & interface
` [PULL v2 36/36] MAINTAINERS: update D-Bus section
[PATCH] vfio/pci: Don't setup VFIO MSI-X for Kunlun VF
2021-12-21 19:16 UTC (2+ messages)
[PATCH v7 00/13] target/hexagon: introduce idef-parser
2021-12-21 18:51 UTC (5+ messages)
` [PATCH v7 05/13] target/hexagon: introduce new helper functions
` [PATCH v7 09/13] target/hexagon: import lexer for idef-parser
[PATCH] vl: Add -set options to device opts dict when using JSON syntax for -device
2021-12-21 17:31 UTC (7+ messages)
[PATCH v11 00/31] LoongArch64 port of QEMU TCG
2021-12-21 16:49 UTC (5+ messages)
[PULL 00/31] tcg/loongarch64: New tcg backend
2021-12-21 16:47 UTC (32+ messages)
` [PULL 01/31] elf: Add machine type value for LoongArch
` [PULL 02/31] MAINTAINERS: Add tcg/loongarch64 entry with myself as maintainer
` [PULL 03/31] tcg/loongarch64: Add the tcg-target.h file
` [PULL 04/31] tcg/loongarch64: Add generated instruction opcodes and encoding helpers
` [PULL 05/31] tcg/loongarch64: Add register names, allocation order and input/output sets
` [PULL 06/31] tcg/loongarch64: Define the operand constraints
` [PULL 07/31] tcg/loongarch64: Implement necessary relocation operations
` [PULL 08/31] tcg/loongarch64: Implement the memory barrier op
` [PULL 09/31] tcg/loongarch64: Implement tcg_out_mov and tcg_out_movi
` [PULL 10/31] tcg/loongarch64: Implement goto_ptr
` [PULL 11/31] tcg/loongarch64: Implement sign-/zero-extension ops
` [PULL 12/31] tcg/loongarch64: Implement not/and/or/xor/nor/andc/orc ops
` [PULL 13/31] tcg/loongarch64: Implement deposit/extract ops
` [PULL 14/31] tcg/loongarch64: Implement bswap{16,32,64} ops
` [PULL 15/31] tcg/loongarch64: Implement clz/ctz ops
` [PULL 16/31] tcg/loongarch64: Implement shl/shr/sar/rotl/rotr ops
` [PULL 17/31] tcg/loongarch64: Implement add/sub ops
` [PULL 18/31] tcg/loongarch64: Implement mul/mulsh/muluh/div/divu/rem/remu ops
` [PULL 19/31] tcg/loongarch64: Implement br/brcond ops
` [PULL 20/31] tcg/loongarch64: Implement setcond ops
` [PULL 21/31] tcg/loongarch64: Implement tcg_out_call
` [PULL 22/31] tcg/loongarch64: Implement simple load/store ops
` [PULL 23/31] tcg/loongarch64: Add softmmu load/store helpers, implement qemu_ld/qemu_st ops
` [PULL 24/31] tcg/loongarch64: Implement tcg_target_qemu_prologue
` [PULL 25/31] tcg/loongarch64: Implement exit_tb/goto_tb
` [PULL 26/31] tcg/loongarch64: Implement tcg_target_init
` [PULL 27/31] tcg/loongarch64: Register the JIT
` [PULL 28/31] common-user: Add safe syscall handling for loongarch64 hosts
` [PULL 29/31] linux-user: Implement CPU-specific signal handler "
` [PULL 30/31] configure, meson.build: Mark support "
` [PULL 31/31] tests/docker: Add gentoo-loongarch64-cross image and run cross builds in GitLab
[PATCH] acpi: validate hotplug selector on access
2021-12-21 16:37 UTC (3+ messages)
[PATCH] pci: Skip power-off reset when pending unplug
2021-12-21 16:36 UTC (3+ messages)
QOM
2021-12-21 16:21 UTC (4+ messages)
[PATCH RFC] MAINTAINERS: split out s390x sections
2021-12-21 16:11 UTC (5+ messages)
[PATCH] docker: include bison in debian-tricore-cross
2021-12-21 16:09 UTC (3+ messages)
[PATCH v3 00/15] KVM: mm: fd-based approach for supporting KVM guest private memory
2021-12-21 15:44 UTC (17+ messages)
` [PATCH v3 01/15] mm/shmem: Introduce F_SEAL_INACCESSIBLE
` [PATCH v3 02/15] mm/memfd: Introduce MFD_INACCESSIBLE flag
` [PATCH v3 03/15] mm/memfd: Introduce MEMFD_OPS
` [PATCH v3 04/15] KVM: Extend the memslot to support fd-based private memory
` [PATCH v3 05/15] KVM: Implement fd-based memory using MEMFD_OPS interfaces
` [PATCH v3 06/15] KVM: Refactor hva based memory invalidation code
` [PATCH v3 07/15] KVM: Special handling for fd-based memory invalidation
` [PATCH v3 08/15] KVM: Split out common memory invalidation code
` [PATCH v3 09/15] KVM: Implement fd-based memory invalidation
` [PATCH v3 10/15] KVM: Add kvm_map_gfn_range
` [PATCH v3 11/15] KVM: Implement fd-based memory fallocation
` [PATCH v3 12/15] KVM: Add KVM_EXIT_MEMORY_ERROR exit
` [PATCH v3 13/15] KVM: Handle page fault for private memory
` [PATCH v3 14/15] KVM: Use kvm_userspace_memory_region_ext
` [PATCH v3 15/15] KVM: Register/unregister private memory slot to memfd
[PATCH v3 00/15] hw/nvme: SR-IOV with Virtualization Enhancements
2021-12-21 14:32 UTC (16+ messages)
` [PATCH v3 01/15] pcie: Add support for Single Root I/O Virtualization (SR/IOV)
` [PATCH v3 02/15] pcie: Add some SR/IOV API documentation in docs/pcie_sriov.txt
` [PATCH v3 03/15] pcie: Add a helper to the SR/IOV API
` [PATCH v3 04/15] pcie: Add 1.2 version token for the Power Management Capability
` [PATCH v3 05/15] hw/nvme: Add support for SR-IOV
` [PATCH v3 06/15] hw/nvme: Add support for Primary Controller Capabilities
` [PATCH v3 07/15] hw/nvme: Add support for Secondary Controller List
` [PATCH v3 08/15] hw/nvme: Implement the Function Level Reset
` [PATCH v3 09/15] hw/nvme: Make max_ioqpairs and msix_qsize configurable in runtime
` [PATCH v3 10/15] hw/nvme: Remove reg_size variable and update BAR0 size calculation
` [PATCH v3 11/15] hw/nvme: Calculate BAR attributes in a function
` [PATCH v3 12/15] hw/nvme: Initialize capability structures for primary/secondary controllers
` [PATCH v3 13/15] hw/nvme: Add support for the Virtualization Management command
` [PATCH v3 14/15] docs: Add documentation for SR-IOV and Virtualization Enhancements
` [PATCH v3 15/15] hw/nvme: Update the initalization place for the AER queue
[PATCH 0/2] qapi/ui: add change-vnc-listen
2021-12-21 14:41 UTC (10+ messages)
` [PATCH 1/2] ui/vnc: refactor arrays of addresses to SocketAddressList
` [PATCH 2/2] qapi/ui: introduce change-vnc-listen
` [PATCH 3/2] avocado/vnc: add test_change_listen
[RFC PATCH v2 00/14] job: replace AioContext lock with job_mutex
2021-12-21 14:23 UTC (4+ messages)
` [RFC PATCH v2 02/14] job.h: categorize fields in struct Job
[PATCH v4 0/7] nbd reconnect on open
2021-12-21 14:17 UTC (2+ messages)
[PATCH] vl: Add opts to device opts list when using JSON syntax for -device
2021-12-21 10:09 UTC (3+ messages)
[PATCH v2 0/6] migration: misc cleanups
2021-12-21 13:29 UTC (8+ messages)
` [PATCH v2 1/6] migration: All this fields are unsigned
` [PATCH v2 2/6] migration: We only need last_stage in two places
` [PATCH v2 3/6] migration: ram_release_pages() always receive 1 page as argument
` [PATCH v2 4/6] migration: Remove masking for compression
` [PATCH v2 5/6] migration: simplify do_compress_ram_page
` [PATCH v2 6/6] migration: Move ram_release_pages() call to save_zero_page_to_file()
[PATCH] failover: Silence warning messages during qtest
2021-12-21 13:26 UTC (3+ messages)
[PATCH v2 0/8] migration: Postcopy cleanup on ram disgard
2021-12-21 13:08 UTC (7+ messages)
` [PATCH v2 6/8] migration: Dump sub-cmd name in loadvm_process_command tp
` [PATCH v2 7/8] migration: Finer grained tracepoints for POSTCOPY_LISTEN
[PATCH v2 0/2] qemu-img convert: Fix sparseness detection
2021-12-21 12:11 UTC (2+ messages)
Virtio-GPU Xres and Yres seettings
2021-12-21 11:27 UTC (8+ messages)
[PATCH] scsi-generic: replace logical block count of response of READ CAPACITY
2021-12-21 11:20 UTC (3+ messages)
[PATCH v3 0/2] migration: Tally pre-copy, downtime and post-copy bytes independently
2021-12-21 9:34 UTC (3+ messages)
` [PATCH v3 1/2] migration: Introduce ram_transferred_add()
` [PATCH v3 2/2] migration: Tally pre-copy, downtime and post-copy bytes independently
[PATCH 0/5] migration: misc cleanups
2021-12-21 9:35 UTC (4+ messages)
` [PATCH 3/5] migration: ram_release_pages() always receive 1 page as argument
[PATCH] KVM: x86: ignore interrupt_bitmap field of KVM_GET/SET_SREGS
2021-12-21 9:14 UTC
[PATCH] ps2: Initial horizontal scroll support
2021-12-21 8:59 UTC (2+ messages)
[PATCH] MAINTAINERS: Update COLO Proxy section
2021-12-21 8:50 UTC (3+ messages)
[RFC v2 0/2] migration: Tally pre-copy, downtime and post-copy bytes independently
2021-12-21 8:37 UTC (5+ messages)
` [RFC v2 1/2] migration: Introduce ram_transferred_add()
` [RFC v2 2/2] migration: Tally pre-copy, downtime and post-copy bytes independently
[PATCH 0/4] UI fixups
2021-12-21 8:26 UTC (9+ messages)
` [PATCH 1/4] ui: Use allocated size instead of window size
` [PATCH 2/4] ui: Remove unnecessary checks
` [PATCH 4/4] ui: Fix gtk/gl when the scaled virtual console does not fit the window
[PATCH v2 0/9] A collection of RISC-V cleanups and improvements
2021-12-21 8:22 UTC (5+ messages)
` [PATCH v2 1/9] hw/intc: sifive_plic: Add a reset function
` [PATCH v2 4/9] hw/intc: sifive_plic: Cleanup remaining functions
[PATCH] tests/qtest: Make the filter tests independent from a specific NIC
2021-12-21 8:20 UTC (4+ messages)
[PATCH] target/riscv/pmp: fix no pmp illegal intrs
2021-12-21 7:13 UTC (2+ messages)
[PATCH v4 0/3] RISC-V: Populate mtval and stval
2021-12-21 7:46 UTC (7+ messages)
` [PATCH v4 1/3] target/riscv: Set the opcode in DisasContext
` [PATCH v4 2/3] target/riscv: Fixup setting GVA
` [PATCH v4 3/3] target/riscv: Implement the stval/mtval illegal instruction
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).