Xen-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-06 23:33:28 to 2023-03-08 17:19:24 UTC [more...]

[PATCH v6 0/4] [PATCH v5 0/4] introduce generic implementation of macros from bug.h
 2023-03-08 17:18 UTC  (9+ messages)
` [PATCH v6 1/4] xen: introduce CONFIG_GENERIC_BUG_FRAME
` [PATCH v6 2/4] xen: change <asm/bug.h> to <xen/bug.h>
` [PATCH v6 3/4] xen/arm: switch ARM to use generic implementation of bug.h
` [PATCH v6 4/4] xen/x86: switch x86 to use generic implemetation "

[PATCH v2] Input: xen-kbdfront - drop keys to shrink modalias
 2023-03-08 16:27 UTC  (4+ messages)

[PATCH v1 0/3] enable MMU for RISC-V
 2023-03-08 16:16 UTC  (8+ messages)
` [PATCH v1 2/3] xen/riscv: setup initial pagetables

[BUG] x2apic broken with current AMD hardware
 2023-03-08 15:50 UTC  (3+ messages)

[xen-unstable-smoke test] 179508: tolerable trouble: pass/starved - PUSHED
 2023-03-08 15:37 UTC 

[RFC PATCH v2 0/2] Add a new acquire resource to query vcpu statistics
 2023-03-08 14:16 UTC  (17+ messages)
` [RFC PATCH v2 1/2] xen/memory : Add a stats_table resource type
` API/ABIs: Re: [RFC PATCH v2 0/2] Add a new acquire resource to query vcpu statistics

[xen-unstable test] 179503: tolerable trouble: fail/pass/starved
 2023-03-08 13:55 UTC 

[PATCH v2] build: run targets cscope,tags,... using tree-wide approach
 2023-03-08 11:10 UTC  (2+ messages)

[PATCH RFC] bunzip: work around gcc13 warning
 2023-03-08 11:02 UTC  (3+ messages)

[qemu-mainline test] 179501: tolerable trouble: fail/pass/starved - PUSHED
 2023-03-08 10:43 UTC 

[PATCH] tools/tests: remove vhpet tests
 2023-03-08 10:18 UTC  (4+ messages)

[linux-linus test] 179499: regressions - trouble: fail/pass/starved
 2023-03-08  6:23 UTC 

[PATCH 0/7] sysctl: slowly deprecate register_sysctl_table()
 2023-03-07 22:24 UTC  (3+ messages)
` [PATCH 5/7] sgi-xp: simplify sysctl registration

[xen-unstable-smoke test] 179504: tolerable trouble: pass/starved - PUSHED
 2023-03-08  4:58 UTC 

[PATCH v3 0/2] automation: introduce a Xilinx hardware test
 2023-03-08  2:45 UTC  (4+ messages)
` [PATCH v3 2/2] automation: introduce a dom0less test run on Xilinx hardware

[xen-unstable-smoke test] 179502: tolerable trouble: pass/starved - PUSHED
 2023-03-08  2:15 UTC 

[PULL 00/27] Enable PV backends with Xen/KVM emulation
 2023-03-07 23:26 UTC  (31+ messages)
` [PULL 01/27] hw/xen: Add xenstore wire implementation and implementation stubs
` [PULL 02/27] hw/xen: Add basic XenStore tree walk and write/read/directory support
` [PULL 03/27] hw/xen: Implement XenStore watches
` [PULL 04/27] hw/xen: Implement XenStore transactions
` [PULL 05/27] hw/xen: Watches on "
` [PULL 06/27] hw/xen: Implement XenStore permissions
` [PULL 07/27] hw/xen: Implement core serialize/deserialize methods for xenstore_impl
` [PULL 08/27] hw/xen: Create initial XenStore nodes
` [PULL 09/27] hw/xen: Add evtchn operations to allow redirection to internal emulation
` [PULL 10/27] hw/xen: Add gnttab "
` [PULL 11/27] hw/xen: Pass grant ref to gnttab unmap operation
` [PULL 12/27] hw/xen: Add foreignmem operations to allow redirection to internal emulation
` [PULL 13/27] hw/xen: Add xenstore "
` [PULL 14/27] hw/xen: Move xenstore_store_pv_console_info to xen_console.c
` [PULL 15/27] hw/xen: Use XEN_PAGE_SIZE in PV backend drivers
` [PULL 16/27] hw/xen: Rename xen_common.h to xen_native.h
` [PULL 17/27] hw/xen: Build PV backend drivers for CONFIG_XEN_BUS
` [PULL 18/27] hw/xen: Avoid crash when backend watch fires too early
` [PULL 19/27] hw/xen: Only advertise ring-page-order for xen-block if gnttab supports it
` [PULL 20/27] hw/xen: Hook up emulated implementation for event channel operations
` [PULL 21/27] hw/xen: Add emulated implementation of grant table operations
` [PULL 22/27] hw/xen: Add emulated implementation of XenStore operations
` [PULL 23/27] hw/xen: Map guest XENSTORE_PFN grant in emulated Xenstore
` [PULL 24/27] hw/xen: Implement soft reset for emulated gnttab
` [PULL 25/27] i386/xen: Initialize Xen backends from pc_basic_device_init() for emulation
` [PULL 26/27] MAINTAINERS: Add entry for Xen on KVM emulation
` [PULL 27/27] docs: Update Xen-on-KVM documentation for PV disk support

