xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-21 14:30:43 to 2023-03-23 10:44:28 UTC [more...]

[RFC XEN PATCH 0/6] Introduce VirtIO GPU and Passthrough GPU support on Xen PVH dom0
 2023-03-23 10:43 UTC  (17+ messages)
` [RFC XEN PATCH 2/6] vpci: accept BAR writes if dom0 is PVH

[PATCH v2 00/27] Enable PV backends with Xen/KVM emulation
 2023-03-23 10:42 UTC  (4+ messages)
` [PATCH v2 09/27] hw/xen: Add evtchn operations to allow redirection to internal emulation

[PATCH v4 0/2] pci: slot_reserved_mask improvements
 2023-03-23 10:18 UTC  (2+ messages)

[PATCH v5 0/5] tools: use xen-tools/libs.h for common definitions
 2023-03-23 10:12 UTC  (9+ messages)
` [PATCH v5 1/5] tools: get rid of additional min() and max() definitions
` [PATCH v5 2/5] tools: add container_of() macro to xen-tools/common-macros.h
` [PATCH v5 3/5] tools/hvmloader: remove private offsetof() definition
` [PATCH v5 4/5] tools/libfsimage: "
` [PATCH v5 5/5] tools/libs/vchan: "

[PATCH v3] vpci/msix: handle accesses adjacent to the MSI-X table
 2023-03-23 10:06 UTC  (6+ messages)

[libvirt test] 179861: tolerable trouble: pass/starved - PUSHED
 2023-03-23  9:27 UTC 

[PATCH v2] IOMMU/VT-d: Fix iommu=no-igfx if the IOMMU scope contains phantom device
 2023-03-23  8:22 UTC  (4+ messages)

[xen-4.16-testing test] 179858: tolerable trouble: fail/pass/starved - PUSHED
 2023-03-23  7:41 UTC 

[xen-4.17-testing test] 179869: tolerable trouble: fail/pass/starved - PUSHED
 2023-03-23  4:15 UTC 

[xen-unstable test] 179853: tolerable trouble: fail/pass/starved - PUSHED
 2023-03-23  3:07 UTC 

[qemu-mainline bisection] complete test-amd64-i386-libvirt-pair
 2023-03-23  1:25 UTC 

[linux-linus test] 179852: regressions - trouble: fail/pass/starved
 2023-03-23  0:09 UTC 

[PATCH AUTOSEL 5.15 04/16] x86/PVH: obtain VGA console info in Dom0
 2023-03-22 20:01 UTC 

[PATCH AUTOSEL 6.1 15/34] x86/PVH: obtain VGA console info in Dom0
 2023-03-22 19:59 UTC 

[PATCH AUTOSEL 6.2 23/45] x86/PVH: obtain VGA console info in Dom0
 2023-03-22 19:56 UTC 

[PATCH v6 2/4] PCI: Split pci_bus_for_each_resource_p() out of pci_bus_for_each_resource()
 2023-03-22 19:35 UTC  (2+ messages)

[PATCH v6 1/4] PCI: Introduce pci_dev_for_each_resource()
 2023-03-22 19:28 UTC  (2+ messages)

[PATCH v6] ACPI: processor: Fix evaluating _PDC method when running as Xen dom0
 2023-03-22 18:39 UTC  (2+ messages)

[qemu-mainline test] 179847: regressions - trouble: fail/pass/starved
 2023-03-22 17:45 UTC 

[PATCH v2 0/3] tools/xl: small cleanup of parsing code
 2023-03-22 17:29 UTC  (8+ messages)
` [PATCH v2 1/3] tools/xl: allow split_string_into_pair() to trim values
` [PATCH v2 2/3] tools/xl: make split_string_into_pair() more usable
` [PATCH v2 3/3] tools/xl: rework p9 config parsing

[PATCH v2] tools: use libxenlight for writing xenstore-stubdom console nodes
 2023-03-22 17:10 UTC  (2+ messages)

[PATCH 0/2] xen/arm: fixes around domain_vpl011_init
 2023-03-22 16:19 UTC  (7+ messages)
` [PATCH 1/2] xen/arm: domain_build: Check return code of domain_vpl011_init
` [PATCH 2/2] xen/arm: vpl011: Fix domain_vpl011_init error path

[ovmf test] 179860: all pass - PUSHED
 2023-03-22 16:02 UTC 

[PATCH v5 0/7] RISCV basic exception handling implementation
 2023-03-22 15:21 UTC  (30+ messages)
