xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-03 15:29:42 to 2015-07-06 12:24:02 UTC [more...]

[PATCH v3 00/32] Introduce HVM without dm and new boot ABI
 2015-07-06 12:23 UTC  (15+ 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 27/32] libxc: change the position of the special pages

[PATCH 0/11] Xen PCI Passthrough security fixes
 2015-07-06 12:20 UTC  (4+ messages)
  ` [PATCH] tools: libxl: allow permissive qemu-upstream pci passthrough

Sharing display between guests
 2015-07-06 11:53 UTC  (4+ messages)

[PATCH v2] Modified RTDS scheduler to use an event-driven model instead of polling
 2015-07-06 11:51 UTC  (2+ messages)

PCI Pass-through in Xen ARM - Draft 2
 2015-07-06 11:45 UTC  (10+ messages)

[v4][PATCH 00/19] Fix RMRR
 2015-07-06 11:39 UTC  (12+ messages)
` [v4][PATCH 04/19] xen/passthrough: extend hypercall to support rdm reservation policy

[PATCH v3 00/12] Alternate p2m: support multiple copies of host p2m
 2015-07-06 11:38 UTC  (21+ messages)
` [PATCH v3 05/13] x86/altp2m: basic data structures and support routines
` [PATCH v3 06/13] VMX/altp2m: add code to support EPTP switching and #VE
` [PATCH v3 07/13] VMX: add VMFUNC leaf 0 (EPTP switching) to emulator
` [PATCH v3 08/13] x86/altp2m: add control of suppress_ve
` [PATCH v3 09/13] x86/altp2m: alternate p2m memory events
` [PATCH v3 10/13] x86/altp2m: add remaining support routines
` [PATCH v3 11/13] x86/altp2m: define and implement alternate p2m HVMOP types
` [PATCH v3 12/13] x86/altp2m: Add altp2mhvm HVM domain parameter

[PATCH] net/bridge: Add missing in6_dev_put in br_validate_ipv6
 2015-07-06 11:32 UTC  (6+ messages)

BUG: unable to handle kernel NULL pointer in __netdev_pick_tx()
 2015-07-06 11:13 UTC  (2+ messages)

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

[PATCH 0/6] Use system blktap
 2015-07-06 11:01 UTC  (8+ messages)
` [PATCH 1/6] libxl: Make local_initiate_attach more rational
` [PATCH 2/6] libxl: Remove linux udev rules
` [PATCH 3/6] tools: Add a block-tap script for setting up tapdisks via tap-ctl
` [PATCH 4/6] libxl: Use the block-tap script for LIBXL_DISK_BACKEND_TAP
` [PATCH 5/6] tools: Remove in-tree blktap2
` [PATCH 6/6] libxl: Add more logging to hotplug script path

[PATCH v2 00/41] Add ACPI support for arm64 on Xen
 2015-07-06 10:49 UTC  (158+ messages)
