messages from 2022-05-03 14:30:18 to 2022-05-03 22:11:25 UTC [more...]
[PATCH v9 0/6] hw/arm/virt: Fix CPU's default NUMA node ID
2022-05-03 17:43 UTC (7+ messages)
` [PATCH v9 1/6] qapi/machine.json: Add cluster-id
` [PATCH v9 2/6] qtest/numa-test: Specify CPU topology in aarch64_numa_cpu()
` [PATCH v9 3/6] hw/arm/virt: Consider SMP configuration in CPU topology
` [PATCH v9 5/6] hw/arm/virt: Fix CPU's default NUMA node ID
` [PATCH v9 6/6] hw/acpi/aml-build: Use existing CPU topology to build PPTT table
[PATCH 0/4] block/file: Show extent size in qemu-img info
2022-05-03 18:50 UTC (9+ messages)
` [PATCH 1/4] block: Improve empty format-specific info dump
` [PATCH 2/4] block: Add protocol-specific image info
` [PATCH 3/4] block: Print protocol-specific information
` [PATCH 4/4] block/file: Add file-specific image info
[PULL 00/23] Misc patches
2022-05-03 13:00 UTC (19+ messages)
` [PULL 01/23] Use QEMU_SANITIZE_THREAD
` [PULL 02/23] Use QEMU_SANITIZE_ADDRESS
` [PULL 03/23] tests: move libqtest.h back under qtest/
` [PULL 04/23] libqtest: split QMP part in libqmp
` [PULL 05/23] Use g_unix_set_fd_nonblocking()
` [PULL 06/23] block: move fcntl_setfl()
` [PULL 07/23] Replace qemu_pipe() with g_unix_open_pipe()
` [PULL 08/23] util: replace pipe()+cloexec "
` [PULL 09/23] qga: replace pipe() with g_unix_open_pipe(CLOEXEC)
` [PULL 10/23] tests: "
` [PULL 12/23] virtiofsd: "
` [PULL 13/23] io: "
` [PULL 14/23] Replace fcntl(O_NONBLOCK) with g_unix_set_fd_nonblocking()
` [PULL 16/23] chardev: replace qemu_set_nonblock()
` [PULL 19/23] hw: "
` [PULL 20/23] ui: "
` [PULL 22/23] tests: "
` [PULL 23/23] util: rename qemu_*block() socket functions
[PULL 00/23] Misc patches
2022-05-03 19:38 UTC (20+ messages)
` [PULL 01/23] Use QEMU_SANITIZE_THREAD
` [PULL 02/23] Use QEMU_SANITIZE_ADDRESS
` [PULL 03/23] tests: move libqtest.h back under qtest/
` [PULL 04/23] libqtest: split QMP part in libqmp
` [PULL 05/23] Use g_unix_set_fd_nonblocking()
` [PULL 06/23] block: move fcntl_setfl()
` [PULL 07/23] Replace qemu_pipe() with g_unix_open_pipe()
` [PULL 09/23] qga: replace pipe() with g_unix_open_pipe(CLOEXEC)
` [PULL 10/23] tests: "
` [PULL 11/23] os-posix: replace pipe()+cloexec "
` [PULL 12/23] virtiofsd: replace pipe() "
` [PULL 14/23] Replace fcntl(O_NONBLOCK) with g_unix_set_fd_nonblocking()
` [PULL 15/23] io: make qio_channel_command_new_pid() static
` [PULL 16/23] chardev: replace qemu_set_nonblock()
` [PULL 18/23] qga: "
` [PULL 21/23] net: "
` [PULL 22/23] tests: "
` [PULL 23/23] util: rename qemu_*block() socket functions
[PATCH v3 00/21] target/ppc: Remove hidden usages of *env
2022-05-03 20:24 UTC (4+ messages)
` [PATCH v3 02/21] target/ppc: Remove unused msr_* macros
` [PATCH v3 06/21] target/ppc: Remove msr_ile macro
` [PATCH v3 12/21] target/ppc: Remove msr_fp macro
[PATCH] hw/openrisc: use right OMPIC size variable
2022-05-03 20:22 UTC (3+ messages)
` [PATCH v2] "
[PATCH 0/2] Upgrade mingw base packages
2022-05-03 20:05 UTC (3+ messages)
` [PATCH 1/2] cirrus/win32: upgrade "
` [PATCH 2/2] gitlab-ci: Upgrade mingw base package
[PATCH v2 00/74] semihosting cleanup
2022-05-03 19:48 UTC (75+ messages)
` [PATCH v2 01/74] semihosting: Move exec/softmmu-semi.h to semihosting/softmmu-uaccess.h
` [PATCH v2 02/74] semihosting: Return failure from softmmu-uaccess.h functions
` [PATCH v2 03/74] semihosting: Improve condition for config.c and console.c
` [PATCH v2 04/74] semihosting: Move softmmu-uaccess.h functions out of line
` [PATCH v2 05/74] semihosting: Add target_strlen for softmmu-uaccess.h
` [PATCH v2 06/74] semihosting: Simplify softmmu_lock_user_string
` [PATCH v2 07/74] semihosting: Split out guestfd.c
` [PATCH v2 08/74] semihosting: Generalize GuestFDFeatureFile
` [PATCH v2 09/74] semihosting: Return void from do_common_semihosting
` [PATCH v2 10/74] semihosting: Adjust error checking in common_semi_cb
` [PATCH v2 11/74] semihosting: Move common-semi.h to include/semihosting/
` [PATCH v2 12/74] include/exec: Move gdb open flags to gdbstub.h
` [PATCH v2 13/74] include/exec: Move gdb_stat and gdb_timeval "
` [PATCH v2 14/74] include/exec: Define errno values in gdbstub.h
` [PATCH v2 15/74] semihosting: Use struct gdb_stat in common_semi_flen_cb
` [PATCH v2 16/74] semihosting: Split is_64bit_semihosting per target
` [PATCH v2 17/74] semihosting: Split common_semi_flen_buf "
` [PATCH v2 18/74] semihosting: Split out common_semi_has_synccache
` [PATCH v2 19/74] semihosting: Use env more often in do_common_semihosting
` [PATCH v2 20/74] semihosting: Move GET_ARG/SET_ARG earlier in the file
` [PATCH v2 21/74] semihosting: Split out semihost_sys_open
` [PATCH v2 22/74] semihosting: Split out semihost_sys_close
` [PATCH v2 23/74] semihosting: Split out semihost_sys_read
` [PATCH v2 24/74] semihosting: Split out semihost_sys_write
` [PATCH v2 25/74] semihosting: Bound length for semihost_sys_{read, write}
` [PATCH v2 26/74] semihosting: Split out semihost_sys_lseek
` [PATCH v2 27/74] semihosting: Split out semihost_sys_isatty
` [PATCH v2 28/74] semihosting: Split out semihost_sys_flen
` [PATCH v2 29/74] semihosting: Split out semihost_sys_remove
` [PATCH v2 30/74] semihosting: Split out semihost_sys_rename
` [PATCH v2 31/74] semihosting: Split out semihost_sys_system
` [PATCH v2 32/74] semihosting: Create semihost_sys_{stat,fstat}
` [PATCH v2 33/74] semihosting: Create semihost_sys_gettimeofday
` [PATCH v2 34/74] gdbstub: Widen gdb_syscall_complete_cb return value
` [PATCH v2 35/74] semihosting: Fix docs comment for qemu_semihosting_console_inc
` [PATCH v2 36/74] semihosting: Pass CPUState to qemu_semihosting_console_inc
` [PATCH v2 37/74] semihosting: Expand qemu_semihosting_console_inc to read
` [PATCH v2 38/74] semihosting: Cleanup chardev init
` [PATCH v2 39/74] semihosting: Create qemu_semihosting_console_write
` [PATCH v2 40/74] semihosting: Add GuestFDConsole
` [PATCH v2 41/74] semihosting: Create qemu_semihosting_guestfd_init
` [PATCH v2 42/74] semihosting: Use console_in_gf for SYS_READC
` [PATCH v2 43/74] semihosting: Use console_out_gf for SYS_WRITEC
` [PATCH v2 44/74] semihosting: Remove qemu_semihosting_console_outc
` [PATCH v2 45/74] semihosting: Use console_out_gf for SYS_WRITE0
` [PATCH v2 46/74] semihosting: Remove qemu_semihosting_console_outs
` [PATCH v2 47/74] semihosting: Create semihost_sys_poll_one
` [PATCH v2 48/74] target/m68k: Eliminate m68k_semi_is_fseek
` [PATCH v2 49/74] target/m68k: Make semihosting system only
` [PATCH v2 50/74] target/m68k: Use semihosting/syscalls.h
` [PATCH v2 51/74] target/nios2: Eliminate nios2_semi_is_lseek
` [PATCH v2 52/74] target/nios2: Move nios2-semi.c to nios2_softmmu_ss
` [PATCH v2 53/74] target/nios2: Use semihosting/syscalls.h
` [PATCH v2 54/74] target/mips: Use an exception for semihosting
` [PATCH v2 55/74] target/mips: Add UHI errno values
` [PATCH v2 56/74] target/mips: Create report_fault for semihosting
` [PATCH v2 57/74] target/mips: Drop link syscall from semihosting
` [PATCH v2 58/74] target/mips: Drop pread and pwrite syscalls "
` [PATCH v2 59/74] target/mips: Use semihosting/syscalls.h
` [PATCH v2 60/74] target/mips: Avoid qemu_semihosting_log_out for UHI_plog
` [PATCH v2 61/74] target/mips: Use error_report for UHI_assert
` [PATCH v2 62/74] semihosting: Remove qemu_semihosting_log_out
` [PATCH v2 63/74] target/mips: Simplify UHI_argnlen and UHI_argn
` [PATCH v2 64/74] target/mips: Remove GET_TARGET_STRING and FREE_TARGET_STRING
` [PATCH v2 65/74] target/xtensa: Use an exception for semihosting
` [PATCH v2 66/74] target/xtensa: Use semihosting/syscalls.h
` [PATCH v2 67/74] tests/docker: Add debian-rx-cross image
` [PATCH v2 68/74] hw/rx: Handle a kernel file that is ELF
` [PATCH v2 69/74] target/rx: Fix the base of the fixed vector table
` [PATCH v2 70/74] target/rx: Name the exceptions
` [PATCH v2 71/74] target/rx: Consolidate exception helpers
` [PATCH v2 72/74] target/rx: Cleanup rx_cpu_do_interrupt
` [PATCH v2 73/74] target/rx: Implement libgloss semihosting
` [PATCH v2 74/74] tests/tcg/rx: Enable semihosting multiarch tests
[PATCH v8 0/5] hw/arm/virt: Fix CPU's default NUMA node ID
2022-05-03 13:47 UTC (6+ messages)
` [PATCH v8 2/5] qtest/numa-test: Specify CPU topology in aarch64_numa_cpu()
[RFC PATCH v2 0/8] Removal of AioContext lock, bs->parents and ->children: new rwlock
2022-05-03 10:50 UTC (7+ messages)
` [RFC PATCH v2 3/8] block: introduce a lock to protect graph operations
[PATCH-for-6.2 0/2] hw/block/fdc: Fix CVE-2021-3507
2022-05-03 16:21 UTC (10+ messages)
[PATCH] i386: docs: Convert hyperv.txt to rST
2022-05-03 14:49 UTC
[PATCH v4 00/45] target/arm: Cleanups, new features, new cpus
2022-05-03 19:33 UTC (37+ messages)
` [PATCH v4 05/45] target/arm: Reorg ARMCPRegInfo type field bits
` [PATCH v4 10/45] target/arm: Drop always-true test in define_arm_vh_e2h_redirects_aliases
` [PATCH v4 11/45] target/arm: Store cpregs key in the hash table directly
` [PATCH v4 12/45] target/arm: Merge allocation of the cpreg and its name
` [PATCH v4 13/45] target/arm: Hoist computation of key in add_cpreg_to_hashtable
` [PATCH v4 14/45] target/arm: Consolidate cpreg updates "
` [PATCH v4 15/45] target/arm: Use bool for is64 and ns "
` [PATCH v4 16/45] target/arm: Hoist isbanked computation "
` [PATCH v4 17/45] target/arm: Perform override check early "
` [PATCH v4 18/45] target/arm: Reformat comments "
` [PATCH v4 19/45] target/arm: Remove HOST_BIG_ENDIAN ifdef "
` [PATCH v4 20/45] target/arm: Handle cpreg registration for missing EL
` [PATCH v4 21/45] target/arm: Drop EL3 no EL2 fallbacks
` [PATCH v4 22/45] target/arm: Merge zcr reginfo
` [PATCH v4 34/45] target/arm: Add minimal RAS registers
` [PATCH v4 41/45] target/arm: Enable FEAT_CSV2_2 for -cpu max
[PATCH] tests/tcg/s390x: Use a different PCRel32 notation in branch-relative-long.c
2022-05-03 19:26 UTC (3+ messages)
[PATCH] vhost-user: Use correct macro name TARGET_PPC64
2022-05-03 18:16 UTC (2+ messages)
[PATCH] target/ppc: Fix tlbie
2022-05-03 18:09 UTC (3+ messages)
[PATCH] hw/dma: Add Xilinx AXI CDMA
2022-05-03 17:12 UTC (6+ messages)
[PATCH v2 0/8] qapi: Primarily whitespace tweaks
2022-05-03 16:25 UTC (6+ messages)
` [PATCH v2 6/8] qapi: Drop unnecessary whitespace in comments
` [PATCH v2 8/8] qapi: Stop using whitespace for alignment "
[PATCH] net: fix multicast support with BSD (macOS) socket implementations
2022-05-03 16:10 UTC (3+ messages)
[PATCH v1 0/4] xlnx-zcu102: fix the display port
2022-05-03 16:00 UTC (8+ messages)
` [PATCH v1 1/4] xlnx_dp: fix the wrong register size
` [PATCH v1 2/4] xlnx_dp: Introduce a vblank signal
` [PATCH v1 3/4] xlnx_dp: Fix the interrupt disable logic
` [PATCH v1 4/4] xlnx-zynqmp: fix the irq mapping for the display port and its dma
[PULL 00/19] aspeed queue
2022-05-03 15:58 UTC (2+ messages)
[RFC PATCH v3 0/5] Port PPC64/PowerNV MMU tests to QEMU
2022-05-03 15:50 UTC (7+ messages)
` [RFC PATCH v3 1/5] ppc64: Add semihosting support
[PATCH v1] vga: avoid crash if no default vga card
2022-05-03 15:39 UTC (2+ messages)
[PATCH 00/50] hppa: general improvements and tidy-ups
2022-05-03 15:38 UTC (4+ messages)
[PATCH] hw/arm: add versioning to sbsa-ref machine DT
2022-05-03 15:35 UTC (2+ messages)
[PATCH] target/arm: Enable SCTLR_EL1.BT0 for aarch64-linux-user
2022-05-03 15:24 UTC (4+ messages)
[PATCH] target/mips: Fix FTRUNC_S and FTRUNC_U trans helper
2022-05-03 15:24 UTC (2+ messages)
[PATCH 1/4] target/mips: Fix SAT_S trans helper
2022-05-03 15:12 UTC (6+ messages)
` [PATCH 2/4] target/mips: Fix df_extract_val() and df_extract_df() dfe lookup
` [PATCH 3/4] target/mips: Fix msa checking condition in trans_msa_elm_fn()
[RFC PATCH 1/4] target/ppc: Fix eieio memory ordering semantics
2022-05-03 15:01 UTC (5+ messages)
` [RFC PATCH 2/4] tcg/ppc: ST_ST memory ordering is not provided with eieio
` [RFC PATCH 3/4] tcg/ppc: Optimize memory ordering generation with lwsync
[PATCH v6 00/13] s390x/tcg: Implement Vector-Enhancements Facility 2
2022-05-03 14:57 UTC (8+ messages)
[PATCH v5 0/9] s390x/pci: zPCI interpretation support
2022-05-03 14:53 UTC (9+ messages)
` [PATCH v5 7/9] s390x/pci: enable adapter event notification for interpreted devices
[PATCH] target/openrisc: implement shutdown and reset helpers
2022-05-03 14:46 UTC (5+ messages)
[PATCH v9 00/17] vfio-user server in QEMU
2022-05-03 14:16 UTC (6+ messages)
` [PATCH v9 08/17] vfio-user: instantiate vfio-user context
` [PATCH v9 12/17] vfio-user: IOMMU support for remote device
` [PATCH v9 13/17] vfio-user: handle DMA mappings
` [PATCH v9 15/17] vfio-user: handle device interrupts
` [PATCH v9 17/17] vfio-user: avocado tests for vfio-user
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).