xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-02 19:51:30 to 2015-07-03 15:36:21 UTC [more...]

[PATCH v3 00/32] Introduce HVM without dm and new boot ABI
 2015-07-03 15:36 UTC  (34+ messages)
` [PATCH v3 01/32] libxc: split x86 HVM setup_guest into smaller logical functions
` [PATCH v3 02/32] libxc: unify xc_dom_p2m_{host/guest}
` [PATCH v3 03/32] libxc: introduce the notion of a container type
` [PATCH v3 04/32] libxc: introduce a domain loader for HVM guest firmware
` [PATCH v3 05/32] libxc: make arch_setup_meminit a xc_dom_arch hook
` [PATCH v3 06/32] libxc: make arch_setup_boot{init/late} xc_dom_arch hooks
` [PATCH v3 07/32] xen/x86: fix arch_set_info_guest for HVM guests
` [PATCH v3 08/32] libxc: introduce a xc_dom_arch for hvm-3.0-x86_32 guests
` [PATCH v3 09/32] libxl: switch HVM domain building to use xc_dom_* helpers
` [PATCH v3 10/32] libxc: remove dead HVM building code
` [PATCH v3 11/32] xen/x86: add bitmap of enabled emulated devices
` [PATCH v3 12/32] xen/x86: allow disabling the emulated local apic
` [PATCH v3 13/32] xen/x86: allow disabling the emulated HPET
` [PATCH v3 14/32] xen/x86: allow disabling the pmtimer
` [PATCH v3 15/32] xen/x86: allow disabling the emulated RTC
` [PATCH v3 16/32] xen/x86: allow disabling the emulated IO APIC
` [PATCH v3 17/32] xen/x86: allow disabling the emulated PIC
` [PATCH v3 18/32] xen/x86: allow disabling the emulated pmu
` [PATCH v3 19/32] xen/x86: allow disabling the emulated VGA
` [PATCH v3 20/32] xen/x86: allow disabling the emulated IOMMU
` [PATCH v3 21/32] xen/x86: allow disabling all emulated devices inside of Xen
` [PATCH v3 22/32] elfnotes: intorduce a new PHYS_ENTRY elfnote
` [PATCH v3 23/32] libxc: allow creating domains without emulated devices
` [PATCH v3 24/32] xen: allow HVM guests to use XENMEM_memory_map
` [PATCH v3 25/32] xen/x86: allow HVM guests to use hypercalls to bring up vCPUs
` [PATCH v3 26/32] xenconsole: try to attach to PV console if HVM fails
` [PATCH v3 27/32] libxc: change the position of the special pages
` [PATCH v3 28/32] libxc/xen: introduce HVM_PARAM_CMDLINE_PFN
` [PATCH v3 29/32] libxc/xen: introduce HVM_PARAM_FIRST_FREE_PFN
` [PATCH v3 30/32] libxc/xen: introduce HVM_PARAM_MODLIST_PFN
` [PATCH v3 31/32] libxc: switch xc_dom_elfloader to be used with HVMlite domains
` [PATCH v3 32/32] libxl: allow the creation of HVM domains without a device model

[PATCH] xen/arm: Remove unused field eoi_cpu in arch_irq_desc
 2015-07-03 15:34 UTC  (3+ messages)

[PATCH 0/7] libxc: Fix a number of coverity issues
 2015-07-03 15:33 UTC  (27+ messages)
` [PATCH 1/7] libxc: fix uninitialized variable in xc_cpuid_pv_policy()
` [PATCH 2/7] libxc: Use const pointer in local_file_dump()
` [PATCH 3/7] libxc: Fix uninitialized valiables in xc_cpuid_hvm_policy()
` [PATCH 4/7] libxc: Prevent dereferencing NULL pointers returned from xc_dom_allocate()
` [PATCH 5/7] libxc: Removing dead code "
` [PATCH 6/7] libxc: Fix misleading use of strncpy code in build_hvm_info()
` [PATCH 7/7] libxc: Prevent NULL pointer dereference in stdiostream_vmessage()

[PATCH v3 0/6] xen: arm: Parse PCI DT nodes' ranges and interrupt-map
 2015-07-03 15:28 UTC  (16+ messages)
` [PATCH v4 1/6] xen: dt: add dt_for_each_irq_map helper
` [PATCH v4 5/6] xen: arm: map child MMIO and IRQs to dom0 for PCI bus DT nodes
` [PATCH v4 6/6] xen: arm: Import of_bus PCI entry from Linux (as a dt_bus entry)