` [PATCH v2 01/41] arm/acpi: Build numa for x86 only
` [PATCH v2 02/41] arm/acpi: Build pmstat "
` [PATCH v2 03/41] arm/acpi : emulate io ports for arm
` [PATCH v2 04/41] arm/acpi : add arm specific acpi header file
` [PATCH v2 05/41] acpi : add helper function for mapping memory
` [PATCH v2 06/41] arm/acpi : Add basic ACPI initialization
` [PATCH v2 07/41] arm/acpi : Introduce ARM Boot Architecture Flags in FADT
` [PATCH v2 08/41] arm/acpi : Parse FADT table and get PSCI flags
` [PATCH v2 09/41] arm/acpi : Add Generic Interrupt and Distributor struct
` [PATCH v2 10/41] arm/acpi : Print GIC information when MADT is parsed
` [PATCH v2 11/41] arm/acpi : add GTDT support updated by ACPI 5.1
` [PATCH v2 12/41] arm : move dt specific code in smp to seperate functions
` [PATCH v2 13/41] arm/acpi : parse MADT to map logical cpu to MPIDR and get cpu_possible_map
` [PATCH v2 14/41] arm : acpi add helper function for setting interrupt type
` [PATCH v2 15/41] arm : acpi parse GTDT to initialize timer
` [PATCH v2 16/41] acpi : Introduce acpi_parse_entries
` [PATCH v2 17/41] arm : refactor gic into generic and dt specific parts
` [PATCH v2 18/41] arm: Introduce a generic way to use a device from acpi
` [PATCH v2 19/41] arm : acpi Add GIC specific ACPI boot support
` [PATCH v2 20/41] arm : create generic uart initialization function
` [PATCH v2 21/41] arm : acpi Initialize serial port from ACPI SPCR table
` [PATCH v2 22/41] arm : acpi create min DT stub for DOM0
` [PATCH v2 23/41] arm : acpi create chosen node "
` [PATCH v2 24/41] arm : acpi create efi "
` [PATCH v2 25/41] arm : acpi add status override table
` [PATCH v2 26/41] arm : acpi add xen environment table
` [PATCH v2 27/41] arm : add helper functions to map memory regions
` [PATCH v2 28/41] arm : acpi add efi structures to common efi header
` [PATCH v2 29/41] arm : acpi read acpi memory info from uefi
` [PATCH v2 30/41] arm : acpi add placeholder for acpi load address
` [PATCH v2 31/41] arm : acpi estimate memory required for acpi/efi tables
` [PATCH v2 32/41] arm : acpi dynamically map mmio regions
` [PATCH v2 33/41] arm : acpi prepare acpi tables for dom0
` [PATCH v2 34/41] arm : acpi create and map acpi tables
` [PATCH v2 35/41] arm : acpi add helper function to calculate crc32
` [PATCH v2 36/41] arm : acpi pass rsdp and memory via efi table
` [PATCH v2 38/41] arm : acpi enable efi for acpi
` [PATCH v2 39/41] arm : acpi configure interrupts dynamically
` [PATCH v2 40/41] xen: arm64: Add ACPI support
` [PATCH v2 41/41] arm : acpi route irq's at time of boot

[ovmf test] 59044: trouble: blocked/broken/fail/pass
 2015-07-06 10:35 UTC  (4+ messages)

[linux-3.18 test] 59041: regressions - trouble: blocked/broken/fail/pass
 2015-07-06 10:33 UTC  (6+ messages)

Vm_event memory introspection helpers
 2015-07-06 10:27 UTC  (8+ messages)
