xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-28 04:59:19 to 2021-09-29 09:43:49 UTC [more...]

[PATCH 0/3] x86/PV: '0' debug key stack dumping adjustments
 2021-09-29  9:43 UTC  (4+ messages)
` [PATCH 1/3] x86/PV: make '0' debug key dump Dom0's stacks again
` [PATCH 2/3] x86/PV: replace assertions in '0' debug key stack dumping
` [PATCH 3/3] x86/PV: drop "vcpu" local variable from show_guest_stack()

[PATCH v2 00/11] PCI devices passthrough on Arm, part 3
 2021-09-29  9:35 UTC  (25+ messages)
` [PATCH v2 01/11] vpci: Make vpci registers removal a dedicated function
` [PATCH v2 02/11] vpci: Add hooks for PCI device assign/de-assign
` [PATCH v2 05/11] vpci/header: Implement guest BAR register handlers
` [PATCH v2 07/11] vpci/header: program p2m with guest BAR view
` [PATCH v2 08/11] vpci/header: Emulate PCI_COMMAND register for guests
` [PATCH v2 09/11] vpci/header: Reset the command register when adding devices
` [PATCH v2 10/11] vpci: Add initial support for virtual PCI bus topology

[PATCH v3 00/17] PCI devices passthrough on Arm
 2021-09-29  9:29 UTC  (38+ messages)
` [PATCH v3 01/17] xen/pci: Refactor MSI code that implements MSI functionality within XEN
` [PATCH v3 02/17] xen/arm: pci: Add stubs to allow selecting HAS_PCI
` [PATCH v3 03/17] xen/arm: solve compilation error on ARM with ACPI && HAS_PCI
` [PATCH v3 04/17] xen/arm: xc_domain_ioport_permission(..) not supported on ARM
` [PATCH v3 05/17] xen/arm: Add PHYSDEVOP_pci_device_* support for ARM
` [PATCH v3 06/17] xen/device-tree: Add dt_property_read_variable_u32_array helper
` [PATCH v3 07/17] xen/device-tree: Add dt_property_read_u32_array helper
` [PATCH v3 08/17] xen/device-tree: Add dt_get_pci_domain_nr helper
` [PATCH v3 09/17] xen/arm: Add support for PCI init to initialize the PCI driver
` [PATCH v3 10/17] xen/arm: Add cmdline boot option "pci-passthrough = <boolean>"
` [PATCH v3 11/17] xen/arm: PCI host bridge discovery within XEN on ARM
` [PATCH v3 12/17] xen/arm: Add support for Xilinx ZynqMP PCI host controller
` [PATCH v3 13/17] xen/arm: Implement pci access functions
` [PATCH v3 14/17] xen/arm: Enable the existing x86 virtual PCI support for ARM
` [PATCH v3 15/17] xen/arm: Transitional change to build HAS_VPCI on ARM
` [PATCH v3 16/17] arm/libxl: Emulated PCI device tree node in libxl
` [PATCH v3 17/17] xen/arm: Add linux,pci-domain property for hwdom if not available

[PATCH v1 0/8] proc/vmcore: sanitize access to virtio-mem memory
 2021-09-29  9:03 UTC  (14+ messages)
` [PATCH v1 1/8] x86/xen: update xen_oldmem_pfn_is_ram() documentation
` [PATCH v1 2/8] x86/xen: simplify xen_oldmem_pfn_is_ram()
` [PATCH v1 3/8] proc/vmcore: let pfn_is_ram() return a bool
` [PATCH v1 4/8] proc/vmcore: convert oldmem_pfn_is_ram callback to more generic vmcore callbacks
` [PATCH v1 5/8] virtio-mem: factor out hotplug specifics from virtio_mem_init() into virtio_mem_init_hotplug()
` [PATCH v1 6/8] virtio-mem: factor out hotplug specifics from virtio_mem_probe() "
` [PATCH v1 7/8] virtio-mem: factor out hotplug specifics from virtio_mem_remove() into virtio_mem_deinit_hotplug()
` [PATCH v1 8/8] virtio-mem: kdump mode to sanitize /proc/vmcore access

[PATCH v5 00/11] PCI: Drop duplicated tracking of a pci_dev's bound driver
 2021-09-29  8:53 UTC  (3+ messages)
` [PATCH v5 03/11] xen/pci: Drop some checks that are always true
` [PATCH v5 10/11] PCI: Replace pci_dev::driver usage by pci_dev::dev.driver

[adhoc test] 165241: all pass
 2021-09-29  8:18 UTC  (3+ messages)

[PATCH v4 0/6] Remove unconditional arch dependency on asm/debugger.h
 2021-09-29  8:09 UTC  (14+ messages)
` [PATCH v4 1/6] arm/traps: remove debugger_trap_fatal() calls
` [PATCH v4 2/6] x86/debugger: separate Xen and guest debugging debugger_trap_* functions
` [PATCH v4 3/6] arch/x86: rename debug.c to gdbsx.c
` [PATCH v4 4/6] x86/gdbsx: expand dbg_rw_mem() inline
` [PATCH v4 5/6] arch/x86: move domain_pause_for_debugger() to domain.h
` [PATCH v4 6/6] x86: change asm/debugger.h to xen/debugger.h

[PATCH] x86/traps: Fix typo in do_entry_CP()
 2021-09-29  8:07 UTC  (2+ messages)

[PATCH v2 0/3] include/public: update usbif.h
 2021-09-29  8:06 UTC  (5+ messages)
` [PATCH v2 1/3] include/public: add possible status values to usbif.h
` [PATCH v2 2/3] include/public: add better interface description "
` [PATCH v2 3/3] include/public: fix style of usbif.h