[PATCH v5 00/16] x86/hvm: I/O emulation cleanup and fix
 2015-07-03 15:26 UTC  (15+ messages)
` [PATCH v5 10/16] x86/hvm: only call hvm_io_assist() from hvm_wait_for_io()
` [PATCH v5 11/16] x86/hvm: split I/O completion handling from state model
` [PATCH v5 12/16] x86/hvm: remove HVMIO_dispatched I/O state
` [PATCH v5 13/16] x86/hvm: remove hvm_io_state enumeration
` [PATCH v5 14/16] x86/hvm: use ioreq_t to track in-flight state
` [PATCH v5 15/16] x86/hvm: always re-emulate I/O from a buffer
` [PATCH v5 16/16] x86/hvm: track large memory mapped accesses by buffer offset

[linux-linus test] 59036: regressions - FAIL
 2015-07-03 15:17 UTC 

[PATCH v12 0/8] Xen VMware tools support
 2015-07-03 14:55 UTC  (4+ messages)
` [PATCH v12 7/8] Add IOREQ_TYPE_VMWARE_PORT

[PATCH 0/2] libxl: fix NUMA placement preventing domain config to be re-used
 2015-07-03 14:52 UTC  (6+ messages)
` [PATCH 1/2] libxl: turn NUMA placement misconfigs into warnings

[PATCH v2 0/7] get rid of the SEDF scheduler
 2015-07-03 14:50 UTC  (21+ messages)
` [PATCH v2 1/7] libxl: "
` [PATCH v2 2/7] tools: python: get rid of the SEDF scheduler bindings
` [PATCH v2 3/7] libxc: get rid of the SEDF scheduler
` [PATCH v2 4/7] xen: "
` [PATCH v2 5/7] xen: kill sched_sedf.c
` [PATCH v2 6/7] xl: get rid of the SEDF scheduler
` [PATCH v2 7/7] docs: "

[PATCH 0/11] Xen PCI Passthrough security fixes
 2015-07-03 14:49 UTC  (3+ messages)
  ` [PATCH] tools: libxl: allow permissive qemu-upstream pci passthrough

[PATCH OSSTEST v4] mg-all-branch-statuses: Show how up to date each branch is
 2015-07-03 14:43 UTC  (4+ messages)

[PATCH v3 COLOPre 00/26] Prerequisite patches for COLO
 2015-07-03 14:41 UTC  (14+ messages)
` [PATCH v3 COLOPre 07/26] libxc/restore: fix error handle of process_record
` [PATCH v3 COLOPre 19/26] libxc/migration: Specification update for DIRTY_BITMAP records

[PATCH v3 0/6] libxl: xs_restrict QEMU
 2015-07-03 14:37 UTC  (9+ messages)
` [PATCH v3 1/6] libxl: allow /local/domain/$LIBXL_TOOLSTACK_DOMID/device-model/$DOMID to be written by $DOMID

[libvirt test] 59038: regressions - FAIL
 2015-07-03 14:34 UTC 

[PATCH v2] libxl: Make local_initiate_attach more rational
 2015-07-03 14:28 UTC  (3+ messages)

[PATCH v5 0/6] xen: arm: Parse PCI DT nodes' ranges and interrupt-map
 2015-07-03 14:18 UTC  (8+ messages)
` [PATCH v5 1/6] xen: dt: add dt_for_each_irq_map helper
` [PATCH v5 2/6] xen: dt: add dt_for_each_range helper
` [PATCH v5 3/6] xen: arm: drop redundant extra call to vgic_reserve_virq
` [PATCH v5 4/6] xen: arm: map child MMIO and IRQs to dom0 for PCI bus DT nodes
` [PATCH v5 5/6] xen: arm: Import of_bus PCI entry from Linux (as a dt_bus entry)
` [PATCH v5 6/6] xen: arm: consolidate mmio and irq mapping to dom0

