messages from 2023-02-20 08:30:09 to 2023-02-20 18:20:09 UTC [more...]
[PATCH v2 0/7] OHCI changes
2023-02-20 18:19 UTC (11+ messages)
` [PATCH v2 1/7] usb/ohci: Code style fix comments
` [PATCH v2 2/7] usb/ohci: Code style fix white space errors
` [PATCH v2 3/7] usb/ohci: Code style fix missing braces and extra parenthesis
` [PATCH v2 4/7] usb/ohci: Move a function next to where it is used
` [PATCH v2 5/7] usb/ohci: Add trace points for register access
` [PATCH v2 6/7] usb/ohci: Implement resume on connection status change
` [PATCH v2 7/7] hw/usb/hcd-ohci: Fix typo
` [PATCH v2 RESEND 0/7] OHCI changes
[PATCH] ui/gtk: fix passing y0_top parameter to scanout
2023-02-20 17:58 UTC (2+ messages)
[PATCH 0/7] target/s390x: mem_helper.c cleanups
2023-02-20 17:53 UTC (2+ messages)
[PATCH v2 0/4] Adds support for running QEMU natively on windows-arm64
2023-02-20 17:50 UTC (11+ messages)
` [PATCH v2 1/4] util/cacheflush: fix cache "
` [PATCH v2 2/4] sysemu/os-win32: fix setjmp/longjmp "
` [PATCH v2 4/4] target/ppc: fix warning with clang-15
[PATCH v3 00/27] target/s390x: pc-relative translation blocks
2023-02-20 17:49 UTC (6+ messages)
` [PATCH v3 01/27] target/s390x: Use tcg_constant_* in local contexts
git check-rebase - compare branches
2023-02-20 17:43 UTC
[PATCH 0/2] QGA installer fixes
2023-02-20 17:41 UTC (3+ messages)
` [PATCH 1/2] qga/win32: Remove change action from MSI installer
` [PATCH 2/2] qga/win32: Use rundll for VSS installation
[PATCH 00/14] target/arm: gdbstub cleanups and additions
2023-02-20 17:37 UTC (21+ messages)
` [PATCH 04/14] target/arm: Split out output_vector_union_type
` [PATCH 07/14] target/arm: Fix svep width in arm_gen_dynamic_svereg_xml
` [PATCH 08/14] target/arm: Add name argument to output_vector_union_type
` [PATCH 09/14] target/arm: Simplify iteration over bit widths
` [PATCH 10/14] target/arm: Create pauth_ptr_mask
` [PATCH 11/14] target/arm: Implement gdbstub pauth extension
` [PATCH 12/14] target/arm: Export arm_v7m_mrs_control
` [PATCH 13/14] target/arm: Export arm_v7m_get_sp_ptr
` [PATCH 14/14] target/arm: Support reading m-profile system registers from gdb
[RFC PATCH 00/43] Add LoongArch LSX instructions
2023-02-20 17:21 UTC (5+ messages)
` [RFC PATCH 10/43] target/loongarch: Implement vaddw/vsubw
[PATCH v3] configure: Add 'mkdir build' check
2023-02-20 17:17 UTC (2+ messages)
[PULL 00/22] Block layer patches
2023-02-20 17:01 UTC (2+ messages)
[PATCH 0/1] pc-bios: Support List-Directed IPL from ECKD DASD
2023-02-20 16:33 UTC (4+ messages)
Summary on new backup interfaces in QEMU
2023-02-20 15:18 UTC (2+ messages)
` online blockdev-backup, a clarification (was: Summary on new backup interfaces in QEMU)
[PATCH 0/4] win32: do not mix SOCKET and fd space
2023-02-20 15:58 UTC (6+ messages)
` [PATCH 3/4] win32: stop mixing SOCKET and file descriptor space
[PATCH v11 00/59] Xen HVM support under KVM
2023-02-20 15:49 UTC (8+ messages)
` [PATCH v11 09/59] i386/xen: handle guest hypercalls
` [PATCH v11 44/59] hw/xen: Support mapping grant frames
` [PATCH v11 47/59] i386/xen: handle PV timer hypercalls
[PATCH] crypto: allow client/server cert chains
2023-02-20 15:44 UTC (2+ messages)
[PATCH 0/8] hw/arm: Cleanups around QOM style
2023-02-20 15:34 UTC (16+ messages)
` [PATCH 1/8] hw/gpio/max7310: Simplify max7310_realize()
` [PATCH 2/8] hw/char/pl011: Un-inline pl011_create()
` [PATCH 3/8] hw/char/pl011: Open-code pl011_luminary_create()
` [PATCH 4/8] hw/char/xilinx_uartlite: Expose XILINX_UARTLITE QOM type
` [PATCH 5/8] hw/char/xilinx_uartlite: Open-code xilinx_uartlite_create()
` [PATCH 6/8] hw/char/cmsdk-apb-uart: Open-code cmsdk_apb_uart_create()
` [PATCH 7/8] hw/timer/cmsdk-apb-timer: Remove unused 'qdev-properties.h' header
` [PATCH 8/8] hw/intc/armv7m_nvic: Use QOM cast CPU() macro
[RFC PATCH v2] docs: build-platforms: refine requirements on Python build dependencies
2023-02-20 15:25 UTC (3+ messages)
[PATCH v3 0/4] Adds support for running QEMU natively on windows-arm64
2023-02-20 15:16 UTC (11+ messages)
` [PATCH v3 1/4] util/cacheflush: fix cache "
` [PATCH v3 2/4] sysemu/os-win32: fix setjmp/longjmp "
` [PATCH v3 3/4] qga/vss-win32: fix warning for clang++-15
` [PATCH v3 4/4] target/ppc: fix warning with clang-15
[PATCH] block: Handle curl 7.55.0, 7.85.0 version changes
2023-02-20 15:09 UTC (4+ messages)
[PATCH 0/9] hw/usb: Cleanups around QOM style
2023-02-20 15:05 UTC (10+ messages)
` [PATCH 1/9] hw/usb/dev-smartcard-reader: Avoid forward-declaring CCIDBus
` [PATCH 2/9] hw/usb/hcd-ohci: Use OHCIState type definition
` [PATCH 3/9] hw/usb/hcd-ohci-pci: Use QOM type-safe cast conversion macro
` [PATCH 4/9] hw/usb/hcd-uhci: Declare QOM macros using OBJECT_DECLARE_TYPE()
` [PATCH 5/9] hw/usb/hcd-uhci: Replace container_of() by UHCI_GET_CLASS() QOM macro
` [PATCH 6/9] hw/usb/hcd-xhci-nec: Declare QOM macros for NEC_XHCI
` [PATCH 7/9] hw/usb/hcd-xhci-nec: Replace container_of() by NEC_XHCI() QOM cast macro
` [PATCH 8/9] hw/usb/u2f: Declare QOM macros using OBJECT_DECLARE_TYPE()
` [PATCH 9/9] hw/usb/u2f-passthru: Use QOM type-safe cast conversion macros
[PATCH] include/hw/arm/allwinner-a10.h: Remove superfluous includes from the header
2023-02-20 14:51 UTC (2+ messages)
[PATCH] accel/xen: Remove dead code
2023-02-20 14:31 UTC (2+ messages)
[RFC PATCH] docs: build-platforms: refine requirements on Python build dependencies
2023-02-20 14:20 UTC (5+ messages)
[PATCH] hw/i386/xen: Remove unused 'hw/ide.h' include from header
2023-02-20 14:15 UTC (2+ messages)
[PATCH] target/riscv: Fix checking of whether instruciton at 'pc_next' spans pages
2023-02-20 7:27 UTC
[PATCH v2 0/4] Missing endianness conversions in user mode
2023-02-20 9:32 UTC (10+ messages)
` [PATCH v2 1/4] linux-user: fix timerfd read endianness conversion
` [PATCH v2 2/4] linux-user: fix sockaddr_in6 endianness
` [PATCH v2 3/4] linux-user: add target to host netlink conversions
` [PATCH v2 4/4] linux-user: handle netlink flag NLA_F_NESTED
[PATCH] target/riscv: Fix checking of whether instruciton at 'pc_next' spans pages
2023-02-20 7:29 UTC
[PATCH v1 0/4] Missing endianness conversions in user mode
2023-02-20 9:03 UTC (5+ messages)
` [PATCH v1 3/4] linux-user: add target to host netlink conversions
Power shell with some problems
2023-02-20 14:04 UTC
[PULL v2 00/11] Misc patches for 2023-02-08
2023-02-20 13:56 UTC (3+ messages)
[PULL 00/30] target-arm queue
2023-02-20 13:38 UTC (2+ messages)
[RFC v5 0/3] migration: reduce time of loading non-iterable vmstate
2023-02-20 13:36 UTC (7+ messages)
[PATCH 0/5] hw/audio: Cleanups around QOM style
2023-02-20 13:18 UTC (6+ messages)
` [PATCH 1/5] hw/audio/hda-codec: Avoid forward-declaring HDAAudioState
` [PATCH 2/5] hw/audio/es1370: Avoid forward-declaring ES1370State
` [PATCH 3/5] hw/audio/es1370: Replace container_of() by ES1370() QOM cast macro
` [PATCH 4/5] hw/audio/ac97: Replace container_of() by AC97() "
` [PATCH 5/5] hw/audio/pcspk: Open-code pcspk_init()
Question about input device
2023-02-20 12:46 UTC
Optimization for the virtio-balloon feature on the ARM platform
2023-02-20 12:11 UTC (3+ messages)
[PATCH v3 0/5] Support Flexible Data Placement (FDP)
2023-02-20 11:59 UTC (6+ messages)
` [PATCH v3 1/5] hw/nvme: move adjustment of data_units{read,written}
` [PATCH v3 2/5] hw/nvme: store a pointer to the NvmeSubsystem in the NvmeNamespace
` [PATCH v3 3/5] hw/nvme: add basic endurance group support
` [PATCH v3 4/5] hw/nvme: basic directives support
` [PATCH v3 5/5] hw/nvme: flexible data placement emulation
[PATCH RFC 0/7] revert RNG seed mess
2023-02-20 11:54 UTC (4+ messages)
[PATCH 0/2] hw/mem: CXL Type-3 Volatile Memory Support
2023-02-20 11:46 UTC (5+ messages)
` [PATCH 2/2] hw/cxl: Multi-Region CXL Type-3 Devices (Volatile and Persistent)
[PATCH v2] TCG plugin API extension to read guest memory content by an address
2023-02-20 11:13 UTC
[PATCH] MAINTAINERS: Add section for overall sensors
2023-02-20 11:02 UTC
[PATCH] RISC-V: XTheadMemPair: Remove register restrictions for store-pair
2023-02-20 10:54 UTC (2+ messages)
[PATCH v3 00/10] Teach 'getfd' QMP command to import win32 sockets
2023-02-20 10:50 UTC (8+ messages)
` [PATCH v3 08/10] qmp: teach 'getfd' to import sockets on win32
[PATCH 1/3] This reverts commit f14aab420c58b57e07189d6d9e6d3fbfab4761a6
2023-02-20 10:13 UTC (3+ messages)
` [PATCH 2/3] Fix issue #761: Broken scaling with gtk, gl=on on a hidpi display
` [PATCH 3/3] Fix zoom scale
[PATCH v5 00/16] hw/9pfs: Add 9pfs support for Windows
2023-02-20 10:08 UTC (17+ messages)
` [PATCH v5 01/16] hw/9pfs: Add missing definitions "
` [PATCH v5 02/16] hw/9pfs: Implement Windows specific utilities functions for 9pfs
` [PATCH v5 03/16] hw/9pfs: Replace the direct call to xxxdir() APIs with a wrapper
` [PATCH v5 04/16] hw/9pfs: Implement Windows specific xxxdir() APIs
` [PATCH v5 05/16] hw/9pfs: Update the local fs driver to support Windows
` [PATCH v5 06/16] hw/9pfs: Support getting current directory offset for Windows
` [PATCH v5 07/16] hw/9pfs: Update helper qemu_stat_rdev()
` [PATCH v5 08/16] hw/9pfs: Add a helper qemu_stat_blksize()
` [PATCH v5 09/16] hw/9pfs: Disable unsupported flags and features for Windows
` [PATCH v5 10/16] hw/9pfs: Update v9fs_set_fd_limit() "
` [PATCH v5 11/16] hw/9pfs: Add Linux error number definition
` [PATCH v5 12/16] hw/9pfs: Translate Windows errno to Linux value
` [PATCH v5 13/16] fsdev: Disable proxy fs driver on Windows
` [PATCH v5 14/16] hw/9pfs: Update synth fs driver for Windows
` [PATCH v5 15/16] tests/qtest: virtio-9p-test: Adapt the case for win32
` [PATCH v5 16/16] meson.build: Turn on virtfs for Windows
[PATCH 0/5] eBPF RSS Helper support
2023-02-20 9:54 UTC (5+ messages)
` [PATCH 3/5] qmp: Added the helper stamp check
` [PATCH 4/5] ebpf_rss_helper: Added helper for eBPF RSS
[PATCH v2 00/18] hw/ide: Untangle ISA/PCI abuses of ide_init_ioport()
2023-02-20 9:52 UTC (4+ messages)
` [PATCH v2 06.5/18] hw/ide/piix: Allow using PIIX3-IDE as standalone PCI function
[RFC PATCH] docs/about/build-platforms: Refine the distro support policy
2023-02-20 9:39 UTC (10+ messages)
[PATCH v2 00/24] hw/ide: QOM/QDev housekeeping
2023-02-20 9:13 UTC (25+ messages)
` [PATCH v2 01/24] MAINTAINERS: Mark IDE and Floppy as "Odd Fixes"
` [PATCH v2 02/24] hw/ide/mmio: Use CamelCase for MMIO_IDE state name
` [PATCH v2 03/24] hw/ide/mmio: Extract TYPE_MMIO_IDE declarations to 'hw/ide/mmio.h'
` [PATCH v2 04/24] hw/ide/isa: Rename isairq -> irqnum
` [PATCH v2 05/24] hw/ide/isa: Extract TYPE_ISA_IDE declarations to 'hw/ide/isa.h'
` [PATCH v2 06/24] hw/ide/isa: Remove intermediate ISAIDEState::irq variable
` [PATCH v2 07/24] hw/ide/atapi: Restrict 'scsi/constants.h' inclusion
` [PATCH v2 08/24] hw/ide: Remove unused 'qapi/qapi-types-run-state.h'
` [PATCH v2 09/24] hw/ide: Include 'exec/ioport.h' instead of 'hw/isa/isa.h'
` [PATCH v2 10/24] hw/ide: Un-inline ide_set_irq()
` [PATCH v2 11/24] hw/ide: Rename ide_set_irq() -> ide_bus_set_irq()
` [PATCH v2 12/24] hw/ide: Rename ide_create_drive() -> ide_bus_create_drive()
` [PATCH v2 13/24] hw/ide: Rename ide_register_restart_cb -> ide_bus_register_restart_cb
` [PATCH v2 14/24] hw/ide: Rename ide_exec_cmd() -> ide_bus_exec_cmd()
` [PATCH v2 15/24] hw/ide: Rename ide_init2() -> ide_bus_init_output_irq()
` [PATCH v2 16/24] hw/ide: Rename idebus_active_if() -> ide_bus_active_if()
` [PATCH v2 17/24] hw/ide: Declare ide_get_[geometry/bios_chs_trans] in 'hw/ide/internal.h'
` [PATCH v2 18/24] hw/ide: Rename ISA specific ide_init_ioport -> ide_bus_init_ioport_isa
` [PATCH v2 19/24] hw/ide/ioport: Remove unnecessary includes
` [PATCH v2 20/24] hw/ide/pci: Unexport bmdma_active_if()
` [PATCH v2 21/24] hw/ide/piix: Remove unused includes
` [PATCH v2 22/24] hw/ide/piix: Pass Error* to pci_piix_init_ports() for better error msg
` [PATCH v2 23/24] hw/ide/piix: Refactor pci_piix_init_ports as pci_piix_init_bus per bus
` [PATCH v2 24/24] hw/ide/ahci: trace ncq write command as write instead of read
[PATCH v2 0/7] Python: Drop support for Python 3.6
2023-02-20 8:51 UTC (12+ messages)
` [PATCH v2 6/7] CI: Stop building docs on centos8
[PATCH] Updated the FSF address to <https://www.gnu.org/licenses/>
2023-02-20 8:33 UTC (2+ messages)
[PATCH] qemu: make version available in coredump
2023-02-20 8:29 UTC (3+ 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).