xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-09-20 16:11:17 to 2014-09-22 14:07:12 UTC [more...]

[RFC Patch v4 0/9] Some bugfix patches
 2014-09-22 14:07 UTC  (31+ messages)
` [RFC Patch v4 1/9] copy the correct page to memory
` [RFC Patch v4 2/9] csum the correct page
` [RFC Patch v4 3/9] pass correct file to qemu if we use blktap2
` [RFC Patch v4 4/9] read nictype from xenstore
` [RFC Patch v4 5/9] check if mfn is supported by IOCTL_PRIVCMD_MMAPBATCH before calling ioctl()
` [RFC Patch v4 6/9] don't zero out ioreq page and handle the pended I/O after resuming
` [RFC Patch v4 7/9] correct xc_domain_save()'s return value
                ` [PATCH RFC 0/3] "
                  ` [PATCH 1/3] libxl: save helper: remove redundant declaration
                  ` [PATCH 2/3] libxl: save helper: transport errno with all callback return values
                  ` [PATCH 3/3] libxl: save/restore callbacks: enforce a useful errno value
` [RFC Patch v4 8/9] store correct format into tapdisk-params/params
` [RFC Patch v4 9/9] update libxl__device_disk_from_xs_be() to support blktap device

[PATCH v11 0/2] x86/viridian improvements
 2014-09-22 14:04 UTC  (3+ messages)

[PATCH v3] docs: add PVH specification
 2014-09-22 14:02 UTC  (6+ messages)

[RFC PATCH] xen/arm: GICv3 support for domU
 2014-09-22 14:02 UTC  (7+ messages)

[PATCH for-4.5 v6 00/16] Xen VMware tools support
 2014-09-22 13:56 UTC  (23+ messages)
` [PATCH for-4.5 v6 01/16] xen: Add support for VMware cpuid leaves
` [PATCH for-4.5 v6 02/16] tools: Add vmware_hw support
` [PATCH for-4.5 v6 03/16] vmware: Add VMware provided include files
` [PATCH for-4.5 v6 04/16] xen: Add vmware_port support
` [PATCH for-4.5 v6 05/16] tools: "
` [PATCH for-4.5 v6 06/16] xen: Convert vmware_port to xentrace usage
` [PATCH for-4.5 v6 07/16] tools: "
` [PATCH for-4.5 v6 08/16] xen: Add limited support of VMware's hyper-call rpc
` [PATCH for-4.5 v6 09/16] tools: "
` [PATCH for-4.5 v6 10/16] Add VMware tool's triggers
` [PATCH for-4.5 v6 11/16] Add live migration of VMware's hyper-call RPC
` [PATCH for-4.5 v6 12/16] Add dump of HVM_SAVE_CODE(VMPORT) to xen-hvmctx
` [OPTIONAL][PATCH for-4.5 v6 13/16] Add xen-hvm-param
` [OPTIONAL][PATCH for-4.5 v6 14/16] Add xen-vmware-guestinfo
` [OPTIONAL][PATCH for-4.5 v6 15/16] Add xen-list-vmware-guestinfo
` [OPTIONAL][PATCH for-4.5 v6 16/16] Add xen-hvm-send-trigger

[PATCH v4 0/4] x86/HVM: fix various aspects of APIC emulation
 2014-09-22 13:40 UTC  (4+ messages)
` [PATCH v4 1/4] x86/HVM: fix miscellaneous aspects of x2APIC emulation

[PATCH v3 for-4.5 0/9] xen: arm: support for > 40-bit physical addressing
 2014-09-22 13:25 UTC  (4+ messages)

[PATCH v2] xen/tools: Introduce QNX IFS loader
 2014-09-22 13:09 UTC  (12+ messages)

Question about high CPU load during iperf ethernet testing
 2014-09-22 13:01 UTC 

[PATCH 00/45 v3] tool changes to honor configure --prefix=DIR
 2014-09-22 13:00 UTC  (47+ messages)
