messages from 2023-02-20 14:11:20 to 2023-02-20 20:56:55 UTC [more...]
[PATCH v12 00/60] Xen HVM support under KVM
2023-02-20 20:47 UTC (56+ messages)
` [PATCH v12 01/60] include: import Xen public headers to hw/xen/interface
` [PATCH v12 02/60] xen: add CONFIG_XEN_BUS and CONFIG_XEN_EMU options for Xen emulation
` [PATCH v12 03/60] xen: Add XEN_DISABLED mode and make it default
` [PATCH v12 04/60] i386/kvm: Add xen-version KVM accelerator property and init KVM Xen support
` [PATCH v12 05/60] i386/kvm: handle Xen HVM cpuid leaves
` [PATCH v12 06/60] i386/hvm: Set Xen vCPU ID in KVM
` [PATCH v12 07/60] xen-platform: exclude vfio-pci from the PCI platform unplug
` [PATCH v12 08/60] xen-platform: allow its creation with XEN_EMULATE mode
` [PATCH v12 09/60] i386/xen: handle guest hypercalls
` [PATCH v12 10/60] i386/xen: implement HYPERVISOR_xen_version
` [PATCH v12 11/60] i386/xen: implement HYPERVISOR_sched_op, SCHEDOP_shutdown
` [PATCH v12 12/60] i386/xen: Implement SCHEDOP_poll and SCHEDOP_yield
` [PATCH v12 13/60] hw/xen: Add xen_overlay device for emulating shared xenheap pages
` [PATCH v12 14/60] xen: Permit --xen-domid argument when accel is KVM
` [PATCH v12 16/60] i386/xen: manage and save/restore Xen guest long_mode setting
` [PATCH v12 17/60] i386/xen: implement HYPERVISOR_memory_op
` [PATCH v12 18/60] i386/xen: implement XENMEM_add_to_physmap_batch
` [PATCH v12 19/60] i386/xen: implement HYPERVISOR_hvm_op
` [PATCH v12 20/60] i386/xen: implement HYPERVISOR_vcpu_op
` [PATCH v12 21/60] i386/xen: handle VCPUOP_register_vcpu_info
` [PATCH v12 22/60] i386/xen: handle VCPUOP_register_vcpu_time_info
` [PATCH v12 23/60] i386/xen: handle VCPUOP_register_runstate_memory_area
` [PATCH v12 24/60] i386/xen: implement HYPERVISOR_event_channel_op
` [PATCH v12 25/60] i386/xen: implement HVMOP_set_evtchn_upcall_vector
` [PATCH v12 26/60] i386/xen: implement HVMOP_set_param
` [PATCH v12 29/60] hw/xen: Implement EVTCHNOP_status
` [PATCH v12 30/60] hw/xen: Implement EVTCHNOP_close
` [PATCH v12 31/60] hw/xen: Implement EVTCHNOP_unmask
` [PATCH v12 32/60] hw/xen: Implement EVTCHNOP_bind_virq
` [PATCH v12 33/60] hw/xen: Implement EVTCHNOP_bind_ipi
` [PATCH v12 34/60] hw/xen: Implement EVTCHNOP_send
` [PATCH v12 35/60] hw/xen: Implement EVTCHNOP_alloc_unbound
` [PATCH v12 36/60] hw/xen: Implement EVTCHNOP_bind_interdomain
` [PATCH v12 37/60] hw/xen: Implement EVTCHNOP_bind_vcpu
` [PATCH v12 38/60] hw/xen: Implement EVTCHNOP_reset
` [PATCH v12 39/60] i386/xen: add monitor commands to test event injection
` [PATCH v12 40/60] hw/xen: Support HVM_PARAM_CALLBACK_TYPE_GSI callback
` [PATCH v12 41/60] hw/xen: Support HVM_PARAM_CALLBACK_TYPE_PCI_INTX callback
` [PATCH v12 42/60] kvm/i386: Add xen-gnttab-max-frames property
` [PATCH v12 44/60] hw/xen: Support mapping grant frames
` [PATCH v12 45/60] i386/xen: Implement HYPERVISOR_grant_table_op and GNTTABOP_[gs]et_verson
` [PATCH v12 46/60] hw/xen: Implement GNTTABOP_query_size
` [PATCH v12 47/60] i386/xen: handle PV timer hypercalls
` [PATCH v12 49/60] i386/xen: handle HVMOP_get_param
` [PATCH v12 50/60] hw/xen: Add backend implementation of interdomain event channel support
` [PATCH v12 51/60] hw/xen: Add xen_xenstore device for xenstore emulation
` [PATCH v12 52/60] hw/xen: Add basic ring handling to xenstore
` [PATCH v12 53/60] hw/xen: Automatically add xen-platform PCI device for emulated Xen guests
` [PATCH v12 54/60] i386/xen: Implement HYPERVISOR_physdev_op
` [PATCH v12 55/60] hw/xen: Implement emulated PIRQ hypercall support
` [PATCH v12 56/60] hw/xen: Support GSI mapping to PIRQ
` [PATCH v12 57/60] hw/xen: Support MSI "
` [PATCH v12 58/60] kvm/i386: Add xen-evtchn-max-pirq property
` [PATCH v12 59/60] i386/xen: Document Xen HVM emulation
` [PATCH v12 60/60] hw/xen: Subsume xen_be_register_common() into xen_be_init()
[PATCH 00/14] target/arm: gdbstub cleanups and additions
2023-02-20 18:27 UTC (22+ 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
[PATCH v5 00/16] iotests: use vm.cmd()
2023-02-20 20:38 UTC (5+ messages)
` [PATCH v5 01/16] python: fix superfluous-parens pylint error
` [PATCH v5 02/16] python: fix broad-exception-raised "
[PATCH v2 0/7] Python: Drop support for Python 3.6
2023-02-20 19:56 UTC (6+ messages)
[PATCH v2 0/4] Adds support for running QEMU natively on windows-arm64
2023-02-20 19:30 UTC (7+ messages)
` [PATCH v2 2/4] sysemu/os-win32: fix setjmp/longjmp "
` [PATCH v2 3/4] qga/vss-win32: fix warning for clang++-15
[PATCH 0/9] hw/usb: Cleanups around QOM style
2023-02-20 19:22 UTC (17+ 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 0/5] hw/audio: Cleanups around QOM style
2023-02-20 19:06 UTC (9+ 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] hw/ide/ahci: trace ncq write command as write instead of read
2023-02-20 19:04 UTC (3+ messages)
[PULL 00/22] Block layer patches
2023-02-20 19:02 UTC (3+ messages)
[PATCH v3 00/27] target/s390x: pc-relative translation blocks
2023-02-20 18:58 UTC (8+ messages)
` [PATCH v3 01/27] target/s390x: Use tcg_constant_* in local contexts
` [PATCH v3 20/27] target/s390x: Split per_branch
[PATCH 0/8] hw/arm: Cleanups around QOM style
2023-02-20 18:56 UTC (21+ 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] libxl/dm: Stop using "xenfv" machine in the Qemu upstream device model
2023-02-20 18:53 UTC
[PATCH v4 00/27] target/s390x: pc-relative translation blocks
2023-02-20 18:40 UTC (28+ messages)
` [PATCH v4 01/27] target/s390x: Use tcg_constant_* in local contexts
` [PATCH v4 02/27] target/s390x: Use tcg_constant_* for DisasCompare
` [PATCH v4 03/27] target/s390x: Use tcg_constant_i32 for fpinst_extract_m34
` [PATCH v4 04/27] target/s390x: Use tcg_constant_* in translate_vx.c.inc
` [PATCH v4 05/27] tests/tcg/s390x: Add bal.S
` [PATCH v4 06/27] tests/tcg/s390x: Add sam.S
` [PATCH v4 07/27] target/s390x: Change help_goto_direct to work on displacements
` [PATCH v4 08/27] target/s390x: Introduce gen_psw_addr_disp
` [PATCH v4 09/27] target/s390x: Remove pc argument to pc_to_link_into
` [PATCH v4 10/27] target/s390x: Use gen_psw_addr_disp in pc_to_link_info
` [PATCH v4 11/27] target/s390x: Use gen_psw_addr_disp in save_link_info
` [PATCH v4 12/27] target/s390x: Use gen_psw_addr_disp in op_sam
` [PATCH v4 13/27] target/s390x: Use ilen instead in branches
` [PATCH v4 14/27] target/s390x: Assert masking of psw.addr in cpu_get_tb_cpu_state
` [PATCH v4 15/27] target/s390x: Add disp argument to update_psw_addr
` [PATCH v4 16/27] target/s390x: Don't set gbea for user-only
` [PATCH v4 17/27] target/s390x: Introduce per_enabled
` [PATCH v4 18/27] target/s390x: Disable conditional branch-to-next for PER
` [PATCH v4 19/27] target/s390x: Introduce help_goto_indirect
` [PATCH v4 20/27] target/s390x: Split per_branch
` [PATCH v4 21/27] target/s390x: Simplify help_branch
` [PATCH v4 22/27] target/s390x: Split per_breaking_event from per_branch_*
` [PATCH v4 23/27] target/s390x: Remove PER check from use_goto_tb
` [PATCH v4 24/27] target/s390x: Fix successful-branch PER events
` [PATCH v4 25/27] tests/tcg/s390x: Add per.S
` [PATCH v4 26/27] target/s390x: Pass original r2 register to BCR
` [PATCH v4 27/27] target/s390x: Enable TARGET_TB_PCREL
[PATCH V3 0/8] Add basic ACPI support for risc-v virt
2023-02-20 18:45 UTC (4+ messages)
` [PATCH V3 4/8] hw/riscv/virt: Enable basic ACPI infrastructure
[PATCH V2] meson: fix dependency on qemu-keymap
2023-02-20 18:35 UTC (2+ messages)
[PATCH] hw/acpi: Set memory regions to native endian as a work around
2023-02-20 18:24 UTC (8+ messages)
[PATCH v2 0/7] OHCI changes
2023-02-20 18:19 UTC (16+ 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)
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
[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)
[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 (5+ 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)
[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] 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 (4+ 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:09 UTC (4+ messages)
` [PATCH v2 2/4] linux-user: fix sockaddr_in6 endianness
[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 8:24 UTC (4+ messages)
` [PATCH v1 3/4] linux-user: add target to host netlink conversions
Power shell with some problems
2023-02-20 14:04 UTC
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).