messages from 2023-01-26 11:25:53 to 2023-01-27 09:00:29 UTC [more...]
[PATCH 00/58] Xen HVM support under KVM
2023-01-27 8:59 UTC (3+ messages)
` [PATCH v8 26/58] hw/xen: Add xen_evtchn device for event channel emulation
no more pullreq processing til February
2023-01-27 8:50 UTC (19+ messages)
[PATCH v2] docs/s390x/pcidevices: document pci devices on s390x
2023-01-27 8:46 UTC
[PATCH 00/13] block: Fix bdrv_open*() calls from coroutine context
2023-01-27 8:30 UTC (15+ messages)
` [PATCH 01/13] block-coroutine-wrapper: Introduce no_co_wrapper
` [PATCH 02/13] block: Create no_co_wrappers for open functions
` [PATCH 03/13] luks: Fix .bdrv_co_create(_opts) to open images with no_co_wrapper
` [PATCH 04/13] parallels: "
` [PATCH 05/13] qcow: "
` [PATCH 06/13] qcow2: Fix open/create "
` [PATCH 07/13] qed: Fix .bdrv_co_create(_opts) "
` [PATCH 08/13] vdi: "
` [PATCH 09/13] vhdx: "
` [PATCH 10/13] vmdk: "
` [PATCH 11/13] vpc: "
` [PATCH 12/13] block: Fix bdrv_co_create_opts_simple() "
` [PATCH 13/13] block: Assert non-coroutine context for bdrv_open_inherit()
[PATCH] microvm: update outdated docs
2023-01-27 8:27 UTC (2+ messages)
[PATCH 0/4] block: fix detect-zeroes= with BDRV_REQ_REGISTERED_BUF
2023-01-27 8:23 UTC (6+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] qemu-io: use BdrvRequestFlags instead of int
` [PATCH 3/4] qemu-io: add -r option to register I/O buffer
` [PATCH 4/4] iotests/detect-zeroes-registered-buf: add new test
[PATCH v4 0/5] hw/nvram/eeprom_at24c: Cleanup + FRUID EEPROM init example
2023-01-27 7:42 UTC (5+ messages)
` [PATCH v4 3/5] hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helper
[PATCH v7 0/7] Misc ppc/mac machines clean up
2023-01-27 7:01 UTC (22+ messages)
` [PATCH v7 6/7] mac_newworld: Deprecate mac99 "via" option
[PATCH v5 00/36] tcg: Support for Int128 with helpers
2023-01-27 6:44 UTC (17+ messages)
` [PATCH v5 03/36] tcg: Allocate objects contiguously in temp_allocate_frame
` [PATCH v5 16/36] tcg: Add tcg_gen_{non}atomic_cmpxchg_i128
` [PATCH v5 17/36] tcg: Split out tcg_gen_nonatomic_cmpxchg_i{32,64}
` [PATCH v5 24/36] target/s390x: Use a single return for helper_divs32/u32
` [PATCH v5 32/36] target/s390x: Use tcg_gen_atomic_cmpxchg_i128 for CDSG
` [PATCH v5 33/36] target/s390x: Implement CC_OP_NZ in gen_op_calc_cc
[RFC] 2-stage translation emulation support for SMMUv3 on TCG
2023-01-27 5:44 UTC (2+ messages)
[PATCH] hw/xen/xen_pt: fix uninitialized variable
2023-01-27 5:08 UTC
[PATCH] hw/cxl: Add QTG _DSM support for ACPI0017 device
2023-01-26 20:06 UTC (6+ messages)
[PATCH] target/arm: Fix physical address resolution for Stage2
2023-01-27 0:28 UTC (2+ messages)
[PATCH v2 00/10] Resolve isabus global
2023-01-27 0:27 UTC (12+ messages)
` [PATCH v2 01/10] softmmu/ioport: Move portio_list_init() in front of portio_list_add()
` [PATCH v2 02/10] softmmu/ioport: Merge portio_list_add() into portio_list_init()
` [PATCH v2 03/10] softmmu/ioport: Remove unused functions
` [PATCH v2 04/10] hw/ide/piix: Disuse isa_get_irq()
` [PATCH v2 05/10] Revert "hw/ide: Fix crash when plugging a piix3-ide device into the x-remote machine"
` [PATCH v2 06/10] hw/ide/pci: Add PCIIDEState::isa_irqs[]
` [PATCH v2 07/10] hw/ide/piix: Require an ISABus only for user-created instances
` [PATCH v2 08/10] hw/ide: Let ide_init_ioport() take a MemoryRegion argument instead of ISADevice
` [PATCH v2 09/10] hw/isa: Remove use of global isa bus
` [PATCH v2 10/10] hw/isa/isa-bus: Resolve isabus global
[SeaBIOS PATCH] xen: require Xen info structure at 0x1000 to detect Xen
2023-01-26 23:52 UTC (3+ messages)
` [SeaBIOS] "
[PATCH 00/18] vfio: Add migration pre-copy support and device dirty tracking
2023-01-26 23:52 UTC (20+ messages)
` [PATCH 01/18] vfio/migration: Add VFIO migration pre-copy support
` [PATCH 02/18] vfio/common: Fix error reporting in vfio_get_dirty_bitmap()
` [PATCH 03/18] vfio/common: Fix wrong %m usages
` [PATCH 04/18] vfio/common: Abort migration if dirty log start/stop/sync fails
` [PATCH 05/18] vfio/common: Add VFIOBitmap and (de)alloc functions
` [PATCH 06/18] util: Add iova_tree_nnodes()
` [PATCH 07/18] util: Extend iova_tree_foreach() to take data argument
` [PATCH 08/18] vfio/common: Record DMA mapped IOVA ranges
` [PATCH 09/18] vfio/common: Add device dirty page tracking start/stop
` [PATCH 10/18] vfio/common: Extract code from vfio_get_dirty_bitmap() to new function
` [PATCH 11/18] vfio/common: Add device dirty page bitmap sync
` [PATCH 12/18] vfio/common: Extract vIOMMU code from vfio_sync_dirty_bitmap()
` [PATCH 13/18] memory/iommu: Add IOMMU_ATTR_MAX_IOVA attribute
` [PATCH 14/18] intel-iommu: Implement get_attr() method
` [PATCH 15/18] vfio/common: Support device dirty page tracking with vIOMMU
` [PATCH 16/18] vfio/common: Optimize "
` [PATCH 17/18] vfio/migration: Query device dirty page tracking support
` [PATCH 18/18] docs/devel: Document VFIO device dirty page tracking
ARM: ptw.c:S1_ptw_translate
2023-01-26 22:27 UTC (6+ messages)
[PATCH] m68k: fix 'bkpt' instruction in softmmu mode
2023-01-26 22:12 UTC (3+ messages)
[PATCH 0/2] hw/cxl: Passthrough HDM decoder emulation
2023-01-26 21:57 UTC (3+ messages)
` [PATCH 2/2] hw/pxb-cxl: Support passthrough HDM Decoders unless overridden
Fortnightly KVM call minutes for 2023-01-24
2023-01-26 21:26 UTC (2+ messages)
Migration of download.qemu.org server in progress
2023-01-26 20:56 UTC (2+ messages)
[PATCH v5 0/4] memory: prevent dma-reentracy issues
2023-01-26 20:54 UTC (6+ messages)
` [PATCH v5 1/4] "
` [PATCH v5 3/4] checkpatch: add qemu_bh_new/aio_bh_new checks
Outdated QEMU microvm documentation
2023-01-26 20:53 UTC
[PATCH 0/3] util/userfaultfd: Support /dev/userfaultfd
2023-01-26 20:03 UTC (17+ messages)
` [PATCH 2/3] util/userfaultfd: Add uffd_open()
` [PATCH 3/3] util/userfaultfd: Support /dev/userfaultfd
[PATCH v4 3/5] hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helper
2023-01-26 19:48 UTC (5+ messages)
[PATCH] linux-user: Fix SO_ERROR return code of getsockopt()
2023-01-26 19:43 UTC (4+ messages)
[PATCH v4 0/3] riscv_load_fdt() semantics change
2023-01-26 18:40 UTC (5+ messages)
` [PATCH v4 1/3] hw/riscv/boot.c: calculate fdt size after fdt_pack()
` [PATCH v4 2/3] hw/riscv: split fdt address calculation from fdt load
` [PATCH v4 3/3] hw/riscv: change riscv_compute_fdt_addr() semantics
[PATCH v4 00/13] Introduce igb
2023-01-26 18:23 UTC (3+ messages)
` [PATCH v4 04/13] igb: Copy e1000e code
[PATCH v2 0/2] qga: improve "syslog" domain logging
2023-01-26 17:50 UTC (6+ messages)
` [PATCH v2 1/2] qga-win: add logging to Windows event log
[PATCH v2 0/7] hw/cxl: RAS error emulation and injection
2023-01-26 17:35 UTC (3+ messages)
` [PATCH v2 7/7] hw/mem/cxl_type3: Add CXL RAS Error Injection Support
[PATCH 0/4] E500 cleanups and enhancements
2023-01-26 16:38 UTC (4+ messages)
` [PATCH 1/4] hw/ppc: Set machine->fdt in e500 machines
[PATCH 0/2] hw/cxl: CXL Event processing fixups
2023-01-26 16:34 UTC (6+ messages)
` [PATCH 1/2] hw/cxl: Fix event log time stamp fields
` [PATCH 2/2] hw/cxl: Remove check for g_new0() failure
[PATCH] linux-user: Improve strace output of personality() and sysinfo()
2023-01-26 16:25 UTC (6+ messages)
[PATCH] linux-user: Improve strace output of getgroups() and setgroups()
2023-01-26 16:12 UTC (3+ messages)
[PATCH] linux-user: Add strace output for clock_getres_time64() and futex_time64()
2023-01-26 16:11 UTC (3+ messages)
[QEMU][PATCH v4 00/10] Introduce xenpvh machine for arm architecture
2023-01-26 15:39 UTC (5+ messages)
` [QEMU][PATCH v4 09/10] hw/arm: introduce xenpvh machine
[PATCH] sbsa-ref: remove cortex-a76 from list of supported cpus
2023-01-26 15:38 UTC (3+ messages)
[PATCH v3] linux-user: Fix /proc/cpuinfo output for sparc and hppa
2023-01-26 15:30 UTC (2+ messages)
[PATCH] vhost-user-fs: add capability to allow migration
2023-01-26 15:21 UTC (5+ messages)
[PATCH] linux-user: Improve strace output of pread64() and pwrite64()
2023-01-26 15:12 UTC (2+ messages)
[PATCH v2] hw/arm/smmuv3: Add GBPA register
2023-01-26 14:11 UTC
[PATCH v8 00/13] vfio/migration: Implement VFIO migration protocol v2
2023-01-26 13:41 UTC (6+ messages)
` [PATCH v8 09/13] "
[PATCH 00/32] Move and clean up monitor command code
2023-01-26 13:29 UTC (3+ messages)
` [PATCH 12/32] block: Factor out hmp_change_medium(), and move to block/monitor/
[PATCH v7] tests/qtest: netdev: test stream and dgram backends
2023-01-26 12:48 UTC (2+ messages)
[PATCH v3 0/6] qemu/bswap: Use compiler __builtin_bswap()
2023-01-26 12:47 UTC (2+ messages)
[PATCH 0/3] tests/qtest/vnc-display-test: Silent warnings & explicit machine
2023-01-26 12:45 UTC (2+ messages)
[PATCH 00/18] hw/arm: Move various objects to softmmu_ss to build them once (part 1)
2023-01-26 12:43 UTC (5+ messages)
` [PATCH 12/18] hw/arm/digic: Replace object_initialize(ARMCPU) by object_new(ARMCPU)
[PATCH v4 0/2] arm: enable MTE for QEMU + kvm
2023-01-26 12:15 UTC (5+ messages)
` [PATCH v4 1/2] arm/kvm: add support for MTE
[PATCH v2] docs/about/deprecated: Mark HAXM in QEMU as deprecated
2023-01-26 12:12 UTC (2+ messages)
[PATCH v7 0/3] hw/riscv: clear kernel_entry high bits with 32bit CPUs
2023-01-26 12:07 UTC (5+ messages)
` [PATCH v7 3/3] hw/riscv: clear kernel_entry higher bits in load_elf_ram_sym()
[PATCH] hw/riscv: boot: Don't use CSRs if they are disabled
2023-01-26 12:03 UTC (4+ messages)
[PULL 00/35] Testing, docs, semihosting and plugin updates
2023-01-26 11:22 UTC (25+ messages)
` [PULL 02/35] gitlab: add FF_SCRIPT_SECTIONS for timings
` [PULL 04/35] tests/unit: drop hacky race avoidance in test-io-channel-command
` [PULL 07/35] meson: replace Perl usage with Python
` [PULL 08/35] docs: drop texinfo options
` [PULL 09/35] gitlab: add lsan suppression file to workaround tcmalloc issues
` [PULL 10/35] Update lcitool and fedora to 37
` [PULL 13/35] tests/docker: Install flex in debian-tricore-cross
` [PULL 14/35] tests/docker: drop debian-tricore-cross's partial status
` [PULL 15/35] tests/tcg: skip the vma-pthread test on CI
` [PULL 18/35] MAINTAINERS: Fix the entry for tests/tcg/nios2
` [PULL 19/35] docs: add hotlinks to about preface text
` [PULL 21/35] semihosting: add semihosting section to the docs
` [PULL 22/35] docs: add an introduction to the system docs
` [PULL 23/35] semihosting: Write back semihosting data before completion callback
` [PULL 24/35] semihosting: add O_BINARY flag in host_open for NT compatibility
` [PULL 25/35] tests/tcg: add memory-sve test for aarch64
` [PULL 26/35] cpu: free cpu->tb_jmp_cache with RCU
` [PULL 27/35] util/qht: add missing atomic_set(hashes[i])
` [PULL 29/35] util/qht: use striped locks under TSAN
` [PULL 30/35] plugins: make qemu_plugin_user_exit's locking order consistent with fork_start's
` [PULL 31/35] plugins: fix optimization in plugin_gen_disable_mem_helpers
` [PULL 33/35] tcg: exclude non-memory effecting helpers from instrumentation
` [PULL 34/35] cpu-exec: assert that plugin_mem_cbs is NULL after execution
` [PULL 35/35] plugins: Iterate on cb_lists in qemu_plugin_user_exit
[PATCH v2 00/13] Introduce igb
2023-01-26 11:31 UTC (6+ messages)
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).