[PATCH] build: add crypto/ to SUBDIRS
 2023-03-07 23:24 UTC  (11+ messages)

[qemu-mainline test] 179497: tolerable trouble: fail/pass/starved - PUSHED
 2023-03-07 23:24 UTC 

[PATCH v4 00/12] x86/mtrr: fix handling with PAT but without MTRR
 2023-03-07 21:47 UTC  (4+ messages)
` [PATCH v4 05/12] x86/xen: set MTRR state when running as Xen PV initial domain

[PATCH v1 0/2] Fix ARM Generic Timer interrupt parsing
 2023-03-07 21:02 UTC  (9+ messages)
` [PATCH v1 1/2] arch/arm: irq: Add platform_get_irq_byname() implementation
` [PATCH v1 2/2] arch/arm: time: Add support for parsing interrupts by names

[PATCH v2 0/2] automation: introduce a Xilinx hardware test
 2023-03-07 20:21 UTC  (6+ messages)
` [PATCH v2 2/2] automation: introduce a dom0less test run on Xilinx hardware

[PATCH v2 00/27] Enable PV backends with Xen/KVM emulation
 2023-03-07 18:27 UTC  (31+ messages)
` [PATCH v2 01/27] hw/xen: Add xenstore wire implementation and implementation stubs
` [PATCH v2 02/27] hw/xen: Add basic XenStore tree walk and write/read/directory support
` [PATCH v2 03/27] hw/xen: Implement XenStore watches
` [PATCH v2 04/27] hw/xen: Implement XenStore transactions
` [PATCH v2 05/27] hw/xen: Watches on "
` [PATCH v2 06/27] hw/xen: Implement XenStore permissions
` [PATCH v2 07/27] hw/xen: Implement core serialize/deserialize methods for xenstore_impl
` [PATCH v2 08/27] hw/xen: Create initial XenStore nodes
` [PATCH v2 09/27] hw/xen: Add evtchn operations to allow redirection to internal emulation
` [PATCH v2 10/27] hw/xen: Add gnttab "
` [PATCH v2 11/27] hw/xen: Pass grant ref to gnttab unmap operation
` [PATCH v2 12/27] hw/xen: Add foreignmem operations to allow redirection to internal emulation
` [PATCH v2 13/27] hw/xen: Add xenstore "
` [PATCH v2 14/27] hw/xen: Move xenstore_store_pv_console_info to xen_console.c
` [PATCH v2 15/27] hw/xen: Use XEN_PAGE_SIZE in PV backend drivers
` [PATCH v2 16/27] hw/xen: Rename xen_common.h to xen_native.h
` [PATCH v2 17/27] hw/xen: Build PV backend drivers for CONFIG_XEN_BUS
` [PATCH v2 18/27] hw/xen: Avoid crash when backend watch fires too early
` [PATCH v2 19/27] hw/xen: Only advertise ring-page-order for xen-block if gnttab supports it
` [PATCH v2 20/27] hw/xen: Hook up emulated implementation for event channel operations
` [PATCH v2 21/27] hw/xen: Add emulated implementation of grant table operations
` [PATCH v2 22/27] hw/xen: Add emulated implementation of XenStore operations
` [PATCH v2 23/27] hw/xen: Map guest XENSTORE_PFN grant in emulated Xenstore
` [PATCH v2 24/27] hw/xen: Implement soft reset for emulated gnttab
` [PATCH v2 25/27] i386/xen: Initialize Xen backends from pc_basic_device_init() for emulation
` [PATCH v2 26/27] MAINTAINERS: Add entry for Xen on KVM emulation
` [PATCH v2 27/27] docs: Update Xen-on-KVM documentation for PV disk support

[libvirt test] 179462: tolerable trouble: pass/starved - PUSHED
 2023-03-07 18:17 UTC 

[ovmf test] 179498: all pass - PUSHED
 2023-03-07 17:52 UTC 

[RFC PATCH v1 00/25] Enable PV backends with Xen/KVM emulation
 2023-03-07 17:00 UTC  (68+ messages)
` [RFC PATCH v1 01/25] hw/xen: Add xenstore wire implementation and implementation stubs
` [RFC PATCH v1 02/25] hw/xen: Add basic XenStore tree walk and write/read/directory support
` [RFC PATCH v1 03/25] hw/xen: Implement XenStore watches
` [RFC PATCH v1 04/25] hw/xen: Implement XenStore transactions
` [RFC PATCH v1 05/25] hw/xen: Watches on "
` [RFC PATCH v1 06/25] hw/xen: Implement XenStore permissions
` [RFC PATCH v1 07/25] hw/xen: Implement core serialize/deserialize methods for xenstore_impl
` [RFC PATCH v1 08/25] hw/xen: Create initial XenStore nodes
` [RFC PATCH v1 09/25] hw/xen: Add evtchn operations to allow redirection to internal emulation
` [RFC PATCH v1 10/25] hw/xen: Add gnttab "
` [RFC PATCH v1 11/25] hw/xen: Pass grant ref to gnttab unmap operation
` [RFC PATCH v1 12/25] hw/xen: Add foreignmem operations to allow redirection to internal emulation
` [RFC PATCH v1 13/25] hw/xen: Add xenstore "
` [RFC PATCH v1 14/25] hw/xen: Move xenstore_store_pv_console_info to xen_console.c
` [RFC PATCH v1 15/25] hw/xen: Use XEN_PAGE_SIZE in PV backend drivers
` [RFC PATCH v1 16/25] hw/xen: Rename xen_common.h to xen_native.h
` [RFC PATCH v1 17/25] hw/xen: Build PV backend drivers for CONFIG_XEN_BUS
` [RFC PATCH v1 18/25] hw/xen: Avoid crash when backend watch fires too early
` [RFC PATCH v1 19/25] hw/xen: Only advertise ring-page-order for xen-block if gnttab supports it
` [RFC PATCH v1 20/25] hw/xen: Hook up emulated implementation for event channel operations
` [RFC PATCH v1 21/25] hw/xen: Add emulated implementation of grant table operations
` [RFC PATCH v1 22/25] hw/xen: Add emulated implementation of XenStore operations
` [RFC PATCH v1 23/25] hw/xen: Map guest XENSTORE_PFN grant in emulated Xenstore
` [RFC PATCH v1 24/25] hw/xen: Implement soft reset for emulated gnttab
` [RFC PATCH v1 25/25] i386/xen: Initialize Xen backends from pc_basic_device_init() for emulation
` [RFC PATCH v1 26/25] MAINTAINERS: Add entry for Xen on KVM emulation
` [RFC PATCH v1 27/25] docs: Update Xen-on-KVM documentation for PV disk support

