messages from 2022-05-19 17:47:02 to 2022-05-21 00:31:40 UTC [more...]
[PATCH v3 00/49] semihosting cleanup
2022-05-21 0:03 UTC (28+ messages)
` [PATCH v3 01/49] semihosting: Move exec/softmmu-semi.h to semihosting/softmmu-uaccess.h
` [PATCH v3 02/49] semihosting: Return failure from softmmu-uaccess.h functions
` [PATCH v3 03/49] semihosting: Improve condition for config.c and console.c
` [PATCH v3 04/49] semihosting: Move softmmu-uaccess.h functions out of line
` [PATCH v3 05/49] semihosting: Add target_strlen for softmmu-uaccess.h
` [PATCH v3 06/49] semihosting: Simplify softmmu_lock_user_string
` [PATCH v3 07/49] semihosting: Split out guestfd.c
` [PATCH v3 08/49] semihosting: Inline set_swi_errno into common_semi_cb
` [PATCH v3 09/49] semihosting: Adjust error checking in common_semi_cb
` [PATCH v3 10/49] semihosting: Clean up common_semi_flen_cb
` [PATCH v3 11/49] semihosting: Clean up common_semi_open_cb
` [PATCH v3 12/49] semihosting: Return void from do_common_semihosting
` [PATCH v3 13/49] semihosting: Move common-semi.h to include/semihosting/
` [PATCH v3 16/49] include/exec: Define errno values in gdbstub.h
` [PATCH v3 17/49] semihosting: Use struct gdb_stat in common_semi_flen_cb
` [PATCH v3 20/49] semihosting: Split out common_semi_has_synccache
` [PATCH v3 23/49] semihosting: Split out semihost_sys_open
` [PATCH v3 25/49] semihosting: Split out semihost_sys_read
` [PATCH v3 26/49] semihosting: Split out semihost_sys_write
` [PATCH v3 27/49] semihosting: Bound length for semihost_sys_{read, write}
` [PATCH v3 28/49] semihosting: Split out semihost_sys_lseek
` [PATCH v3 32/49] semihosting: Split out semihost_sys_rename
` [PATCH v3 34/49] semihosting: Create semihost_sys_{stat,fstat}
` [PATCH v3 36/49] gdbstub: Widen gdb_syscall_complete_cb return value
` [PATCH v3 39/49] semihosting: Expand qemu_semihosting_console_inc to read
` [PATCH v3 44/49] semihosting: Use console_in_gf for SYS_READC
` [PATCH v3 45/49] semihosting: Use console_out_gf for SYS_WRITEC
[PATCH] qga-win32: Add support for NVME but type
2022-05-20 20:40 UTC (2+ messages)
[PATCH v5 0/8] VSX MMA Implementation
2022-05-20 19:54 UTC (9+ messages)
` [PATCH v5 1/8] target/ppc: Implement xxm[tf]acc and xxsetaccz
` [PATCH v5 2/8] target/ppc: Implemented xvi*ger* instructions
` [PATCH v5 3/8] target/ppc: Implemented pmxvi*ger* instructions
` [PATCH v5 4/8] target/ppc: Implemented xvf*ger*
` [PATCH v5 5/8] target/ppc: Implemented xvf16ger*
` [PATCH v5 6/8] target/ppc: Implemented pmxvf*ger*
` [PATCH v5 7/8] target/ppc: Implemented [pm]xvbf16ger2*
` [PATCH v5 8/8] linux-user: Add PowerPC ISA 3.1 and MMA to hwcap
Sharing directories from Windows hosts
2022-05-20 19:38 UTC
[PATCH v4 0/8] VSX MMA Implementation
2022-05-20 19:03 UTC (12+ messages)
` [PATCH v4 1/8] target/ppc: Implement xxm[tf]acc and xxsetaccz
` [PATCH v4 2/8] target/ppc: Implemented xvi*ger* instructions
` [PATCH v4 3/8] target/ppc: Implemented pmxvi*ger* instructions
` [PATCH v4 4/8] target/ppc: Implemented xvf*ger*
` [PATCH v4 5/8] target/ppc: Implemented xvf16ger*
` [PATCH v4 6/8] target/ppc: Implemented pmxvf*ger*
` [PATCH v4 7/8] target/ppc: Implemented [pm]xvbf16ger2*
` [PATCH v4 8/8] linux-user: Add PowerPC ISA 3.1 and MMA to hwcap
[PULL 0/8] Misc patches (Gitlab-CI, qtest, Capstone, ...)
2022-05-20 18:51 UTC (6+ messages)
[PATCH] target/i386/kvm: Fix disabling MPX on "-cpu host" with MPX-capable host
2022-05-20 18:32 UTC
[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-05-20 18:31 UTC (4+ messages)
` [PATCH v6 4/8] KVM: Extend the memslot to support fd-based "
[PATCH v2 00/10] Random cleanup patches
2022-05-20 18:03 UTC (14+ messages)
` [PATCH v2 01/10] hw: Reuse TYPE_I8042 define
` [PATCH v2 02/10] hw/audio/cs4231a: Const'ify global tables
` [PATCH v2 03/10] hw/i386/pc: Unexport PC_CPU_MODEL_IDS macro
` [PATCH v2 04/10] hw/i386/pc: Unexport functions used only internally
` [PATCH v2 05/10] hw/i386/pc: Remove orphan declarations
` [PATCH v2 06/10] hw/ppc/e500: Remove unused BINARY_DEVICE_TREE_FILE
` [PATCH v2 07/10] hw/net/fsl_etsec/etsec: Remove obsolete and unused etsec_create()
` [PATCH v2 08/10] accel/tcg/cpu-exec: Unexport dump_drift_info()
` [PATCH v2 09/10] accel/tcg: Inline dump_opcount_info() and remove it
` [PATCH v2 10/10] docs/devel: Fix link to developer mailing lists
[PATCH 0/2] QOM improvements for rtc/mc146818rtc
2022-05-20 17:45 UTC (3+ messages)
` [PATCH 1/2] hw/i386/microvm-dt: Determine mc146818rtc's IRQ number from QOM property
` [PATCH 2/2] rtc/mc146818rtc: QOM'ify io_base offset
[PATCH 0/3] ppc: Implement ISA 3.00 tlbie[l]
2022-05-20 17:33 UTC (4+ messages)
` [PATCH 1/3] target/ppc: Move tlbie to decode tree
` [PATCH 2/3] target/ppc: Move tlbiel "
` [PATCH 3/3] target/ppc: Implement ISA 3.00 tlbie[l]
[RFC PATCH 0/2] CXL FMAPI interface over MCTP/I2C
2022-05-20 17:01 UTC (3+ messages)
` [RFC PATCH 1/2] misc/i2c_mctp_cxl_fmapi: Initial device emulation
` [RFC PATCH 2/2] arm/virt: Add aspeed-i2c controller and MCTP EP to enable MCTP testing
[RFC PATCH 0/2] CXL FMAPI interface over MCTP/I2C
2022-05-20 16:59 UTC
[PATCH v11 0/2] hw/arm/virt: CXL 2.0 emulation support
2022-05-20 16:37 UTC (3+ messages)
` [PATCH v11 1/2] hw/arm/virt: Basic CXL enablement on pci_expander_bridge instances pxb-cxl
` [PATCH v11 2/2] qtest/cxl: Add aarch64 virt test for CXL
[PATCH v2] contrib/elf2dmp: add ELF dump header checking
2022-05-20 15:40 UTC (2+ messages)
[PATCH] docs/system/arm: Add FEAT_HCX to list of emulated features
2022-05-20 15:36 UTC (2+ messages)
[PATCH v2 00/12] Change helper declarations to use call flags
2022-05-20 15:28 UTC (14+ messages)
` [PATCH v2 01/12] target/ppc: declare darn32/darn64 helpers with TCG_CALL_NO_RWG_SE
` [PATCH v2 02/12] target/ppc: use TCG_CALL_NO_RWG in vector helpers without env
` [PATCH v2 03/12] target/ppc: use TCG_CALL_NO_RWG in BCD helpers
` [PATCH v2 04/12] target/ppc: use TCG_CALL_NO_RWG in VSX helpers without env
` [PATCH v2 05/12] target/ppc: Use TCG_CALL_NO_RWG_SE in fsel helper
` [PATCH v2 06/12] target/ppc: implement xscvspdpn with helper_todouble
` [PATCH v2 07/12] target/ppc: declare xvxsigsp helper with call flags
` [PATCH v2 08/12] target/ppc: declare xxextractuw and xxinsertw helpers "
` [PATCH v2 09/12] target/ppc: introduce do_va_helper
` [PATCH v2 10/12] target/ppc: declare vmsum[um]bm helpers with call flags
` [PATCH v2 11/12] target/ppc: declare vmsumuh[ms] helper "
` [PATCH v2 12/12] target/ppc: declare vmsumsh[ms] "
[PATCH 0/3] recover hardware corrupted page by virtio balloon
2022-05-20 15:28 UTC (7+ messages)
` [PATCH 1/3] memory-failure: Introduce memory failure notifier
` [PATCH 2/3] mm/memory-failure.c: support reset PTE during unpoison
` [PATCH 3/3] virtio_balloon: Introduce memory recover
[PATCH] util: optimise flush_idcache_range when the ppc host has coherent icache
2022-05-20 15:26 UTC (4+ messages)
[PATCH 0/6] hw/acpi/viot: generate stable VIOT ACPI tables
2022-05-20 14:28 UTC (3+ messages)
` [PATCH 3/6] hw/acpi/viot: build array of PCI host bridges before generating VIOT ACPI table
[PATCH v3 00/15] Misc cleanups
2022-05-20 13:43 UTC (5+ messages)
` [PATCH v3 08/15] qga: replace qemu_open_old() with qemu_open_cloexec()
` [PATCH v3 10/15] test/qga: use G_TEST_DIR to locate os-release test file
[PATCH] tests: Remove unused "wcount" from linux-test.c
2022-05-20 13:24 UTC (3+ messages)
[PATCH] hw/sd/allwinner-sdhost: report FIFO water level as 1 when data ready
2022-05-20 12:42 UTC
[PATCH 0/9] vfio/migration: Implement VFIO migration protocol v2
2022-05-20 10:58 UTC (3+ messages)
` [PATCH 4/9] vfio/migration: Skip pre-copy if dirty page tracking is not supported
[PATCH v5 0/5] i386/pc: Fix creation of >= 1010G guests on AMD systems with IOMMU
2022-05-20 10:45 UTC (6+ messages)
` [PATCH v5 1/5] hw/i386: add 4g boundary start to X86MachineState
` [PATCH v5 2/5] i386/pc: create pci-host qdev prior to pc_memory_init()
` [PATCH v5 3/5] i386/pc: pass pci_hole64_size "
` [PATCH v5 4/5] i386/pc: relocate 4g start to 1T where applicable
` [PATCH v5 5/5] i386/pc: restrict AMD only enforcing of valid IOVAs to new machine type
[PATCH v5] qga: add guest-get-diskstats command for Linux guests
2022-05-20 10:19 UTC (2+ messages)
[PATCH v4 00/43] Add LoongArch softmmu support
2022-05-20 10:07 UTC (6+ messages)
` [PATCH v4 38/43] hw/loongarch: Add LoongArch ls7a rtc device support
[PATCH] Add A64FX CPU support to the sbsa-ref board
2022-05-20 9:59 UTC (3+ messages)
[PATCH v2 1/1] Fix the coredump when memory backend id conflicts with default_ram_id
2022-05-20 9:56 UTC
CPUs supported by the sbsa-ref board
2022-05-20 9:32 UTC (7+ messages)
[PATCH] target/riscv: Fix typo of mimpid cpu option
2022-05-20 9:15 UTC
[PATCH 1/1] Fix the coredump when memory backend id conflicts with default_ram_id
2022-05-20 9:06 UTC
[PATCH v3] block/gluster: correctly set max_pdiscard
2022-05-20 7:59 UTC
[QEMU PATCH] x86: Set maximum APIC ID to KVM prior to vCPU creation
2022-05-20 7:56 UTC (2+ messages)
[PATCH] hw/net: Add LiteEth model
2022-05-20 7:13 UTC (2+ messages)
[RFC] KVM / QEMU: Introduce Interface for Querying APICv Info
2022-05-20 5:51 UTC (3+ messages)
[PATCH] hw/pci/pcie.c: Fix invalid PCI_EXP_LNKCAP setting
2022-05-20 5:26 UTC (3+ messages)
` [External] "
[PATCH 0/5] machine.py fix for ppc64 tests + avocado changes
2022-05-19 23:18 UTC (3+ messages)
` [PATCH 2/5] machine.py: add default pseries params in machine.py
The fate of iotest 297
2022-05-19 22:15 UTC (6+ messages)
[PATCH v4] fcntl: Add 32bit filesystem mode
2022-05-19 21:01 UTC (3+ messages)
[PATCH] hw/riscv: virt: Avoid double FDT platform node
2022-05-19 20:45 UTC (3+ messages)
[PULL 00/22] target-arm queue
2022-05-19 20:29 UTC (21+ messages)
` [PULL 02/22] target/arm: Factor out FWB=0 specific part of combine_cacheattrs()
` [PULL 03/22] target/arm: Implement FEAT_S2FWB
` [PULL 04/22] target/arm: Enable FEAT_S2FWB for -cpu max
` [PULL 06/22] target/arm: Drop unsupported_encoding() macro
` [PULL 08/22] hw/intc/arm_gicv3: report correct PRIbits field in ICV_CTLR_EL1
` [PULL 09/22] hw/intc/arm_gicv3_kvm.c: Stop using GIC_MIN_BPR constant
` [PULL 10/22] hw/intc/arm_gicv3: Support configurable number of physical priority bits
` [PULL 11/22] hw/intc/arm_gicv3: Use correct number of priority bits for the CPU
` [PULL 12/22] hw/intc/arm_gicv3: Provide ich_num_aprs()
` [PULL 13/22] Fix aarch64 debug register names
` [PULL 14/22] hw/adc/zynq-xadc: Use qemu_irq typedef
` [PULL 15/22] target/arm/helper.c: Delete stray obsolete comment
` [PULL 16/22] target/arm: Make number of counters in PMCR follow the CPU
` [PULL 17/22] hw/arm/virt: Fix incorrect non-secure flash dtb node name
` [PULL 18/22] hw/arm/virt: Drop #size-cells and #address-cells from gpio-keys dtb node
` [PULL 19/22] ptimer: Rename PTIMER_POLICY_DEFAULT to PTIMER_POLICY_LEGACY
` [PULL 20/22] target/arm: Fix PAuth keys access checks for disabled SEL2
` [PULL 21/22] target/arm: Enable FEAT_HCX for -cpu max
` [PULL 22/22] target/arm: Use FIELD definitions for CPACR, CPTR_ELx
[RFC PATCH v8 00/21] Net Control VQ support with asid in vDPA SVQ
2022-05-19 19:13 UTC (22+ messages)
` [RFC PATCH v8 01/21] virtio-net: Expose ctrl virtqueue logic
` [RFC PATCH v8 02/21] vhost: Add custom used buffer callback
` [RFC PATCH v8 03/21] vdpa: control virtqueue support on shadow virtqueue
` [RFC PATCH v8 04/21] virtio: Make virtqueue_alloc_element non-static
` [RFC PATCH v8 05/21] vhost: Add vhost_iova_tree_find
` [RFC PATCH v8 06/21] vdpa: Add map/unmap operation callback to SVQ
` [RFC PATCH v8 07/21] vhost: move descriptor translation to vhost_svq_vring_write_descs
` [RFC PATCH v8 08/21] vhost: Add SVQElement
` [RFC PATCH v8 09/21] vhost: Add svq copy desc mode
` [RFC PATCH v8 10/21] vhost: Add vhost_svq_inject
` [RFC PATCH v8 11/21] vhost: Update kernel headers
` [RFC PATCH v8 12/21] vdpa: delay set_vring_ready after DRIVER_OK
` [RFC PATCH v8 13/21] vhost: Add ShadowVirtQueueStart operation
` [RFC PATCH v8 14/21] vhost: Make possible to check for device exclusive vq group
` [RFC PATCH v8 15/21] vhost: add vhost_svq_poll
` [RFC PATCH v8 16/21] vdpa: Add vhost_vdpa_start_control_svq
` [RFC PATCH v8 17/21] vdpa: Add asid attribute to vdpa device
` [RFC PATCH v8 18/21] vdpa: Extract get features part from vhost_vdpa_get_max_queue_pairs
` [RFC PATCH v8 19/21] vhost: Add reference counting to vhost_iova_tree
` [RFC PATCH v8 20/21] vdpa: Add x-svq to NetdevVhostVDPAOptions
` [RFC PATCH v8 21/21] vdpa: Add x-cvq-svq
Accelerating non-standard disk types
2022-05-19 18:39 UTC (5+ messages)
[RFC 0/3] Introduce a new Qemu machine for RISC-V
2022-05-19 18:16 UTC (13+ messages)
[PATCH 00/35] pc/q35: refactor ISA and SMBUS AML generation
2022-05-19 17:56 UTC (4+ messages)
` [PATCH 28/35] acpi: pvpanic-isa: use AcpiDevAmlIfClass:build_dev_aml to provide device's AML
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).