xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-07-11 09:43:18 to 2016-07-12 16:05:59 UTC [more...]

[PATCH v2 00/17] Xen ARM DomU ACPI support
 2016-07-12 16:05 UTC  (27+ messages)
` [PATCH v2 03/17] libxl/arm: Add a configuration option for ARM DomU ACPI
` [PATCH v2 16/17] libxc/xc_dom_arm: Copy ACPI tables to guest space

[PATCH v6 00/14] Load BIOS via toolstack instead of been embedded in hvmloader
 2016-07-12 15:36 UTC  (23+ messages)
` [PATCH v6 01/14] libxc: Rework extra module initialisation
` [PATCH v6 02/14] libxc: Prepare a start info structure for hvmloader
` [PATCH v6 03/14] configure: #define SEABIOS_PATH and OVMF_PATH
` [PATCH v6 04/14] firmware/makefile: install BIOS blob
` [PATCH v6 05/14] libxl: Load guest BIOS from file
` [PATCH v6 06/14] xen: Move the hvm_start_info C representation from libxc to public/xen.h
` [PATCH v6 07/14] hvmloader: Grab the hvm_start_info pointer
` [PATCH v6 08/14] hvmloader: Locate the BIOS blob
` [PATCH v6 09/14] hvmloader: Check modules whereabouts in perform_tests
` [PATCH v6 10/14] hvmloader: Load SeaBIOS from hvm_start_info modules
` [PATCH v6 11/14] hvmloader: Load OVMF from modules
` [PATCH v6 12/14] hvmloader: bios->bios_load() now needs to be defined
` [PATCH v6 13/14] hvmloader: Always build-in SeaBIOS and OVMF loader
` [PATCH v6 14/14] configure: do not depend on SEABIOS_PATH or OVMF_PATH

linux-next: manual merge of the xen-tip tree with the pm tree
 2016-07-12 15:31 UTC  (3+ messages)

[PATCH 0/6] libxl: extend device type framework
 2016-07-12 15:30 UTC  (7+ messages)
` [PATCH 1/6] libxl: add "merge" function to generic device type support
` [PATCH 2/6] libxl: add "pv device mode needed" support to device type framework
` [PATCH 3/6] libxl: move library pvusb specific code into libxl_pvusb.c
` [PATCH 4/6] libxl: split libxl vtpm code into one source
` [PATCH 5/6] libxl: add config update callback to device type framework
` [PATCH 6/6] libxl: move common nic stuff into one source