[PATCH V2] docs: vhost-user: Add Xen specific memory mapping support
 2023-03-07 16:22 UTC  (4+ messages)

[PATCH 0/2] xen: some CONFIG_DEBUG_INFO changes
 2023-03-07 15:51 UTC  (16+ messages)
` [PATCH 1/2] xen: move CONFIG_DEBUG_INFO out of EXPERT section
` [PATCH 2/2] xen: update CONFIG_DEBUG_INFO help text

[linux-linus test] 179473: regressions - trouble: blocked/fail/pass/starved
 2023-03-07 15:48 UTC 

[xen-unstable test] 179451: tolerable trouble: fail/pass/starved
 2023-03-07 15:34 UTC 

[PATCH v6 20/20] irqdomain: Switch to per-domain locking
 2023-03-07 14:18 UTC  (3+ messages)

[ovmf test] 179496: all pass - PUSHED
 2023-03-07 13:50 UTC 

[PATCH v5 0/4] introduce generic implementation of macros from bug.h
 2023-03-07 13:37 UTC  (15+ messages)
` [PATCH v5 1/4] xen: introduce CONFIG_GENERIC_BUG_FRAME
` [PATCH v5 4/4] xen/x86: switch x86 to use generic implemetation of bug.h

[qemu-mainline test] 179449: tolerable trouble: fail/pass/starved - PUSHED
 2023-03-07 11:46 UTC 

[ovmf test] 179487: all pass - PUSHED
 2023-03-07 11:32 UTC 

[ovmf test] 179476: all pass - PUSHED
 2023-03-07  9:28 UTC 

[SeaBIOS PATCH] xen: require Xen info structure at 0x1000 to detect Xen
 2023-03-07  8:42 UTC  (5+ messages)
` [SeaBIOS] "
    ` [SeaBIOS] "

[linux-linus test] 179417: regressions - trouble: broken/fail/pass/starved
 2023-03-07  6:40 UTC 

[PATCH v4 0/5] Deprecate system emulation support for 32-bit x86 and arm hosts
 2023-03-07  2:43 UTC  (3+ messages)
` [PATCH v4 4/5] docs/about/deprecated: Deprecate 32-bit arm hosts for system emulation

[xen-unstable test] 179392: tolerable trouble: fail/pass/starved - PUSHED
 2023-03-07  0:13 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 read-only IMAP folder(s) and NNTP newsgroup(s).