messages from 2017-09-06 11:34:10 to 2017-09-07 13:30:48 UTC [more...]
ARM64:Porting xen to new hardware
2017-09-07 13:30 UTC (10+ messages)
[RFC] Unicore Subproject Proposal
2017-09-07 13:24 UTC (2+ messages)
[PATCH v4 00/12] x86: guest resource mapping
2017-09-07 12:29 UTC (31+ messages)
` [PATCH v4 01/12] x86/mm: allow a privileged PV domain to map guest mfns
` [PATCH v4 02/12] x86/mm: add HYPERVISOR_memory_op to acquire guest resources
` [PATCH v4 03/12] tools/libxenforeignmemory: add support for resource mapping
` [PATCH v4 04/12] tools/libxenforeignmemory: reduce xenforeignmemory_restrict code footprint
` [PATCH v4 05/12] tools/libxenctrl: use new xenforeignmemory API to seed grant table
` [PATCH v4 07/12] x86/hvm/ioreq: use bool rather than bool_t
` [PATCH v4 08/12] x86/hvm/ioreq: maintain an array of ioreq servers rather than a list
` [PATCH v4 09/12] x86/hvm/ioreq: simplify code and use consistent naming
` [PATCH v4 10/12] x86/hvm/ioreq: use gfn_t in struct hvm_ioreq_page
` [PATCH v4 11/12] x86/hvm/ioreq: defer mapping gfns until they are actually requsted
Audio device Passthrough in ARM
2017-09-07 12:20 UTC
[PATCH RFC] Add SUPPORT.md
2017-09-07 11:50 UTC (6+ messages)
[PATCH v2 0/2] hvmloader: improve (debug) tests
2017-09-07 11:50 UTC (5+ messages)
` [PATCH v2 1/2] hvmloader: dynamically determine scratch memory range for tests
` [PATCH v2 2/2] hvmloader: clone REP INSW test from REP INSB one
[PATCH] x86/HVM: correct repeat count update in linear->phys translation
2017-09-07 11:41 UTC (8+ messages)
[PATCH v5 00/11] vpci: PCI config space emulation
2017-09-07 11:38 UTC (9+ messages)
` [PATCH v5 02/11] vpci: introduce basic handlers to trap accesses to the PCI config space
` [PATCH v5 08/11] vpci/bars: add handlers to map the BARs
[xen-unstable-smoke test] 113125: trouble: broken/pass
2017-09-07 11:21 UTC
[PATCH 0/4] Orphan and disable blktap2
2017-09-07 11:04 UTC (3+ messages)
` [PATCH 1/4] MAINTAINERS: orphan blktap2
[PATCH 00/27 v8] SBSA UART emulation support in Xen
2017-09-07 10:54 UTC (9+ messages)
` [PATCH 04/27 v8] xen/arm: vpl011: Add support for vuart in libxl
` [PATCH 22/27 v8] xen/arm: vpl011: Add support for vuart console in xenconsole
[PATCH] x86/HVM: drop bogus #PF raising from linear->phys translation
2017-09-07 10:35 UTC (7+ messages)
[PATCH v2 00/21] libxl/xl: add PVH guest type
2017-09-07 10:16 UTC (22+ messages)
` [PATCH v2 01/21] libxl: add is_default checkers for string and timer_mode types
` [PATCH v2 02/21] libxl: introduce a way to mark fields as deprecated in the idl
` [PATCH v2 03/21] libxl/xl: use the new domain_build_info fields position
` [PATCH v2 04/21] xl: introduce a domain type option
` [PATCH v2 05/21] xl: introduce a firmware option
` [PATCH v2 06/21] libxl: introduce a PVH guest type
` [PATCH v2 07/21] libxl: allow PVH guests to use a bootloader
` [PATCH v2 08/21] libxl: set PVH guests to use the PV console
` [PATCH v2 09/21] libxl: add PVH support to domain creation
` [PATCH v2 10/21] libxl: remove device model "none" support from disk related functions
` [PATCH v2 11/21] libxl: set device model for PVH guests
` [PATCH v2 12/21] libxl: add PVH support to domain building
` [PATCH v2 13/21] libxl: add PVH support to domain save/suspend
` [PATCH v2 14/21] libxl: add PVH support to vpcu hotplug, domain destruction/pause and domain configuration
` [PATCH v2 15/21] libxl: add PVH support to memory functions
` [PATCH v2 16/21] libxl: PVH guests use PV nics
` [PATCH v2 17/21] libxl: remove device model "none" support from stream functions
` [PATCH v2 18/21] libxl: add PVH support to USB
` [PATCH v2 19/21] libxl: add PVH support to x86 functions
` [PATCH v2 20/21] xl: add PVH as a guest type
` [PATCH v2 21/21] libxl: remove device model "none" from IDL
[PATCH v3] mm: Don't scrub pages while holding heap lock in alloc_heap_pages()
2017-09-07 10:06 UTC (2+ messages)
[xen-unstable-smoke test] 113123: trouble: broken/pass
2017-09-07 9:39 UTC
[PATCH v3 0/6] xen: RCU: x86/ARM: Add support of rcu_idle_{enter, exit}
2017-09-07 9:24 UTC (5+ messages)
` [PATCH v3 6/6] xen: try to prevent idle timer from firing too often
[PATCH v3 0/8] xen: better grant v2 support
2017-09-07 9:06 UTC (25+ messages)
` [PATCH v3 1/8] xen: move XENMAPSPACE_grant_table code into grant_table.c
` [PATCH v3 2/8] xen: clean up grant_table.h
` [PATCH v3 3/8] xen: delay allocation of grant table sub structures
` [PATCH v3 4/8] xen: make grant resource limits per domain
` [PATCH v3 5/8] xen: double default grant frame limit for huge hosts
` [PATCH v3 6/8] xen: add new domctl hypercall to set grant table resource limits
` [PATCH v3 7/8] libxc: add libxc support for setting "
` [PATCH v3 8/8] libxl: add libxl "
[PATCH v4 00/13] libxl: add PV display device driver interface
2017-09-07 9:05 UTC (22+ messages)
` [PATCH v4 01/13] libxl: add generic function to add device
` [PATCH v4 02/13] libxl: add generic functions to get and free device list
` [PATCH v4 03/13] libxl: add vdispl device
` [PATCH v4 10/13] libxl: change nic to use generec add function
` [PATCH v4 13/13] libxl: make pci and usb setdefault function generic
[distros-debian-wheezy test] 72071: tolerable trouble: broken/pass
2017-09-07 8:25 UTC
Last posting date for Xen 4.10 is September 15
2017-09-07 8:22 UTC
[PATCH v2 0/1] netif: staging grants for I/O requests
2017-09-07 7:40 UTC (6+ messages)
` [PATCH v2 1/1] public/io/netif.h: add gref mapping control messages
[xen-unstable-smoke test] 113120: trouble: broken/pass
2017-09-07 7:25 UTC
[xen-unstable test] 113087: trouble: blocked/broken/fail/pass
2017-09-07 7:23 UTC
[PATCH] x86: introduce and use setup_force_cpu_cap()
2017-09-07 6:00 UTC (3+ messages)
[xen-unstable-smoke test] 113118: trouble: broken/pass
2017-09-07 5:57 UTC
[xen-unstable-smoke test] 113116: trouble: broken/pass
2017-09-07 3:29 UTC
[ovmf baseline-only test] 72070: all pass
2017-09-07 3:18 UTC
[xen-4.8-testing test] 113075: regressions - trouble: blocked/broken/fail/pass
2017-09-07 2:22 UTC
[xen-unstable-smoke test] 113111: trouble: broken/pass
2017-09-07 1:41 UTC
[ovmf test] 113078: all pass - PUSHED
2017-09-07 1:00 UTC
[qemu-mainline test] 113073: trouble: blocked/broken/fail/pass
2017-09-07 0:57 UTC
[xtf test] 113077: all pass - PUSHED
2017-09-07 0:17 UTC
[xen-unstable-smoke test] 113108: trouble: broken/pass
2017-09-06 23:57 UTC
[xen-unstable-smoke test] 112957: regressions - trouble: broken/fail/pass
2017-09-06 23:36 UTC (10+ messages)
[linux-3.18 test] 113072: trouble: blocked/broken/fail/pass
2017-09-06 23:20 UTC
[linux-next test] 113070: regressions - trouble: blocked/broken/fail/pass
2017-09-06 21:55 UTC
[xen-unstable-smoke test] 113102: trouble: broken/pass
2017-09-06 21:00 UTC
[ovmf bisection] complete build-amd64-xsm
2017-09-06 19:50 UTC
[stage1-xen PATCH v1 00/10] Add Fedora support
2017-09-06 19:14 UTC (19+ messages)
` [stage1-xen PATCH v1 01/10] .gitignore: Add
` [stage1-xen PATCH v1 02/10] build/fedora: Add `buildroot-README.md`
` [stage1-xen PATCH v1 03/10] build/fedora: Add `buildroot-Dockerfile`
` [stage1-xen PATCH v1 04/10] build/fedora: Add `run` and `components/*` scripts
` [stage1-xen PATCH v1 06/10] build/fedora: Add `xen-unstable-runit/*` scripts
` [stage1-xen PATCH v1 07/10] .circleci/config.yml: Add
` [stage1-xen PATCH v1 08/10] README.md: Add CircleCI badge
` [stage1-xen PATCH v1 09/10] build/fedora: Add `RUNNING_STAGE1_XEN.md`
` [stage1-xen PATCH v1 10/10] BUILDING.md: Add Fedora instructions
[linux-linus test] 113067: regressions - trouble: blocked/broken/fail/pass
2017-09-06 19:12 UTC
[xen-unstable-smoke test] 113097: regressions - trouble: broken/fail/pass
2017-09-06 18:28 UTC
Regarding changing memory for DOM0
2017-09-06 18:11 UTC (13+ messages)
[PATCH v3 0/2] guard virt_spin_lock() with a static key
2017-09-06 17:36 UTC
[PATCH v3 1/2] paravirt/locks: use new static key for controlling call of virt_spin_lock()
2017-09-06 17:36 UTC (2+ messages)
` [PATCH v3 2/2] paravirt, xen: correct xen_nopvspin case
[PATCH v2 1/2] paravirt/locks: use new static key for controlling call of virt_spin_lock()
2017-09-06 17:33 UTC (7+ messages)
` [PATCH v2 2/2] paravirt, xen: correct xen_nopvspin case
[xen-unstable-smoke test] 113092: trouble: broken/fail/pass
2017-09-06 16:47 UTC
[PATCH v10 0/3] Notify monitor when emulating an unimplemented instruction
2017-09-06 15:48 UTC (6+ messages)
` [PATCH v10 1/3] gitignore: add local vimrc files
` [PATCH v10 2/3] x86emul: New return code for unimplemented instruction
` [PATCH v10 3/3] x86/monitor: Notify monitor if an emulation fails
[GIT PULL] xen: fixes and features for 4.14
2017-09-06 15:43 UTC
[PATCH v2 0/2] guard virt_spin_lock() with a static key
2017-09-06 15:29 UTC
[PATCH] xen-blkfront: emit KOBJ_OFFLINE uevent when detaching device
2017-09-06 14:57 UTC (3+ messages)
[xen-unstable-smoke test] 113084: trouble: broken/pass
2017-09-06 14:49 UTC
[PATCH v2] xen: Emit RTC_CHANGE upon TIMEOFFSET ioreq
2017-09-06 14:43 UTC (2+ messages)
Xen 4.8.2 released
2017-09-06 14:42 UTC
[ovmf bisection] complete build-amd64
2017-09-06 14:37 UTC
[PATCH] osstest: fix a typo in mg-repro-setup
2017-09-06 14:07 UTC (2+ messages)
[xen-unstable test] 113063: trouble: blocked/broken/fail/pass
2017-09-06 14:03 UTC
[PATCH v4 0/3] Fix hotplug of PCI passthrought device on Xen
2017-09-06 13:40 UTC (4+ messages)
` [PATCH v4 1/3] hw/acpi: Limit hotplug to root bus on legacy mode
` [PATCH v4 2/3] hw/acpi: Move acpi_set_pci_info to pcihp
` [PATCH v4 3/3] Revert "ACPI: don't call acpi_pcihp_device_plug_cb on xen"
[PATCH 3/4] paravirt: add virt_spin_lock pvops function
2017-09-06 13:11 UTC (3+ messages)
[xen-unstable-coverity test] 113071: all pass - PUSHED
2017-09-06 12:53 UTC
[xen-unstable-smoke test] 113074: trouble: broken/pass
2017-09-06 12:31 UTC
[PATCH v9 0/3] tools/libxc: use superpages
2017-09-06 12:25 UTC (13+ messages)
` [PATCH v9 2/3] tools/libxc: add API for bitmap access for restore
` [PATCH v9 3/3] tools/libxc: use superpages during restore of HVM guest
[libvirt test] 113065: trouble: blocked/broken/pass
2017-09-06 12:01 UTC
[PATCH v3 1/2] tools: use '__i386__' and '__x86_64__' to replace PSR macros
2017-09-06 11:42 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).