xenbits "official" repo for XTF (was Re: [PATCH 0/2] xtf: add launcher (+1 bugfix)
 2016-07-12 15:13 UTC  (18+ messages)

ACPI builder re-licensing
 2016-07-12 14:55 UTC 

[PATCH v3 00/17] Xen ARM DomU ACPI support
 2016-07-12 14:49 UTC  (9+ messages)
` [PATCH v3 04/17] libxl/arm: prepare for constructing ACPI tables
` [PATCH v3 05/17] libxl/arm: Generate static ACPI DSDT table

[PATCH v1 00/20] Make ACPI builder available to components other than hvmloader
 2016-07-12 14:30 UTC  (30+ messages)
` [PATCH v1 02/20] acpi/hvmloader: Move acpi_info initialization out of ACPI code
` [PATCH v1 20/20] libxl/acpi: Build ACPI tables for HVMlite guests

[PATCH v7 00/14] xen/arm: Use the typesafes gfn and mfn
 2016-07-12 13:59 UTC  (15+ messages)
` [PATCH v7 01/14] xen: Use the typesafe mfn and gfn in map_mmio_regions
` [PATCH v7 02/14] xen/passthrough: x86: Use INVALID_GFN rather than INVALID_MFN
` [PATCH v7 03/14] xen: Use a typesafe to define INVALID_MFN
` [PATCH v7 04/14] xen: Use a typesafe to define INVALID_GFN
` [PATCH v7 05/14] xen/arm: Rework the interface of p2m_lookup and use typesafe gfn and mfn
` [PATCH v7 06/14] xen/arm: Rework the interface of p2m_cache_flush and use typesafe gfn
` [PATCH v7 07/14] xen/arm: map_regions_rw_cache: Map the region with p2m->default_access
` [PATCH v7 08/14] xen/arm: dom0_build: Remove dead code in allocate_memory
` [PATCH v7 09/14] xen/arm: p2m: Remove unused operation ALLOCATE
` [PATCH v7 10/14] xen/arm: Use the typesafes mfn and gfn in map_dev_mmio_region
` [PATCH v7 11/14] xen/arm: Use the typesafes mfn and gfn in map_regions_rw_cache
` [PATCH v7 12/14] xen/arm: p2m: Introduce helpers to insert and remove mapping
` [PATCH v7 13/14] xen/arm: p2m: Use typesafe gfn for {max, lowest}_mapped_gfn
` [PATCH v7 14/14] xen/arm: p2m: Rework the interface of apply_p2m_changes and use typesafe

[PATCH 00/16] x86/vm-event: numerous adjustments & fixes
 2016-07-12 13:45 UTC  (30+ messages)
` [PATCH 02/16] x86: fix: make atomic_read() param const
` [PATCH 03/16] x86/monitor: mechanical renames
` [PATCH 05/16] x86/monitor: relocate code more appropriately
` [PATCH 11/16] x86/monitor: fix: treat -monitor- properly, as a subsys of the vm-event subsys

[PATCH v4 0/5] libxl: update available vcpus map in retrieved configuration
 2016-07-12 13:40 UTC  (13+ messages)
` [PATCH v4 1/5] libxl: constify copy and length calculation functions
` [PATCH v4 2/5] libxl: libxl_domain_need_memory shouldn't modify b_info
` [PATCH v4 3/5] libxl: introduce libxl__qmp_query_cpus
` [PATCH v4 4/5] libxl: update vcpus bitmap in retrieved guest config
` [PATCH v4 5/5] libxl: only issue cpu-add call to QEMU for not present CPU

[PATCH 00/19] xen: sched: assorted fixes and improvements to Credit2
 2016-07-12 13:40 UTC  (3+ messages)
` [PATCH 18/19] xen: credit2: implement SMT support independent runq arrangement

[PATCH v2 0/4] libxl: add framework for device types
 2016-07-12 13:40 UTC  (4+ messages)

[PATCH v5 00/44] dma-mapping: Use unsigned long for dma_attrs
 2016-07-12 12:19 UTC  (2+ messages)

Data Abort while in booting when using latest version on arm32 fastmodels
 2016-07-12 11:56 UTC  (3+ messages)

[PATCH] x86, hvm: document the de facto policy for vCPU ids
 2016-07-12 11:44 UTC 

[PATCH 1/4] Support for building in a Xen binary
 2016-07-12 10:58 UTC  (9+ messages)
` [PATCH 2/4] Xen: Support adding DT nodes
` [PATCH 3/4] Xen: Select correct dom0 console
` [PATCH 4/4] Explicitly clean linux-system.axf and xen-system.axf
` [PATCH 0/4] boot-wrapper: arm64: Xen support

[PATCH v5 0/4] arm64,xen: add xen_boot support into grup-mkconfig
 2016-07-12 10:21 UTC  (5+ messages)
` [PATCH v5 3/4] * util/grub.d/20_linux_xen.in: Add xen_boot command support
` [PATCH v5 4/4] arm64: update the introduction of xen boot commands in docs/grub.texi

[PATCH v2] mini-os: replace lib/printf.c with a version not under GPL
 2016-07-12  9:44 UTC  (4+ messages)
  ` [Minios-devel] "

[PATCH v3] xen/arm: enable clocks used by the hypervisor
 2016-07-12  9:21 UTC 

[PATCH v5 0/4] x86/ioreq server: Introduce HVMMEM_ioreq_server mem type
 2016-07-12  9:02 UTC  (5+ messages)
` [PATCH v5 1/4] x86/ioreq server: Rename p2m_mmio_write_dm to p2m_ioreq_server
` [PATCH v5 2/4] x86/ioreq server: Add new functions to get/set memory types
` [PATCH v5 3/4] x86/ioreq server: Add HVMOP to map guest ram with p2m_ioreq_server to an ioreq server
` [PATCH v5 4/4] x86/ioreq server: Reset outstanding p2m_ioreq_server entries when an ioreq server unmaps

[PATCH] mini-os: make cscope repair
 2016-07-12  8:03 UTC  (3+ messages)
` [Minios-devel] "

[PATCH v2] xen_pvscsi: reclaim the ring request when the prepairing failed
 2016-07-12  8:02 UTC 

[PATCH] mini-os: replace lib/printf.c with a version not under GPL
 2016-07-12  8:00 UTC  (5+ messages)
      ` [Minios-devel] "

[PATCH v4] xen/arm: Add a clock property
 2016-07-12  7:46 UTC 

[PATCH v6] x86/mem-sharing: mem-sharing a range of memory
 2016-07-12  7:17 UTC  (2+ messages)

[distros-debian-snapshot test] 66558: tolerable trouble: blocked/broken
 2016-07-12  7:01 UTC 

Atheros WiFi - memory paging failure on driver load
 2016-07-12  3:59 UTC 

[oxenstored]Guest users could get the VM count and domids on the host
 2016-07-12  3:35 UTC 

[PATCH v2] xen_pvscsi: reclaim the ring request when the prepairing failed
 2016-07-12  0:36 UTC 

[PATCH] xen_pvscsi: reclaim the ring request when mapping data failed
 2016-07-12  0:29 UTC  (3+ messages)

[PATCH] xen/arm: io: Protect the handlers with a read-write lock
 2016-07-11 18:07 UTC  (3+ messages)

[PATCH v2] xen/arm: gic-v3: No need to sort the Redistributor regions
 2016-07-11 17:55 UTC  (2+ messages)

[PATCH] xen/arm: map_dev_mmio_region: The iomem permission check should be done on MFN
 2016-07-11 17:41 UTC  (3+ messages)

[PATCH v2 0/7] Remove hard-coded /var/run in tools
 2016-07-11 17:28 UTC  (8+ messages)
` [PATCH v2 1/7] xenconsoled: honour XEN_RUN_DIR
` [PATCH v2 2/7] tools/helper: honour XEN_RUN_DIR in init-xenstore-domain.c
` [PATCH v2 3/7] hotplug/FreeBSD: honour XEN_RUN_DIR
` [PATCH v2 4/7] hotplug/NetBSD: "
` [PATCH v2 5/7] hotplug/Linux: "
` [PATCH v2 6/7] libxenstat: "
` [PATCH v2 7/7] oxenstored: "

[PATCHv1] xen/evtchn: add IOCTL_EVTCHN_RESTRICT
 2016-07-11 16:55 UTC  (6+ messages)

[PATCH v6 00/14] xen/arm: Use the typesafes gfn and mfn
 2016-07-11 16:16 UTC  (3+ messages)
` [PATCH v6 12/14] xen/arm: p2m: Introduce helpers to insert and remove mapping

[PATCH v3 0/5] libxl: libxl: update available vcpus map in retrieve configuration function
 2016-07-11 14:59 UTC  (11+ messages)
` [PATCH v3 1/5] libxl: libxl_domain_need_memory shouldn't modify b_info
` [PATCH v3 4/5] libxl: update vcpus bitmap in retrieved guest config
` [PATCH v3 5/5] libxl: only issue cpu-add call to QEMU for not present CPU

[DRAFT 1] XenSock protocol design document
 2016-07-11 14:51 UTC  (5+ messages)

[BUG] kernel BUG at drivers/block/xen-blkfront.c:1711
 2016-07-11 14:34 UTC  (7+ messages)

[ovmf test] 96996: regressions - FAIL
 2016-07-11 12:34 UTC 

[patch 52/66] arm: xen: Convert to hotplug state machine
 2016-07-11 12:28 UTC 

monitor access to pages with a specific p2m_type_t
 2016-07-11 12:25 UTC  (7+ messages)

[PATCH 0/8] x86/time: improve cross-CPU clock monotonicity (and more)
 2016-07-11 11:39 UTC  (4+ messages)
` [PATCH 3/8] x86/time: introduce and use rdtsc_ordered()

[xen-unstable test] 96993: tolerable FAIL
 2016-07-11 11:20 UTC 

[PATCH] libxl: trigger attach events for devices attached before xl devd startup
 2016-07-11 10:53 UTC  (8+ messages)
          ` [PATCH v2] "

[PATCH 0/7] Honour more configure variables in various places (iteration 3)
 2016-07-11 10:38 UTC  (11+ messages)
` [PATCH 2/7] tools/helper: honour XEN_RUN_DIR in init-xenstore-domain.c
` [PATCH 6/7] libxenstat: honour XEN_RUN_DIR
` [PATCH 7/7] oxenstored: "

[PATCH v2] xen: arm64: Add support for Renesas RCar Gen3 H3 Salvator-X platform
 2016-07-11 10:15 UTC  (12+ messages)


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