[PATCH 1/2] x86/hvmloader: Avoid data corruption with xenstore reads/writes
 2015-07-03 14:07 UTC  (2+ messages)
` [PATCH 2/2] x86/hvmloader: Improve error handling for xenbus interactions

[PATCH v2 0/4] xen: sched / cpupool: fixes and improvements, mostly for when suspend/resume is involved
 2015-07-03 13:53 UTC  (5+ messages)
` [PATCH v2 1/4] xen: sched: avoid dumping duplicate information
` [PATCH v2 2/4] xen: x86 / cpupool: clear the proper cpu_valid bit on pCPU teardown
` [PATCH v2 3/4] xen: credit1: properly deal with pCPUs not in any cpupool
` [PATCH v2 4/4] xen: sched: get rid of cpupool_scheduler_cpumask()

[PATCH] xl: Change output from xl -N create to be more useful
 2015-07-03 13:44 UTC  (9+ messages)
    ` [PATCH 1/3] xl: Break out flush_stream
      ` [PATCH 2/3] xl: Change output from xl -N create to be more useful
        ` [PATCH 2/3] xl: Change output from xl -N create to be more useful [and 1 more messages]
      ` [PATCH 3/3] xl: xl -N create -d sends json output to stdout, not stderr

[qemu-mainline test] 59035: regressions - FAIL
 2015-07-03 13:29 UTC 

[OSSTEST PATCH 0/4] Fix use of xenctx
 2015-07-03 13:20 UTC  (19+ messages)
` [OSSTEST PATCH 1/4] guest_find_domid: Set Vcpus correctly
` [OSSTEST PATCH 2/4] ts-logs-capture: Find xenctx in /usr/local as well
` [OSSTEST PATCH 3/4] ts-logs-capture: Break out guest listing and do it earlier
` [OSSTEST PATCH 4/4] ts-logs-capture: Run xenctx earlier
      ` [OSSTEST PATCH 1/6] guest_find_domid: Set Vcpus correctly
        ` [OSSTEST PATCH 2/6] ts-logs-capture: Find xenctx in /usr/local as well
        ` [OSSTEST PATCH 3/6] ts-logs-capture: Break out guest listing and do it earlier
        ` [OSSTEST PATCH 4/6] ts-logs-capture: Run xenctx earlier
        ` [OSSTEST PATCH 5/6] ts-logs-capture: Run xenctx twice for each guest vcpu
        ` [OSSTEST PATCH 6/6] ts-logs-capture: Explicitly set xenctx capture filename

[linux-next test] 59045: regressions - trouble: blocked/broken
 2015-07-03 13:13 UTC 

[CALL-FOR-AGENDA] Monthly Xen.org Technical Call (2015-07-08)
 2015-07-03 12:55 UTC  (7+ messages)

[PATCH OSSTEST v3] mg-all-branch-statuses: Show how up to date each branch is
 2015-07-03 11:47 UTC  (5+ messages)

[PATCH] libxl: Increase device model startup timeout to 1min
 2015-07-03 11:30 UTC  (12+ messages)

[OSSTEST PATCH] mg-update-live: New script
 2015-07-03 11:06 UTC  (2+ messages)

[PATCH v2 00/22] Introduce HVM without dm and new boot ABI
 2015-07-03 10:52 UTC  (6+ messages)
` [PATCH v2 12/22] elfnotes: intorduce a new PHYS_ENTRY elfnote

[v3 00/13] xen/arm: Add support for GICv2 on GICv3
 2015-07-03 10:40 UTC  (4+ messages)

[PATCH mini-os] Correct printf formatting for tpm_tis message
 2015-07-03 10:36 UTC  (6+ messages)
` [PATCH xen] stubdom: vtpmmgr: Correctly format size_t with %z when printing

[PATCH v9 0/8] Support more than 8 vcpus on arm64 with GICv3
 2015-07-03 10:36 UTC  (5+ messages)
` [PATCH v9 6/8] xen/arm: Set 'reg' of cpu node for dom0 to match MPIDR's affinity

