messages from 2022-05-19 20:23:36 to 2022-05-22 01:18:52 UTC [more...]
qemu-user (arm64) fails (null ptr deref) under qemu-system-x86_64 w/o avx?
2022-05-22 1:17 UTC (2+ messages)
Emulating CPUs with larger atomic accesses
2022-05-22 1:07 UTC (2+ messages)
[Qemu-devel] [Bug 1639394] [NEW] Unable to boot Solaris 8/9 x86 under Fedora 24
2022-05-21 20:43 UTC (2+ messages)
` [Bug 1639394] "
[PATCH] block: drop unused bdrv_co_drain() API
2022-05-21 12:27 UTC
[PATCH v2 00/10] Random cleanup patches
2022-05-21 9:55 UTC (17+ 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-21 9:24 UTC (5+ 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 v2] contrib/elf2dmp: add ELF dump header checking
2022-05-21 9:13 UTC (3+ messages)
[PATCH v10 00/45] CXl 2.0 emulation Support
2022-05-21 9:11 UTC (5+ messages)
` [PATCH v10 13/45] cxl: Machine level control on whether CXL support is enabled
` [PATCH v10 27/45] hw/cxl/host: Add support for CXL Fixed Memory Windows
[PATCH] target/i386/kvm: Fix disabling MPX on "-cpu host" with MPX-capable host
2022-05-21 8:54 UTC (2+ messages)
[PATCH 0/6] QOM'ify PIIX southbridge creation
2022-05-21 8:48 UTC (14+ messages)
` [PATCH 1/6] include/hw: Move TYPE_PIIX4_PCI_DEVICE to southbridge/piix.h
` [PATCH 2/6] hw/isa/piix{3, 4}: Move pci_map_irq_fn's near pci_set_irq_fn's
` [PATCH 3/6] hw/isa/piix{3,4}: QOM'ify PCI device creation and wiring
` [PATCH 4/6] hw/isa/piix{3, 4}: Factor out ISABus retrieval from create() functions
` [PATCH 5/6] hw/isa/piix4: Factor out SM bus initialization from create() function
` [PATCH 6/6] hw/isa/piix{3,4}: Inline and remove create() functions
[PATCH 0/3] ppc: Implement ISA 3.00 tlbie[l]
2022-05-21 5:28 UTC (5+ 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]
[PATCH v4 00/17] target/m68k: Conditional traps + trap cleanup
2022-05-21 5:22 UTC (2+ messages)
[PATCH v2] linux-user: Clean up arg_start/arg_end confusion
2022-05-21 5:19 UTC (2+ messages)
[PATCH v3 00/49] semihosting cleanup
2022-05-21 4:51 UTC (51+ 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 14/49] include/exec: Move gdb open flags to gdbstub.h
` [PATCH v3 15/49] include/exec: Move gdb_stat and gdb_timeval "
` [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 18/49] semihosting: Split is_64bit_semihosting per target
` [PATCH v3 19/49] semihosting: Split common_semi_flen_buf "
` [PATCH v3 20/49] semihosting: Split out common_semi_has_synccache
` [PATCH v3 21/49] semihosting: Use env more often in do_common_semihosting
` [PATCH v3 22/49] semihosting: Move GET_ARG/SET_ARG earlier in the file
` [PATCH v3 23/49] semihosting: Split out semihost_sys_open
` [PATCH v3 24/49] semihosting: Split out semihost_sys_close
` [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 29/49] semihosting: Split out semihost_sys_isatty
` [PATCH v3 30/49] semihosting: Split out semihost_sys_flen
` [PATCH v3 31/49] semihosting: Split out semihost_sys_remove
` [PATCH v3 32/49] semihosting: Split out semihost_sys_rename
` [PATCH v3 33/49] semihosting: Split out semihost_sys_system
` [PATCH v3 34/49] semihosting: Create semihost_sys_{stat,fstat}
` [PATCH v3 35/49] semihosting: Create semihost_sys_gettimeofday
` [PATCH v3 36/49] gdbstub: Widen gdb_syscall_complete_cb return value
` [PATCH v3 37/49] semihosting: Fix docs comment for qemu_semihosting_console_inc
` [PATCH v3 38/49] semihosting: Pass CPUState to qemu_semihosting_console_inc
` [PATCH v3 39/49] semihosting: Expand qemu_semihosting_console_inc to read
` [PATCH v3 40/49] semihosting: Cleanup chardev init
` [PATCH v3 41/49] semihosting: Create qemu_semihosting_console_write
` [PATCH v3 42/49] semihosting: Add GuestFDConsole
` [PATCH v3 43/49] semihosting: Create qemu_semihosting_guestfd_init
` [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 v3 46/49] semihosting: Remove qemu_semihosting_console_outc
` [PATCH v3 47/49] semihosting: Use console_out_gf for SYS_WRITE0
` [PATCH v3 48/49] semihosting: Remove qemu_semihosting_console_outs
` [PATCH v3 49/49] semihosting: Create semihost_sys_poll_one
[PATCH] ide_ioport_read: Return lower octet of data register instead of 0xFF
2022-05-20 23:52 UTC
[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 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 "
[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] 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 (2+ 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).