[PATCH v3 0/3] arm/efi: Add dom0less support to UEFI boot
 2021-09-29  8:00 UTC  (9+ messages)
` [PATCH v3 1/3] arm/efi: Introduce uefi,cfg-load DT property
` [PATCH v3 2/3] arm/efi: Use dom0less configuration when using EFI boot
` [PATCH v3 3/3] arm/efi: load dom0 modules from DT using UEFI

[PATCH 0/9] xen/x86: PVH Dom0 fixes and fallout adjustments
 2021-09-29  7:29 UTC  (11+ messages)
` [PATCH 7/9] xen/x86: hook up xen_banner() also for PVH

[PATCH v5 0/2] tools/xenstore: set resource limits of xenstored
 2021-09-29  5:31 UTC  (7+ messages)
` [PATCH v5 1/2] tools/xenstore: set oom score for xenstore daemon on Linux
` [PATCH v5 2/2] tools/xenstore: set open file descriptor limit for xenstored

[xen-unstable test] 165236: regressions - trouble: blocked/broken/fail/pass
 2021-09-29  3:23 UTC 

[qemu-mainline test] 165234: regressions - trouble: blocked/broken/fail/pass
 2021-09-28 23:21 UTC 

Xen Rust VirtIO demos work breakdown for Project Stratos
 2021-09-28 20:18 UTC  (8+ messages)
    ` [Stratos-dev] "

[xen-unstable-smoke test] 165243: regressions - FAIL
 2021-09-28 18:58 UTC 

[linux-linus test] 165231: regressions - FAIL
 2021-09-28 18:52 UTC 

[xen-unstable-smoke test] 165233: tolerable all pass - PUSHED
 2021-09-28 16:55 UTC 

[PATCH v2 00/17] PCI devices passthrough on Arm
 2021-09-28 16:32 UTC  (4+ messages)
` [PATCH v2 14/17] xen/arm: Enable the existing x86 virtual PCI support for ARM

[xen-unstable test] 164996: regressions - FAIL
 2021-09-28 16:16 UTC  (9+ messages)

[PATCH v2 00/11] PCI devices passthrough on Arm, part 2
 2021-09-28 16:11 UTC  (23+ messages)
` [PATCH v2 01/11] xen/arm: Fix dev_is_dt macro definition
` [PATCH v2 05/11] xen/arm: Mark device as PCI while creating one
` [PATCH v2 10/11] xen/arm: Do not map PCI ECAM and MMIO space to Domain-0's p2m

[PATCH V3 0/3] Add handling of extended regions (safe ranges) on Arm (Was "xen/memory: Introduce a hypercall to provide unallocated space")
 2021-09-28 16:05 UTC  (6+ messages)
` [PATCH V3 1/3] xen: Introduce "gpaddr_bits" field to XEN_SYSCTL_physinfo
` [PATCH V3 3/3] libxl/arm: Add handling of extended regions for DomU

[xen-unstable test] 165227: regressions - FAIL
 2021-09-28 15:43 UTC 

[XEN PATCH v5] xen: rework `checkpolicy` detection when using "randconfig"
 2021-09-28 15:12 UTC  (3+ messages)

[XEN PATCH v4] xen: rework `checkpolicy` detection when using "randconfig"
 2021-09-28 15:06 UTC  (5+ messages)

[PATCH 0/2] grant table and add-to-physmap adjustments on top of XSAs 379 and 384
 2021-09-28 13:36 UTC  (10+ messages)
` [PATCH 1/2] gnttab: remove guest_physmap_remove_page() call from gnttab_map_frame()
                ` Ping: "

[qemu-mainline test] 165226: regressions - FAIL
 2021-09-28 12:54 UTC 

[PATCH v3] tools/xl: fix autoballoon regex
 2021-09-28 12:36 UTC  (2+ messages)

[PATCH v2] pci: fix handling of PCI bridges with subordinate bus number 0xff
 2021-09-28 12:32 UTC  (2+ messages)

[PATCH 00/11] 1:1 direct-map memory map
 2021-09-28 12:05 UTC  (4+ messages)
` [PATCH 01/11] xen: reserve flags for internal usage in xen_domctl_createdomain