` [PATCH 01/46] stubdom: fix lwip compile
` [PATCH 02/46] tools/xenpaging: create dumpdir with mode 0700
` [PATCH 03/46] install.sh: Preserve permissions from make install
` [PATCH 04/46] tools/mkrpm: allow custom rpm package name
` [PATCH 05/46] tools: remove obsolete path.py from tools/python
` [PATCH 06/46] tools/pygrub: store kernels in /var/run/xen/pygrub
` [PATCH 07/46] tools/hotplug: create XEN_RUN_DIR at runtime
` [PATCH 08/46] tools/hotplug: create XEN_LOCK_DIR "
` [PATCH 09/46] tools/hotplug: use XEN_LOCK_DIR instead of hardcoded path
` [PATCH 10/46] tools/examples: remove obsolete install targets
` [PATCH 11/46] remove obsolete SUBSYS_DIR variable
` [PATCH 12/46] Config.mk: move directory list into BUILD_MAKE_VARS
` [PATCH 13/46] Config.mk: replace dependency to genpath with actual target
` [PATCH 14/46] Config.mk: add new macro buildmakevars2header
` [PATCH 15/46] tools/libxl: use buildmakevars2header to create _paths.h
` [PATCH 16/46] tools/libxc: provide variable paths to libxc
` [PATCH 17/46] tools/libxc: use XEN_RUN_DIR for SUSPEND_LOCK_FILE
` [PATCH 18/46] Use configure --sysconfdir=DIR to set CONFIG_DIR
` [PATCH 19/46] Add configure --with-initd-dir=DIR
` [PATCH 20/46] tools/hotplug: use XEN_SCRIPT_DIR instead of hardcoded path
` [PATCH 21/46] tools/configure.ac: sort AC_CONFIG_FILES
` [PATCH 22/46] tools: use INITD_DIR instead of CONFIG_DIR/init.d|rc.d
` [PATCH 23/46] tools/hotplug: substitute XEN_SCRIPT_DIR on FreeBSD
` [PATCH 24/46] remove duplicate variables from config
` [PATCH 25/46] Use configure --mandir=DIR to set MANDIR
` [PATCH 26/46] Use configure --docdir=DIR to set DOCDIR
` [PATCH 27/46] Use configure --includedir=DIR to set INCLUDEDIR
` [PATCH 28/46] Use configure --libexecdir=BASEDIR to set LIBEXEC
` [PATCH 29/46] Use configure --prefix=DIR to set PREFIX
` [PATCH 30/46] Use configure --localstatedir=BASEDIR to set path to /var
` [PATCH 31/46] Add configure --enable-rpath
` [PATCH 32/46] Add configure --with-linux-backend-modules="mod1 mod2"
` [PATCH 33/46] Add configure --with-bash_completion-dir=DIR
` [PATCH 34/46] Make XENFIRMWAREDIR a subdir of libexecdir
` [PATCH 35/46] Use just PREFIX to reference the path in Paths.mk
` [PATCH 36/46] tools: remove private copies of includedir and libdir from libxenstat
` [PATCH 37/46] Use Paths.mk for docs, stubdom and tools build
` [PATCH 38/46] Move xenconsoled to libexec
` [PATCH 39/46] Move xenstored "
` [PATCH 40/46] Move xenwatchdogd "
` [PATCH 41/46] tools: use XEN_LIB_STORED instead of /var/lib/xenstored
` [PATCH 42/46] Use XEN_RUN_DIR instead of /var/run/xen
` [PATCH 43/46] Move systemd paths to Paths.mk
` [PATCH 44/46] Include Paths.mk in toplevel Makefile to fix uninstall
` [PATCH 45/46] Move MAN1DIR and MAN8DIR to Paths.mk
` [PATCH 46/46] rerun autogen.sh

[PATCH V5 00/15] arm64 EFI stub
 2014-09-22 12:54 UTC  (35+ messages)
` [PATCH V5 01/15] move x86 EFI boot/runtime code to common/efi
` [PATCH V5 02/15] Move x86 specific funtions/variables to arch header
` [PATCH V5 04/15] Add architecture functions for pre/post ExitBootServices
` [PATCH V5 05/15] Add efi_arch_cfg_file_early/late() to handle arch specific cfg file fields
` [PATCH V5 06/15] Add efi_arch_handle_cmdline() for processing commandline
` [PATCH V5 07/15] Move x86 specific disk probing code
` [PATCH V5 08/15] Create arch functions for console and video init
` [PATCH V5 09/15] Add efi_arch_memory() for arch specific memory setup
` [PATCH V5 10/15] Add arch specific module handling to read_file()
` [PATCH V5 11/15] Add several misc. arch functions for EFI boot code
` [PATCH V5 12/15] Add efi_arch_use_config_file() function to control use of config file
` [PATCH V5 13/15] add arm64 cache flushing code from linux v3.16
` [PATCH V5 14/15] Update libfdt to v1.4.0
` [PATCH V5 15/15] Add ARM EFI boot support

[Xen-API] Location of next Xen Project Developer Summit / User Summit (please respond by end of September)
 2014-09-22 12:49 UTC  (3+ messages)
