All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeremy Fitzhardinge <jeremy@goop.org>
To: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Cc: Anthony Perard <anthony.perard@citrix.com>,
	Xen-devel <xen-devel@lists.xensource.com>
Subject: Re: pvfb: Absolute vs relative mouse tracking mystery
Date: Thu, 22 Jul 2010 09:51:05 -0700	[thread overview]
Message-ID: <4C4876F9.2030008@goop.org> (raw)
In-Reply-To: <alpine.DEB.2.00.1007221257120.22235@kaball-desktop>

On 07/22/2010 04:58 AM, Stefano Stabellini wrote:
> On Thu, 22 Jul 2010, Jeremy Fitzhardinge wrote:
>   
>> I just got a Win7 hvm domain working for the first time in a while, and
>> found that it *isn't* getting proper abs updates.  I even set
>> usbdevice='tablet' in its config...
>>     
>  
> Are you sure?
> The vfb connection between qemu and the stubdom is definitely based on
> absolute mouse events in my tests.
>   

Yep.  I created a domain and its getting relative pointer:

sh-4.0# xl create  -d /etc/xen/win7-ctxs 
Parsing config file /etc/xen/win7-ctxs
(domain
	(domid -1)
	(domain_create_info)
	(hvm 1)
	(hap 1)
	(oos 1)
	(ssidref 0)
	(name win7-ctxs)
	(uuid 8badafad-1c63-8812-b082-2b1cc9002a8d)
	(cpupool Pool-0 (0))
	(xsdata (null))
	(platformdata (null))
	(domain_build_info)
	(max_vcpus 2)
	(tsc_mode 0)
	(max_memkb 1048576)
	(target_memkb 1048576)
	(nomigrate 0)
	(image
		(hvm
			(loader /usr/lib/xen/boot/hvmloader)
			(video_memkb 8192)
			(shadow_memkb 10240)
			(pae 1)
			(apic 1)
			(acpi 1)
			(nx 1)
			(viridian 1)
			(hpet 1)
			(vpt_align 1)
			(timer_mode 1)
			(device_model stubdom-dm)
			(videoram 8)
			(stdvga 0)
			(vnc 1)
			(vnclisten 0.0.0.0)
			(vncdisplay 0)
			(vncunused 1)
			(keymap (null))
			(sdl 0)
			(opengl 0)
			(nographic 0)
			(serial pty)
			(boot cda)
			(usb 0)
			(usbdevice tablet)
			(apic 1)
		)
	)
	(device
		(tap
			(backend_domid 0)
			(domid 0)
			(physpath /dev/vg_lilith-raid/xen-win7-ctxs)
			(phystype 4)
			(virtpath hda)
			(unpluggable 1)
			(readwrite 1)
			(is_cdrom 0)
		)
	)
	(device
		(vif
			(backend_domid 0)
			(domid 0)
			(devid 0)
			(mtu 1492)
			(model e1000)
			(mac 00163e23f8c2)
		)
	)
)
xc: info: VIRTUAL MEMORY ARRANGEMENT:
  Loader:        0000000000100000->00000000001766ec
  TOTAL:         0000000000000000->000000003f800000
  ENTRY ADDRESS: 0000000000100000
xc: info: PHYSICAL MEMORY ALLOCATION:
  4KB PAGES: 0x0000000000000200
  2MB PAGES: 0x00000000000001fb
  1GB PAGES: 0x0000000000000000


    J

  reply	other threads:[~2010-07-22 16:51 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-07 22:32 pvfb: Absolute vs relative mouse tracking mystery Jeremy Fitzhardinge
2010-05-10 14:41 ` Stefano Stabellini
2010-05-10 17:45   ` Jeremy Fitzhardinge
2010-05-10 20:15   ` Jeremy Fitzhardinge
2010-05-11 10:56     ` Stefano Stabellini
2010-06-19 15:41       ` Pasi Kärkkäinen
2010-06-19 15:48         ` Jeremy Fitzhardinge
2010-06-19 16:22           ` Pasi Kärkkäinen
2010-06-19 17:40             ` Jeremy Fitzhardinge
2010-06-19 17:50               ` Pasi Kärkkäinen
2010-07-22  1:01                 ` Jeremy Fitzhardinge
2010-07-22  8:52                   ` Pasi Kärkkäinen
2010-07-22 19:04                     ` John Haxby
2010-07-22 19:13                       ` Jeremy Fitzhardinge
2010-07-23 11:33                         ` John Haxby
2010-07-22 11:58                   ` Stefano Stabellini
2010-07-22 16:51                     ` Jeremy Fitzhardinge [this message]
2010-07-22 16:58                       ` Jeremy Fitzhardinge
2010-07-23 11:55                         ` Stefano Stabellini
2010-06-21 14:57           ` John Haxby
2010-06-21 14:59             ` Jeremy Fitzhardinge
2010-07-21 11:52               ` Pasi Kärkkäinen
2010-08-01 19:11               ` Joshua West
2010-08-02 19:00                 ` Jeremy Fitzhardinge
2010-08-02 19:37                   ` Joshua West
2010-08-02 19:40                     ` Jeremy Fitzhardinge
2010-08-03 16:23                       ` John Haxby
2010-08-04  0:35                         ` Joshua West
2010-08-10 16:20                           ` John Haxby

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4C4876F9.2030008@goop.org \
    --to=jeremy@goop.org \
    --cc=anthony.perard@citrix.com \
    --cc=stefano.stabellini@eu.citrix.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.