` [PATCH V2 2/3] xen/vm_event: Support for guest-requested events

Xen-unstable: pci-passthrough of device using MSI-X interrupts not working after commit x86/MSI: track host and guest masking separately
 2015-07-06 10:17 UTC  (12+ messages)

Migration bug added by commit 2df1aa01bef7366798248ac6d03cfb42048b003d
 2015-07-06 10:16 UTC  (9+ messages)

[RESEND PATCH] xen/blkfront: convert to blk-mq APIs
 2015-07-06  9:56 UTC 

Mapping Dom0 page in hypervisor from domctl
 2015-07-06  9:47 UTC  (3+ messages)

[PATCH v2] libxl: Make local_initiate_attach more rational
 2015-07-06  9:44 UTC  (4+ messages)

[xen-4.2-testing test] 58584: regressions - trouble: blocked/broken/fail/pass
 2015-07-06  9:38 UTC  (18+ messages)
` stable trees (was: [xen-4.2-testing test] 58584: regressions)
              ` Problems with merlot* AMD Opteron 6376 systems (Was Re: stable trees (was: [xen-4.2-testing test] 58584: regressions))
                        ` Problems with merlot* AMD Opteron 6376 systems (Was Re: stable trees

traps.c:3227: GPF (0000): ffff82d080194a4d -> ffff82d080239d85 and other dom0 induced log messages
 2015-07-06  9:31 UTC  (4+ messages)

PCI Pass-through in Xen ARM - Draft 2
 2015-07-06  9:07 UTC  (2+ messages)

Performance problem about address translation
 2015-07-06  8:37 UTC  (2+ messages)

BUG: unable to handle kernel NULL pointer in __netdev_pick_tx()
 2015-07-06  8:26 UTC 

Performance problem about address translation
 2015-07-06  8:11 UTC  (2+ messages)

[PATCH 0/2] Refactor ioreq server for better performance
 2015-07-06  7:09 UTC  (3+ messages)

[rumpuserxen test] 59087: regressions - FAIL
 2015-07-06  7:11 UTC 

[PATCH v2 0/2] Refactor ioreq server for better performance
 2015-07-06  6:25 UTC  (3+ messages)
` [PATCH v2 1/2] Resize the MAX_NR_IO_RANGES for ioreq server
` [PATCH v2 2/2] Add new data structure to track ranges

[linux-4.1 test] 59054: regressions - FAIL
 2015-07-06  6:12 UTC 

[linux-3.4 test] 59053: regressions - FAIL
 2015-07-06  5:37 UTC 

[seabios test] 59056: tolerable FAIL - PUSHED
 2015-07-06  3:22 UTC 

[ovmf test] 59055: tolerable FAIL - PUSHED
 2015-07-06  2:52 UTC 

[RESEND] xen-netback: remove duplicated function definition
 2015-07-06  0:42 UTC 

[linux-3.14 test] 59052: tolerable FAIL - PUSHED
 2015-07-06  0:19 UTC 

[linux-3.18 test] 59050: regressions - FAIL
 2015-07-05 22:24 UTC 

[PATCH] xen-netback: remove duplicated function definition
 2015-07-05 19:48 UTC  (3+ messages)

[PATCH v12 0/8] Xen VMware tools support
 2015-07-03 22:03 UTC  (4+ messages)
` [PATCH v12 2/8] xen: Add support for VMware cpuid leaves

[xen-unstable test] 59040: regressions - FAIL
 2015-07-03 21:59 UTC 

[seabios test] 59042: tolerable FAIL - PUSHED
 2015-07-03 21:49 UTC 

[linux-3.4 test] 59039: regressions - FAIL
 2015-07-03 19:12 UTC 

[PATCH] net/bridge: Add missing in6_dev_put in br_validate_ipv6
 2015-07-03 18:01 UTC 

[PATCH v6 00/16] x86/hvm: I/O emulation cleanup and fix
 2015-07-03 17:18 UTC  (19+ messages)
` [PATCH v6 01/16] x86/hvm: make sure emulation is retried if domain is shutting down
` [PATCH v6 02/16] x86/hvm: remove multiple open coded 'chunking' loops
` [PATCH v6 03/16] x86/hvm: change hvm_mmio_read_t and hvm_mmio_write_t length argument
` [PATCH v6 04/16] x86/hvm: restrict port numbers to uint16_t and sizes to unsigned int
` [PATCH v6 05/16] x86/hvm: unify internal portio and mmio intercepts
` [PATCH v6 06/16] x86/hvm: add length to mmio check op
` [PATCH v6 07/16] x86/hvm: unify dpci portio intercept with standard portio intercept
` [PATCH v6 08/16] x86/hvm: unify stdvga mmio intercept with standard mmio intercept
` [PATCH v6 09/16] x86/hvm: limit reps to avoid the need to handle retry
` [PATCH v6 10/16] x86/hvm: only call hvm_io_assist() from hvm_wait_for_io()
` [PATCH v6 11/16] x86/hvm: split I/O completion handling from state model
` [PATCH v6 12/16] x86/hvm: remove HVMIO_dispatched I/O state
` [PATCH v6 13/16] x86/hvm: remove hvm_io_state enumeration
` [PATCH v6 14/16] x86/hvm: use ioreq_t to track in-flight state
` [PATCH v6 15/16] x86/hvm: always re-emulate I/O from a buffer
` [PATCH v6 16/16] x86/hvm: track large memory mapped accesses by buffer offset

[PATCH RFC v1 00/13] Introduce HMV without dm and new boot ABI
 2015-07-03 16:22 UTC  (9+ messages)

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

Xen + futexes
 2015-07-03 16:02 UTC  (4+ messages)

[PATCH 0/7] libxc: Fix a number of coverity issues
 2015-07-03 16:01 UTC  (25+ messages)
` [PATCH 1/7] libxc: fix uninitialized variable in xc_cpuid_pv_policy()
` [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 0/4] xen: sched/cpupool: more fixing of (corner?) cases
 2015-07-03 15:49 UTC  (5+ messages)
` [PATCH 1/4] xen: sched: factor the code for taking two runq locks in a function
` [PATCH 2/4] xen: sched: factor code that moves a vcpu to a new pcpu "
` [PATCH 3/4] xen: sched: reorganize cpu_disable_scheduler()
` [PATCH 4/4] xen: sched/cpupool: properly update affinity when removing a cpu from a cpupool

[PATCH] xen/arm: Remove unused field eoi_cpu in arch_irq_desc
 2015-07-03 15:34 UTC  (3+ 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).