messages from 2024-01-22 14:57:57 to 2024-01-23 07:37:21 UTC [more...]
How can I know Page Table address on RAM?
2024-01-23 7:36 UTC (3+ messages)
[PATCH] target/ppc: Re-name registers to match ISA
2024-01-23 7:34 UTC (2+ messages)
[PATCH v6 0/9] Add powernv10 I2C devices and tests
2024-01-23 7:33 UTC (3+ messages)
` [PATCH v6 9/9] ppc/pnv: Test pnv i2c master and connected devices
[PATCH v3 0/8] ppc: pnv ChipTOD and various timebase fixes
2024-01-23 7:22 UTC (5+ messages)
` [PATCH v3 5/8] ppc/pnv: Wire ChipTOD model to powernv9 and powernv10 machines
` [PATCH v3 8/8] target/ppc: Add SMT support to time facilities
[PATCH] Make 'uri' optional for migrate QAPI
2024-01-23 6:47 UTC (2+ messages)
[PATCH 0/8] hw/arm/cortex-a: Check for CPU types in machine_run_board_init()
2024-01-23 6:38 UTC (9+ messages)
` [PATCH 1/8] hw/arm/exynos: "
` [PATCH 2/8] hw/arm/highbank: "
` [PATCH 3/8] hw/arm/vexpress: "
` [PATCH 4/8] hw/arm/aspeed/2400: "
` [PATCH 5/8] hw/arm/aspeed/2500: "
` [PATCH 6/8] hw/arm/aspeed/2600: "
` [PATCH 7/8] hw/arm/aspeed/1030: "
` [PATCH 8/8] hw/arm/zynq: "
[PATCH rfcv1 0/6] Check and sync host IOMMU cap/ecap with vIOMMU
2024-01-23 6:37 UTC (13+ messages)
` [PATCH rfcv1 1/6] backends/iommufd_device: introduce IOMMUFDDevice
` [PATCH rfcv1 2/6] hw/pci: introduce pci_device_set/unset_iommu_device()
` [PATCH rfcv1 3/6] intel_iommu: add set/unset_iommu_device callback
` [PATCH rfcv1 4/6] vfio: initialize IOMMUFDDevice and pass to vIOMMU
[PATCH 0/5] util/uri: Simplify the code, remove unused functions
2024-01-23 6:03 UTC (16+ messages)
` [PATCH 1/5] util/uri: Remove the unused "target" argument from uri_string_unescape()
` [PATCH 2/5] util/uri: Simplify uri_string_unescape()
` [PATCH 3/5] util/uri: Remove the uri_string_escape() function
` [PATCH 4/5] util/uri: Remove unused functions uri_resolve() and uri_resolve_relative()
` [PATCH 5/5] util/uri: Remove unused macros ISA_RESERVED() and ISA_GEN_DELIM()
[PATCH v3 0/2] riscv: support new isa extension detection devicetree properties
2024-01-23 5:50 UTC (4+ messages)
[PATCH v3 00/21] plugin updates (register access) for 9.0 (pre-PR?)
2024-01-23 5:48 UTC (20+ messages)
` [PATCH v3 01/21] hw/riscv: Use misa_mxl instead of misa_mxl_max
` [PATCH v3 05/21] target/arm: Use GDBFeature for dynamic XML
` [PATCH v3 06/21] target/ppc: "
` [PATCH v3 07/21] target/riscv: "
` [PATCH v3 08/21] gdbstub: Use GDBFeature for gdb_register_coprocessor
` [PATCH v3 09/21] gdbstub: Use GDBFeature for GDBRegisterState
` [PATCH v3 10/21] gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cb
` [PATCH v3 11/21] gdbstub: Simplify XML lookup
` [PATCH v3 12/21] gdbstub: Infer number of core registers from XML
` [PATCH v3 13/21] hw/core/cpu: Remove gdb_get_dynamic_xml member
` [PATCH v3 14/21] gdbstub: Add members to identify registers to GDBFeature
` [PATCH v3 15/21] plugins: Use different helpers when reading registers
` [PATCH v3 16/21] gdbstub: expose api to find registers
` [PATCH v3 17/21] plugins: add an API to read registers
` [PATCH v3 18/21] contrib/plugins: fix imatch
` [PATCH v3 19/21] contrib/plugins: extend execlog to track register changes
` [PATCH v3 20/21] docs/devel: lift example and plugin API sections up
` [PATCH v3 21/21] docs/devel: document some plugin assumptions
[PATCH v4 00/13] target/riscv: add 'cpu->cfg.vlenb', remove
2024-01-23 5:46 UTC (15+ messages)
` [PATCH v4 01/13] target/riscv: add 'vlenb' field in cpu->cfg
` [PATCH v4 02/13] target/riscv/csr.c: use 'vlenb' instead of 'vlen'
` [PATCH v4 03/13] target/riscv/gdbstub.c: use 'vlenb' instead of shifting 'vlen'
` [PATCH v4 04/13] target/riscv/insn_trans/trans_rvbf16.c.inc: use cpu->cfg.vlenb
` [PATCH v4 05/13] target/riscv/insn_trans/trans_rvv.c.inc: use 'vlenb'
` [PATCH v4 06/13] target/riscv/insn_trans/trans_rvvk.c.inc: "
` [PATCH v4 07/13] target/riscv/vector_helper.c: "
` [PATCH v4 08/13] target/riscv/vector_helper.c: use vlenb in HELPER(vsetvl)
` [PATCH v4 09/13] target/riscv/insn_trans/trans_rvv.c.inc: use 'vlenb' in MAXSZ()
` [PATCH v4 10/13] target/riscv/cpu.h: use 'vlenb' in vext_get_vlmax()
` [PATCH v4 11/13] target/riscv: change vext_get_vlmax() arguments
` [PATCH v4 12/13] trans_rvv.c.inc: use vext_get_vlmax() in trans_vrgather_v*()
` [PATCH v4 13/13] target/riscv/cpu.c: remove cpu->cfg.vlen
[PATCH 0/7] hw/riscv: fix leak, add more g_autofree
2024-01-23 5:44 UTC (11+ messages)
` [PATCH 1/7] hw/riscv/virt-acpi-build.c: fix leak in build_rhct()
` [PATCH 2/7] hw/riscv/numa.c: use g_autofree in socket_fdt_write_distance_matrix()
` [PATCH 3/7] hw/riscv/virt.c: use g_autofree in create_fdt_socket_cpus()
` [PATCH 4/7] hw/riscv/virt.c: use g_autofree in create_fdt_sockets()
` [PATCH 5/7] hw/riscv/virt.c: use g_autofree in create_fdt_virtio()
` [PATCH 6/7] hw/riscv/virt.c: use g_autofree in virt_machine_init()
` [PATCH 7/7] hw/riscv/virt.c: use g_autofree in create_fdt_*
[PATCH v3 00/38] tcg: Introduce TCG_COND_TST{EQ,NE}
2024-01-23 5:36 UTC (3+ messages)
` [PATCH v3 37/38] tcg/s390x: Support TCG_COND_TST{EQ,NE}
[PATCH v4] qemu-img: Fix Column Width and Improve Formatting in snapshot list
2024-01-23 5:03 UTC
[PATCH v2 00/20] Use Intel DSA accelerator to offload zero page checking in multifd live migration
2024-01-23 4:28 UTC (4+ messages)
` [PATCH v2 04/20] So we use multifd to transmit zero pages
` [External] "
[PATCH] migration/docs: Explain two solutions for VMSD compatibility
2024-01-23 3:42 UTC (3+ messages)
[PATCH] tcg/arm: Fix SIGILL in tcg_out_qemu_st_direct
2024-01-23 3:31 UTC (2+ messages)
[PATCH v4 0/4] Support RISC-V IOPMP
2024-01-23 3:31 UTC (5+ messages)
[PATCH 0/5] migration: Fix migration state reference counting
2024-01-23 2:19 UTC (7+ messages)
` [PATCH 1/5] migration: Fix use-after-free of migration state object
[PATCH v3 0/2] target/ppc: Fix checkstop and add attn instruction
2024-01-23 1:59 UTC (4+ messages)
` [PATCH v3 2/2] target/ppc: Implement attn instruction on BookS 64-bit processors
[PATCH 0/8] ppc: Update targets for Power machines (spapr and pnv)
2024-01-23 1:57 UTC (4+ messages)
` [PATCH 2/8] ppc/spapr|pnv: Remove SAO from pa-features when running MTTCG
[PATCH 00/26] target/ppc: TCG improvements and fixes
2024-01-23 1:53 UTC (3+ messages)
[PATCH v6 00/10] Fix segfault on migration return path
2024-01-23 1:27 UTC (5+ messages)
` [PATCH v6 08/10] migration/yank: Use channel features
[PATCH v3 00/20] Use Intel DSA accelerator to offload zero page checking in multifd live migration
2024-01-23 0:46 UTC (10+ messages)
` [PATCH v3 01/20] multifd: Add capability to enable/disable zero_page
` [External] "
` [PATCH v3 03/20] multifd: Zero pages transmission
` [External] "
` [PATCH v3 13/20] migration/multifd: Prepare to introduce DSA acceleration on the multifd path
` [External] "
[PATCH v3 0/3] linux-user: Allow gdbstub to ignore page protection
2024-01-22 23:19 UTC (9+ messages)
` [PATCH v3 2/3] tests/tcg: Factor out gdbstub test functions
` "
` [PATCH v3 3/3] tests/tcg: Add the PROT_NONE gdbstub test
` "
[PULL 0/8] tcg + linux-user patch queue
2024-01-22 22:02 UTC (3+ messages)
[PATCH v2] cpu-exec: simplify jump cache management
2024-01-22 21:57 UTC (2+ messages)
[PATCH v2 4/4] Exclude TPM ioctls definitions for the GNU/Hurd
2024-01-22 21:50 UTC (5+ messages)
[PATCH 0/5] buses: switch to 3-phase-reset
2024-01-22 21:49 UTC (3+ messages)
` [PATCH 4/5] hw/s390x/css-bridge: switch virtual-css bus "
[PATCH v3 15/38] target/s390x: Improve general case of disas_jcc
2024-01-22 21:38 UTC (3+ messages)
` [PATCH v3 15/38 6/6] "
[Qemu-devel] [Bug 1225187] [NEW] qemu hangs in windows 7 host with -serial pipe:windbg
2024-01-22 21:12 UTC (4+ messages)
` [Bug 1225187] "
[PATCH v2] docs/system/arm/virt.rst: Add note on CPU features off by default
2024-01-22 21:12 UTC
[PATCH v2 0/3] Add device STM32L4x5 GPIO
2024-01-22 21:02 UTC (4+ messages)
` [PATCH v2 1/3] hw/gpio: Implement "
` [PATCH v2 2/3] hw/arm: Connect STM32L4x5 GPIO to STM32L4x5 SoC
` [PATCH v2 3/3] tests/qtest: Add STM32L4x5 GPIO QTest testcase
[PATCH 0/2] target/xtensa: tidy xtensa memory management
2024-01-22 20:45 UTC (8+ messages)
` [PATCH 1/2] target/xtensa: wrap MMU and MPU state into structures
` [PATCH 2/2] target/xtensa: tidy TLB way variability logic
[PATCH v2 2/4] Avoid conflicting types for 'copy_file_range'
2024-01-22 18:26 UTC (4+ messages)
[PATCH] crypto/gcrypt: prefer kernel as direct source of entropy
2024-01-22 20:21 UTC (5+ messages)
[RFC v3 0/7] Add persistence to NVMe ZNS emulation
2024-01-22 19:00 UTC (8+ messages)
` [RFC v3 1/7] docs/qcow2: add zd_extension_size option to the zoned format feature
` [RFC v3 2/7] qcow2: add zd_extension configurations to zoned metadata
` [RFC v3 3/7] hw/nvme: use blk_get_*() to access zone info in the block layer
` [RFC v3 4/7] hw/nvme: add blk_get_zone_extension to access zd_extensions
` [RFC v3 5/7] hw/nvme: make the metadata of ZNS emulation persistent
` [RFC v3 6/7] hw/nvme: refactor zone append write using block layer APIs
` [RFC v3 7/7] hw/nvme: make ZDED persistent
[PATCH v7 0/4] Add full zoned storage emulation to qcow2 driver
2024-01-22 18:48 UTC (5+ messages)
` [PATCH v7 1/4] docs/qcow2: add the zoned format feature
` [PATCH v7 2/4] qcow2: add configurations for zoned format extension
` [PATCH v7 3/4] qcow2: add zoned emulation capability
` [PATCH v7 4/4] iotests: test the zoned format feature for qcow2 file
[RFC v2 0/7] Add persistence to NVMe ZNS emulation
2024-01-22 18:43 UTC (3+ messages)
[PATCH v2 0/5] hw/{arm,xen} convert printfs to trace/reports
2024-01-22 18:20 UTC (3+ messages)
` [PATCH v2 1/5] hw/arm/z2: convert DPRINTF to trace events and guest errors
[PATCH 0/2] system: Fix handling of '-serial none -serial something'
2024-01-22 17:55 UTC (7+ messages)
` [PATCH 1/2] system/vl.c: "
` [PATCH 2/2] qemu-options.hx: Improve -serial option documentation
[RFC 0/3] aio-posix: call ->poll_end() when removing AioHandler
2024-01-22 17:52 UTC (8+ messages)
[PATCH] bswap.h: Fix const_le64() macro
2024-01-22 17:47 UTC (3+ messages)
[PATCH v2 1/4] Include new arbitrary limits if not already defined
2024-01-22 17:40 UTC (4+ messages)
[PATCH v14 0/9] Implementation of NPI Mailbox and GMAC Networking Module
2024-01-22 17:37 UTC (10+ messages)
` [PATCH v14 1/9] hw/misc: Add Nuvoton's PCI Mailbox Module
` [PATCH v14 2/9] hw/arm: Add PCI mailbox module to Nuvoton SoC
` [PATCH v14 3/9] hw/misc: Add qtest for NPCM7xx PCI Mailbox
` [PATCH v14 4/9] hw/net: Add NPCMXXX GMAC device
` [PATCH v14 5/9] hw/arm: Add GMAC devices to NPCM7XX SoC
` [PATCH v14 6/9] tests/qtest: Creating qtest for GMAC Module
` [PATCH v14 7/9] hw/net: GMAC Rx Implementation
` [PATCH v14 8/9] hw/net: GMAC Tx Implementation
` [PATCH v14 9/9] tests/qtest: Adding PCS Module test to GMAC Qtest
[PATCH] virtio-blk: avoid using ioeventfd state in irqfd conditional
2024-01-22 17:26 UTC
[PATCH] hw/arm/musicpal: Convert to qemu_add_kbd_event_handler()
2024-01-22 17:19 UTC (6+ messages)
[PATCH v2 3/4] Add the GNU/Hurd as a target host
2024-01-22 17:10 UTC (2+ messages)
[PATCH v2 0/4] Port qemu to GNU/Hurd
2024-01-22 16:53 UTC (2+ messages)
[PATCH v1 0/2] memory-device: reintroduce memory region size check
2024-01-22 16:50 UTC (3+ messages)
[PATCH] fsl-imx6ul: Add various missing unimplemented devices
2024-01-22 16:43 UTC (2+ messages)
[PATCH v2 0/2] hw/arm: Unconditionally map MMIO-based USB host controllers
2024-01-22 16:42 UTC (2+ messages)
[PULL 0/2] Block patches
2024-01-22 16:01 UTC (3+ messages)
` [PULL 1/2] coroutine-ucontext: Save fake stack for pooled coroutine
` [PULL 2/2] block/io: clear BDRV_BLOCK_RECURSE flag after recursing in bdrv_co_block_status
[PATCH v3] qemu-img: Fix Column Width and Improve Formatting in snapshot list
2024-01-22 15:59 UTC (4+ messages)
[PATCH] Fixed '-serial none' usage breaks following '-serial ...' usage
2024-01-22 15:54 UTC (3+ messages)
[PATCH] tests/unit/test-iov: Fix timeout problem on NetBSD and OpenBSD
2024-01-22 15:43 UTC (2+ messages)
[PATCH v2 0/2] Initialize backend memory objects in parallel
2024-01-22 15:32 UTC (3+ messages)
` [PATCH v2 1/2] oslib-posix: refactor memory prealloc threads
` [PATCH v2 2/2] oslib-posix: initialize backend memory objects in parallel
[PATCH] cpu-exec: simplify jump cache management
2024-01-22 15:12 UTC
[PATCH v2 0/3] s390x/pci: fix ISM reset
2024-01-22 15:06 UTC (8+ messages)
` [PATCH v2 3/3] s390x/pci: drive ISM reset from subsystem reset
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).