Displaying 20 results from an estimated 1000 matches similar to: "[PATCH][RESEND] - add parallel routines to support domain building via buffers"
2006 Mar 10
2
[PATCH] - xc_core.c/xenctrl.h - refactor slightly to allow user specified output routines
The existing xc_domain_dumpcore is very specific to disk/file based
output. Refactor the code slightly to allow more user-specified
control. This is done by adding a parallel xc_domain_dumpcore2 (naming
isn''t always my strong suit), which allows the specification of a
callback routine and an opaque argument block. The existing dumpcore
routine is modified to use the callback for all
2006 May 18
1
RE: [PATCH] - make qemu serial summagraphics settings a bitmore fluid
Ben-
I like the idea but I don''t understand how this patch can work:
1) You never put a name into `serial_devices[]'' for the summa port.
The loop in `main'' that initializes the serial devices only calls
`qemu_chr_open'' if there''s a string name in `serial_devices''. How did
you get this to work?
2) Minor point, I don''t see the need
2007 Mar 06
0
[PATCH] generate notification of new console ring data
This patch provides notification of console updates via VIRQ.
The readconsolering capabilities provide the opportunity to
provide console output to other clients (remote systems,
logging systems, etc). This patchs adds the ability to generate
a notification of a change in the console buffer.
I have available both client and server programs that will take
either serial line (from qemu) or
2006 Jun 26
0
[PATCH - proposed] XI Shadow Page Table Mechanism
A post last week contained the design document for a shadow page
table mechanism. This post contains more information, and a pointer
to the code.
As a recap, the "XI Shadow Mechanism" is a design for shadow
page table code for fully virtualized HVM domains running on a 64-bit
Xen hypervisor.
This work was undertaken to address a number of goals. These are
enumerated in the document
2006 Jun 30
5
[PATCH - proposed] XI Shadow Page Table Mechanism]
Hi, Robert,
I found out another confusing code snippet:
in void xi_invl_mfn(struct domain *d, unsigned long mfn)
if (ext && pfn < ext->large_page_aligned_size)
According to the code, it should be
if (ext && (pfn>>SPT_ENTRIES_ORDER) < ext->large_page_aligned_size)
If I made any mistake, please point it out.
2005 May 31
0
[PATCH] Store page and evtchn in start_info_t
Hi all,
This is a trivial patch which adds the two fields to start_info_t for
the shared page and event channel port for the share. Feel free to
destroy this in any way. The python binding just fills zeros in for the
moment, making it harmless.
Mike Wray has a nicer version in his tree, but this is the minimal
version. (Thanks to Mike for the .esp fix, too).
Cheers,
Rusty.
diff -ur
2008 May 15
0
[PATCH][QEMU] serial save load fix
NOTE: An applicable subset of this patch was also submitted to upstream
qemu.
SUMMARY:
This patch fixes several bugs in serial.c
(1) A typo in serial_save() where qemu_get_8s is called (should be
qemu_put_8s)
(2) No support provided in serial_load() for version_id == 1 (should
unmarshal
a 1 byte s->divider and should provide a default value for s->fcr
(3) Call serial_ioport_write() to
2008 Jun 05
2
[PATCH 1/2] Migrate tsc values during migration
Migrate the last TSC values for more accurate timekeeping during live
migration
Signed-off-by: Dave Winchell <dwinchell@virtualiron.com>
Signed-off-by: Ben Guthro <bguthro@virtualiron.com>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2008 Jan 08
0
Re: AW: PV- Drivers for Windows (XP, 2003 Server)
Most likely, yes. They should have a copy of the license agreement, and
you can take a look at that and see what they have to say about using
them apart from the VirtualIron product. The only open source PV
drivers are the ones that James has released - search the list for "GPL
PV drivers" and that should turn up some threads related to those. The
drivers are still very much in the
2015 Dec 11
1
Create Domain Trust Help Samba-4.3.2
First, Thank you all for this forum, as I am fairly new at both Ubuntu
and Samba I have found most the answers to my issues here.
Now correct me if I am wrong but Samba 4.3.2 should be able to support
Domain Trusts. If so maybe you can help me, here is what I have:
NT4 Domain: adc.com (Holds are production servers and user accounts for
that domain)
Controller = enterprise.abc.com
Samba
2006 Jun 07
2
[PATCH][RESEND][Builder] Check if v_end wraps around to 0
This patch adds a check to see if v_end in setup_guest() wraps around to
0 and lets the builder exit gracefully when it does.
Signed-off-by: Aravindh Puthiyaparambil
<aravindh.puthiyaparambil@unisys.com>
> -----Original Message-----
> From: Keir Fraser [mailto:Keir.Fraser@cl.cam.ac.uk]
> Sent: Thursday, June 01, 2006 6:14 AM
> To: Puthiyaparambil, Aravindh
> Cc:
2017 Jan 13
0
Duplicate xidNumbers
On Fri, 13 Jan 2017 17:22:15 -0500
Bob Thomas <bthomas at cybernetics.com> wrote:
>
>
> On 1/13/2017 4:58 PM, Rowland Penny via samba wrote:
> > On Fri, 13 Jan 2017 16:43:39 -0500
> > Bob Thomas via samba <samba at lists.samba.org> wrote:
> >
> >> On 1/13/2017 3:30 PM, Rowland Penny wrote:
> >>
> >>> On Fri, 13 Jan 2017
2018 Mar 28
1
Winbind not working on Ubuntu 18.04 Samba 4.8.0 File Sever
Good Morning, Ive been trying to test Samba AD on Ubuntu 18.04 using
samba version 4.8.0 The DC seems to be working fine all tests have
passed. I was able to connect Win7 RSAT, a Ubuntu workstation and a
File server. My problem is the file server will not give response to
'sudo getent passwd' with or with out username or DOMAIN\username.
Everything else works as far as I can tell.
2006 Feb 28
0
RE: Re: [PATCH] Fix qemu-dm segfault when multiple HVMdomains
So, Keir, can you please check in this patch?
Thanks
Yunhong Jiang
>-----Original Message-----
>From: xen-devel-bounces@lists.xensource.com
>[mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of
>John Clemens
>Sent: Tuesday, February 28, 2006 1:35 AM
>To: Jiang, Yunhong
>Cc: Li, Xin B; xen-devel@lists.xensource.com
>Subject: [Xen-devel] Re: [PATCH] Fix qemu-dm
2017 Jan 13
0
Duplicate xidNumbers
On Fri, 13 Jan 2017 16:43:39 -0500
Bob Thomas via samba <samba at lists.samba.org> wrote:
> On 1/13/2017 3:30 PM, Rowland Penny wrote:
>
> > On Fri, 13 Jan 2017 15:20:52 -0500
> > Bob Thomas <bthomas at cybernetics.com> wrote:
> >
> >> On 1/13/2017 1:45 PM, Rowland Penny wrote:
> >>> On Fri, 13 Jan 2017 13:30:14 -0500
> >>> Bob
2006 Feb 27
1
[PATCH] Fix qemu-dm segfault when multiple HVM domains ---Was: qemu-dm segfault with multiple HVM domains?
Hi, John
Can you try the attached patch ?
This issue can be reproduced on SMP platform, while the domain 0
is UP. The reason is, after finishing a dma request, the dma thread will
trigger the interrupt and then clear the call back function. When guest
get the interrupt , it will try to check the call back function, if it
is set, then it will trigger a dma request again. So if the checking for
2005 Sep 15
3
Xend can not start
With changeset 6869, I can _not_ start xend.
Did anybody else meet the same issue?
[root@xin ~]# xend start
Traceback (most recent call last):
File "/usr/sbin/xend", line 32, in ?
from xen.xend.server import SrvDaemon
File
"/home/xin/work/xmp/xen32-smp/dist/install/usr/lib/python/xen/xend/serve
r/SrvDaemon.py", line 30, in ?
File
2007 Sep 06
0
[PV-onHVM][Xen][PATCH 2/3] Fix kthread_create
This is the xen part of the kthread patch
This part simply fixes a compiler warning we get when compiling for a
uniprocessor guest kernel.
Signed-off-by: Ben Guthro <bguthro@virtualiron.com>
Signed-off-by: Robert Phillips <rphillips@virtualiron.com>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
2007 Jun 19
1
[PATCH 4/4] Add libvdisk, and vdisk_tool
[PATCH 4/4] Add libvdisk, and vdisk_tool
vdisk-support.patch
provides libvdisk, and vdisk_tool, as described in [PATCH 0/4]
Signed-off-by: Boris Ostrovsky <bostrovsky@virtualiron.com>
Signed-off-by: Ben Guthro <bguthro@virtualiron.com>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2007 Jun 21
0
[PATCH 3/4] (Refactored) Add error checking in blktapctrl
[PATCH 3/4] (Refactored) Add error checking in blktapctrl
blktap-fixes.patch
Add some additional error checking to blktapctrl during mkfifo
Signed-off-by: Boris Ostrovsky <bostrovsky@virtualiron.com>
Signed-off-by: Ben Guthro <bguthro@virtualiron.com>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com