`  "

[linux-next test] 30349: tolerable trouble: blocked/broken/fail/pass
 2014-09-22 12:48 UTC 

AMD GPU passthrough in Xen
 2014-09-22 12:38 UTC  (2+ messages)

[PATCH for-4.5 v7 00/21] Mem_event and mem_access for ARM
 2014-09-22 12:29 UTC  (11+ messages)
` [PATCH for-4.5 v7 07/21] xen: Relocate p2m_mem_access_check into common and refactor it
` [PATCH for-4.5 v7 14/21] xen/arm: p2m changes for mem_access support
` [PATCH for-4.5 v7 16/21] xen/arm: Add p2m_set_permission and p2m_shatter_page helpers
` [PATCH for-4.5 v7 21/21] tools/tests: Enable xen-access on ARM

Questio about high CPU load during iperf ethernet testing
 2014-09-22 12:29 UTC 

[PATCH v5] Fix interrupt latency of HVM PCI passthroughdevices
 2014-09-22 11:58 UTC  (3+ messages)
` [PATCH v5 for-xen-4.5 1/3] dpci: Replace tasklet with an softirq (v5)

[XEN/ARM: Patch v3 1/1] Add support for the Exynos secure firmware
 2014-09-22 11:56 UTC  (2+ messages)

mini-os: arm: grant mapping
 2014-09-22 11:34 UTC  (5+ messages)

[PATCH for 4.5 v4 3/4] libxl: add rtds scheduler
 2014-09-22 11:24 UTC  (2+ messages)

[PATCH V4 00/15] arm64 EFI stub
 2014-09-22 11:13 UTC  (8+ messages)
` [PATCH V4 15/15] Add ARM EFI boot support

[RFC + Queries] Flow of PCI passthrough in ARM
 2014-09-22 11:09 UTC  (3+ messages)

Bug#759018: [PATCH RFC] Provide prebuilt grub-xen binaries for host (dom0) use
 2014-09-22 10:46 UTC  (3+ messages)

[PATCH] x86: make dump_pageframe_info() slightly more verbose for dying domains
 2014-09-22 10:46 UTC  (3+ messages)

[PING] various patches
 2014-09-22 10:38 UTC  (5+ messages)

[v6][PATCH 2/2] xen:vtd: missing RMRR mapping while share EPT
 2014-09-22 10:36 UTC  (4+ messages)

[PATCH ARM v7 00/13] mini-os: initial ARM support
 2014-09-22 10:35 UTC  (5+ messages)
` [PATCH ARM v7 09/13] mini-os: arm: time

[PATCH] switch rangeset's lock to rwlock
 2014-09-22 10:34 UTC  (7+ messages)

[PATCH 1/2] xenfb: Add comment documentation
 2014-09-22 10:16 UTC  (3+ messages)
` [PATCH 2/2] "

xen-blkback unmap with network retansmission will cause a coredump
 2014-09-22 10:11 UTC  (3+ messages)

pygrub regression with latest xen-unstable test
 2014-09-22 10:00 UTC  (9+ messages)

[RFC] Overriding MSR values via xl.cfg
 2014-09-22  9:55 UTC  (4+ messages)

[PATCH for-4.5 v6 00/17] Mem_event and mem_access for ARM
 2014-09-22  9:11 UTC  (6+ messages)
` [PATCH for-4.5 v6 13/17] xen/arm: Data abort exception (R/W) mem_events

[PATCH 0/2] xenfb: Document public headers
 2014-09-22  9:04 UTC 

[xen-unstable test] 30346: tolerable FAIL
 2014-09-22  8:39 UTC 

[linux-3.10 test] 30345: regressions - FAIL
 2014-09-22  3:52 UTC 

[linux-3.10 test] 30344: regressions - FAIL
 2014-09-21 21:36 UTC 

[linux-3.10 test] 30343: regressions - FAIL
 2014-09-21 15:21 UTC 

[linux-linus test] 30342: regressions - FAIL
 2014-09-21 14:25 UTC 

[xen-unstable test] 30341: tolerable FAIL
 2014-09-21  9:23 UTC 

[linux-3.10 test] 30340: regressions - FAIL
 2014-09-21  5:26 UTC 

[linux-3.10 test] 30339: regressions - FAIL
 2014-09-20 23:10 UTC 

Introduce rtds real-time scheduler for Xen
 2014-09-20 22:16 UTC 

[PATCH for 4.5 v4 4/4] xl: introduce rtds scheduler
 2014-09-20 22:15 UTC 

[PATCH for 4.5 v4 2/4] libxc: add rtds scheduler
 2014-09-20 22:14 UTC 

[PATCH for 4.5 v4 1/4] xen: add real time scheduler rtds
 2014-09-20 22:13 UTC 

Introduce rtds real-time scheduler for Xen
 2014-09-20 21:10 UTC  (4+ messages)
` [PATCH v3 1/4] xen: add real time scheduler rtds

[linux-3.10 test] 30338: regressions - FAIL
 2014-09-20 17:11 UTC 

[linux-linus test] 30336: regressions - FAIL
 2014-09-20 16:11 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).