` [PATCH v5 1/7] xen/riscv: introduce boot information structure
` [PATCH v5 2/7] xen/riscv: initialize boot_info structure
` [PATCH v5 3/7] xen/riscv: introduce dummy <asm/bug.h>
` [PATCH v5 4/7] xen/riscv: introduce decode_cause() stuff
` [PATCH v5 5/7] xen/riscv: introduce trap_init()

[PATCH] x86/PVH: avoid 32-bit build warning when obtaining VGA console info
 2023-03-22 15:07 UTC  (2+ messages)

[PATCH v3 0/2] Fix ARM Generic Timer interrupt parsing
 2023-03-22 15:00 UTC  (6+ messages)
` [PATCH v3 1/2] arch/arm: irq: Add platform_get_irq_byname() implementation
` [PATCH v3 2/2] arch/arm: time: Add support for parsing interrupts by names

[PATCH v2 0/3] enable MMU for RISC-V
 2023-03-22 14:21 UTC  (14+ messages)
` [PATCH v2 1/3] xen/riscv: introduce setup_initial_pages
` [PATCH v2 2/3] xen/riscv: setup initial pagetables

[XEN PATCH v2] build: detect compiler change to rerun kconfig
 2023-03-22 14:13 UTC  (2+ messages)

[PATCH] tools/xendomains: Only save/restore/migrate if supported by xenlight
 2023-03-22 13:58 UTC 

[RFC PATCH 1/3] net: Drop the size argument from ->sendmsg()
 2023-03-22 13:56 UTC 

[XEN v4 00/11] Add support for 32 bit physical address
 2023-03-22 13:53 UTC  (9+ messages)
` [XEN v4 07/11] xen/arm: Introduce choice to enable 64/32 bit physical addressing

[PATCH v4 0/5] tools: use xen-tools/libs.h for common definitions
 2023-03-22 13:10 UTC  (12+ messages)
` [PATCH v4 1/5] tools: add container_of() macro to xen-tools/common-macros.h
` [PATCH v4 2/5] tools: get rid of additional min() and max() definitions
` [PATCH v4 3/5] tools/hvmloader: remove private offsetof() definition
` [PATCH v4 4/5] tools/libfsimage: "
` [PATCH v4 5/5] tools/libs/vchan: "

[xen-unstable-smoke test] 179867: tolerable trouble: pass/starved - PUSHED
 2023-03-22 12:22 UTC 

[xen-4.17-testing test] 179843: tolerable trouble: fail/pass/starved - PUSHED
 2023-03-22 11:13 UTC 

[PATCH] include: don't mention stub headers more than once in a make rule
 2023-03-22 10:59 UTC 

[PATCH v5 0/5] Stop using insecure transports
 2023-03-22 10:15 UTC  (13+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/5] Use HTTPS for all xenbits.xen.org Git repos
  ` [PATCH v6 2/5] Change remaining xenbits.xen.org link to HTTPS
  ` [PATCH v6 3/5] Build system: Do not try to use broken links
  ` [PATCH v6 4/5] Build system: Replace git:// and http:// with https://
  ` [PATCH v6 5/5] Automation and CI: "

[PATCH v3 0/2] x86: RTC handling adjustments
 2023-03-22  9:55 UTC  (4+ messages)
` [PATCH v4] x86: detect CMOS aliasing on ports other than 0x70/0x71

[PATCH 00/16] x86: assorted (mostly) shadow mode adjustments
 2023-03-22  9:38 UTC  (17+ messages)
` [PATCH 01/16] x86/shadow: fix and improve sh_page_has_multiple_shadows()
` [PATCH 02/16] x86/shadow: fold/rename sh_unhook_*_mappings()
` [PATCH 03/16] x86/shadow: drop redundant present bit checks from SHADOW_FOREACH_L<N>E() "bodys"
` [PATCH 04/16] x86/shadow: replace memcmp() in sh_resync_l1()
` [PATCH 05/16] x86/shadow: reduce explicit log-dirty recording for HVM
` [PATCH 06/16] x86/shadow: purge {write,cmpxchg}_guest_entry() hooks
` [PATCH 07/16] x86/shadow: call sh_update_cr3() directly from sh_page_fault()
` [PATCH 08/16] x86/shadow: use lighter weight mode checks
` [PATCH 09/16] x86/shadow: OOS mode is HVM-only
` [PATCH 10/16] x86/shadow: move OOS functions to their own file
` [PATCH 11/16] x86/shadow: drop is_hvm_...() where easily possible
` [PATCH 12/16] x86/shadow: make monitor table create/destroy more consistent
` [PATCH 13/16] x86/shadow: vCPU-s never have "no mode"
` [PATCH 14/16] x86/shadow: "monitor table" is a HVM-only concept
` [PATCH 15/16] x86/shadow: adjust monitor table prealloc amount
` [PATCH 16/16] x86/PV: conditionalize arch_set_info_guest()'s call to update_cr3()