[XEN PATCH] Config.mk: update OVMF to edk2-stable202108
 2021-09-28 11:51 UTC  (4+ messages)

[RFC PATCH 00/10] security: Introduce qemu_security_policy_taint() API
 2021-09-28 11:39 UTC  (4+ messages)

[libvirt test] 165228: regressions - FAIL
 2021-09-28 11:28 UTC 

[PATCH V5 00/12] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-09-28  9:23 UTC  (7+ messages)
` [PATCH V5 12/12] net: netvsc: Add Isolation VM support for netvsc driver

[xen-unstable-smoke test] 165230: tolerable all pass - PUSHED
 2021-09-28  9:12 UTC 

sh_unshadow_for_p2m_change() vs p2m_set_entry()
 2021-09-28  8:38 UTC  (3+ messages)

Semantics of XEN_DOMCTL_SHADOW_OP_SET_ALLOCATION
 2021-09-28  8:24 UTC  (2+ messages)

[PATCH 00/37] Add device tree based NUMA support to Arm
 2021-09-28  8:02 UTC  (24+ messages)
` [PATCH 08/37] xen/x86: add detection of discontinous node memory range
` [PATCH 20/37] xen: introduce CONFIG_EFI to stub API for non-EFI architecture

[PATCH v8 0/6] AMD/IOMMU: further work split from XSA-378
 2021-09-28  7:57 UTC  (12+ messages)
` [PATCH v8 1/6] AMD/IOMMU: obtain IVHD type to use earlier
` [PATCH v8 4/6] AMD/IOMMU: respect AtsDisabled device flag
` [PATCH v8 5/6] AMD/IOMMU: pull ATS disabling earlier
` [PATCH v8 6/6] AMD/IOMMU: expose errors and warnings unconditionally

[PATCH v5] xen-pciback: allow compiling on other archs than x86
 2021-09-28  7:35 UTC 

[PATCH v4 1/2] xen-pciback: prepare for the split for stub and PV
 2021-09-28  7:26 UTC  (14+ messages)

[PATCH AUTOSEL 4.4 1/5] xen-netback: correct success/error reporting for the SKB-with-fraglist case
 2021-09-28  5:57 UTC 

[PATCH AUTOSEL 4.9 2/6] xen-netback: correct success/error reporting for the SKB-with-fraglist case
 2021-09-28  5:57 UTC 

[PATCH AUTOSEL 4.14 2/8] xen-netback: correct success/error reporting for the SKB-with-fraglist case
 2021-09-28  5:57 UTC 

[PATCH AUTOSEL 4.19 02/10] xen-netback: correct success/error reporting for the SKB-with-fraglist case
 2021-09-28  5:57 UTC 

[PATCH AUTOSEL 5.4 02/11] xen-netback: correct success/error reporting for the SKB-with-fraglist case
 2021-09-28  5:56 UTC 

[PATCH AUTOSEL 5.10 08/23] xen-netback: correct success/error reporting for the SKB-with-fraglist case
 2021-09-28  5:56 UTC 

[PATCH AUTOSEL 5.14 09/40] xen-netback: correct success/error reporting for the SKB-with-fraglist case
 2021-09-28  5:55 UTC  (3+ messages)
` [PATCH AUTOSEL 5.14 28/40] Xen/gntdev: don't ignore kernel unmapping error
` [PATCH AUTOSEL 5.14 29/40] swiotlb-xen: ensure to issue well-formed XENMEM_exchange requests

[PATCH v2 00/10] block: second batch of add_disk() error handling conversions
 2021-09-28  5:39 UTC  (3+ messages)
` [PATCH v2 03/10] nvme-multipath: add error handling support for add_disk()

[linux-linus test] 165225: regressions - FAIL
 2021-09-28  5:30 UTC 

[PATCH v4 0/8] PCI: Drop duplicated tracking of a pci_dev's bound driver
 2021-09-27 20:43 UTC  (3+ messages)
` [PATCH v4 3/8] xen/pci: Drop some checks that are always true
` [PATCH v4 7/8] PCI: Replace pci_dev::driver usage by pci_dev::dev.driver


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