[PATCH v2] xen/arm: Find automatically the gnttab region for DOM0
 2015-07-03 10:32 UTC  (4+ messages)

[OSSTEST PATCH] sg-report-flight: Fix --include (broken by 3d56a191)
 2015-07-03 10:30 UTC  (2+ messages)

[linux-4.1 baseline test] "Old" tested version had not actually been tested; therefore in this
 2015-07-03 10:17 UTC 

[PATCH OSSTEST v1] ap-fetch-version: Arrange for osstest merges from upstream to be stable
 2015-07-03  9:40 UTC 

[rumpuserxen test] People who touched revisions under test: Antti Kantee <pooka@iki.fi> Ian Jackson <Ian.Jackson@eu.citrix.com> Martin Lucina <martin@lucina.net> Wei Liu <liuw@liuw.name>
 2015-07-03  8:46 UTC  (2+ messages)

Help
 2015-07-03  8:45 UTC 

[ovmf test] 59028: regressions - FAIL
 2015-07-03  8:41 UTC 

[RFC PATCH v3 00/18] Add ITS support
 2015-07-03  8:41 UTC  (5+ messages)
` [RFC PATCH v3 09/18] xen/arm: ITS: Add virtual ITS commands support

Blktap 3.0.0 improvement
 2015-07-03  8:28 UTC  (3+ messages)

Xen + futexes
 2015-07-03  8:05 UTC  (3+ messages)

[PATCH 0/6] add xsaves/xrstors support
 2015-07-03  8:04 UTC  (3+ messages)
` [PATCH 3/6] x86/xsaves: enable xsaves/xrstors for hvm guest

osstest "short fast" tests of xen-unstable proposal
 2015-07-03  7:51 UTC  (3+ messages)

[PATCH 0/4] xen: sched / cpupool: fixes and improvements, mostly for when suspend/resume is involved
 2015-07-03  7:48 UTC  (4+ messages)
` [PATCH 4/4] xen: sched: get rid of cpupool_scheduler_cpumask()

[PATCH] xen-netback: remove duplicated function definition
 2015-07-03 19:33 UTC 

can't create a vNUMA enabled PV guest
 2015-07-03  7:35 UTC  (3+ messages)

[linux-3.18 test] 59027: regressions - FAIL
 2015-07-03  7:25 UTC 

[xen-unstable test] 59025: regressions - FAIL
 2015-07-03  6:12 UTC 

[PATCH v2] Modified RTDS scheduler to use an event-driven model instead of polling
 2015-07-03  5:12 UTC 

pvUSB backend performance
 2015-07-03  4:27 UTC  (5+ messages)

[linux-3.4 test] 59024: regressions - FAIL
 2015-07-03  4:26 UTC 

[v3 00/15] Add VT-d Posted-Interrupts support
 2015-07-03  1:33 UTC  (12+ messages)
` [v3 12/15] vmx: posted-interrupt handling when vCPU is blocked

[qemu-mainline test] 59023: regressions - FAIL
 2015-07-03  1:29 UTC 

[PATCH v7 0/9] pci: add pci_iomap_wc() and pci_ioremap_wc_bar()
 2015-07-03  0:14 UTC  (11+ messages)
` [PATCH v7 5/9] PCI: Add pci_iomap_wc() variants

[linux-linus test] 59018: regressions - FAIL
 2015-07-02 20:20 UTC 

[PATCH v1 02/10] xen/pt: Sync up the dev.config and data values
 2015-07-02 19:51 UTC  (7+ messages)
` [PATCH v1 03/10] xen/pt: Check if reg->init function sets the 'data' past the reg->size
` [PATCH v1 05/10] xen/pt: Remove XenPTReg->data field
` [PATCH v1 06/10] xen/pt: Log xen_host_pci_get in two init functions
` [PATCH v1 07/10] xen/pt: Log xen_host_pci_get/set errors in MSI code
` [PATCH v1 09/10] xen/pt: Move bulk of xen_pt_unregister_device in its own routine
` [PATCH v1 10/10] xen/pt: Check for return values for xen_host_pci_[get|set] in init


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