[PATCH v1 0/3] enable MMU for RISC-V
 2023-03-22  9:14 UTC  (8+ messages)
` [PATCH v1 1/3] xen/riscv: introduce setup_initial_pages

[PATCH v3 00/10] SVE feature for arm guests
 2023-03-22  8:47 UTC  (12+ messages)
` [PATCH v3 02/10] xen/arm: add SVE vector length field to the domain
` [PATCH v3 06/10] xen/arm: enable Dom0 to use SVE feature
` [PATCH v3 08/10] tools: add physinfo arch_capabilities handling for Arm

[PATCH v2 0/4] P2M improvements for Arm
 2023-03-22  8:16 UTC  (11+ messages)
` [PATCH v2 3/4] xen/arm: Defer GICv2 CPU interface mapping until the first access
` [PATCH v2 4/4] xen/arm: Clean-up in p2m_init() and p2m_final_teardown()

[xen-4.15-testing test] 179841: tolerable trouble: fail/pass/starved - PUSHED
 2023-03-22  8:12 UTC 

[PATCH] x86/HVM: restrict use of pinned cache attributes as well as associated flushing
 2023-03-22  6:50 UTC 

[xen-4.14-testing test] 179840: tolerable trouble: fail/pass/starved - PUSHED
 2023-03-22  4:40 UTC 

[PATCH v5] ACPI: processor: Fix evaluating _PDC method when running as Xen dom0
 2023-03-22  3:47 UTC  (3+ messages)

[xen-4.16-testing test] 179842: regressions - trouble: blocked/fail/pass/starved
 2023-03-22  3:32 UTC 

[BUG] x2apic broken with current AMD hardware
 2023-03-21 22:19 UTC  (13+ messages)

[xen-unstable test] 179834: tolerable trouble: fail/pass/starved - PUSHED
 2023-03-21 21:48 UTC 

[linux-linus test] 179830: regressions - trouble: fail/pass/starved
 2023-03-21 21:29 UTC 

[PATCH] xen/arm: irq: Constify the first parameter of platform_get_irq_byname()
 2023-03-21 20:25 UTC  (3+ messages)

[RFC PATCH 0/5] Add Xen PVH dom0 support for GPU
 2023-03-21 18:55 UTC  (14+ messages)
` [RFC PATCH 1/5] x86/xen: disable swiotlb for xen pvh

[libvirt test] 179829: tolerable trouble: pass/starved - PUSHED
 2023-03-21 17:23 UTC 

[PATCH v3 0/4] tools: use xen-tools/libs.h for common definitions
 2023-03-21 17:20 UTC  (3+ messages)
` [PATCH v3 1/4] tools: rename xen-tools/libs.h file to common-macros.h

[Xen-devel] [PATCH v2] x86: use POPCNT for hweight<N>() when available
 2023-03-21 17:02 UTC  (10+ messages)
`  "

[PATCH] move {,vcpu_}show_execution_state() declarations to common header
 2023-03-21 16:57 UTC  (3+ messages)

[PATCH] x86: extend coverage of HLE "bad page" workaround
 2023-03-21 16:31 UTC  (15+ messages)

[xen-unstable-smoke test] 179845: tolerable trouble: pass/starved - PUSHED
 2023-03-21 16:28 UTC 

[PATCH v2] vpci/msix: handle accesses adjacent to the MSI-X table
 2023-03-21 15:39 UTC  (4+ messages)

[PATCH] tools: use libxenlight for writing xenstore-stubdom console nodes
 2023-03-21 15:37 UTC  (3+ messages)

[XEN PATCH v1 1/1] x86/domctl: add gva_to_gfn command
 2023-03-21 15:13 UTC  (2+ messages)

[qemu-mainline test] 179824: regressions - trouble: fail/pass/starved
 2023-03-21 14:44 UTC 

[PATCH v8 0/5] introduce generic implementation of macros from bug.h
 2023-03-21 14:44 UTC  (9+ messages)
` [PATCH v8 1/5] xen: introduce CONFIG_GENERIC_BUG_FRAME

preparations for 4.16.4 and 4.17.1
 2023-03-21 14:30 UTC 


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).