]>
xenbits.xensource.com Git - xenclient/xen-pq.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
James Mckenzie [Thu, 20 Aug 2009 07:28:35 +0000 (08:28 +0100)]
Ugly hack to fix SATA - Send EOI for MSI immediately.
Xen tends to allocate MSI with high vector numbers (priority)
it leaves them pending until the guest sends EOI. However
if you have an MSI pending per CPU you lose.
Kamala Narasimhan [Tue, 18 Aug 2009 14:07:09 +0000 (10:07 -0400)]
Xenpmd dbus support.
Ross Philipson [Wed, 12 Aug 2009 08:16:18 +0000 (04:16 -0400)]
Unified SMBIOS patch.
Changes to be committed:
deleted: master/rm-oem-smbios-files.patch
modified: master/series
modified: master/smbios
deleted: master/smbios-table2.patch
Jean Guyader [Tue, 11 Aug 2009 22:46:49 +0000 (23:46 +0100)]
Mapping grant references into HVM guests, take 2
After some discussion, here's a second version of the patch I posted a
couple of weeks back to map grant references into HVM guests. As
before, this is done by modifying the P2M map, but this time there's
no new hypercall to do it. Instead, the existing GNTTABOP_map is
overloaded to perform a P2M mapping if called from a shadow mode
translate guest. This matches the IA64 API.
Signed-off-by: Steven Smith <steven.smith@citrix.com>
Acked-by: Tim Deegan <tim.deegan@citrix.com>
CC: Bhaskar Jayaraman <Bhaskar.Jayaraman@lsi.com>
Jean Guyader [Tue, 11 Aug 2009 18:06:31 +0000 (19:06 +0100)]
Remove disable-abr and cx-initialize-safe-state.
Ross Philipson [Tue, 4 Aug 2009 17:45:41 +0000 (13:45 -0400)]
Added SMBIOS table 2 pass-through support.
Changes to be committed:
modified: master/series
new file: master/smbios-table2.patch
Ross Philipson [Tue, 4 Aug 2009 15:42:02 +0000 (11:42 -0400)]
Removed unused static SMBIOS OEM patches.
Changes to be committed:
new file: master/rm-oem-smbios-files.patch
modified: master/series
Kamala Narasimhan [Sat, 1 Aug 2009 00:51:43 +0000 (20:51 -0400)]
Move IGD command register restore workaround.
Previously applied code path is not taken when domain save is called. Current one is hit irrespective of
how the domain might be terminated.
Jean Guyader [Fri, 31 Jul 2009 18:06:12 +0000 (19:06 +0100)]
Remove the content of the status file.
Thomas Horsten [Fri, 31 Jul 2009 13:13:20 +0000 (14:13 +0100)]
Add James McKenzie's xblanker tool
root [Fri, 31 Jul 2009 05:15:40 +0000 (01:15 -0400)]
Fix reboot/shutdown issue observed on certain systems.
After spawning a VM with display passed through to it, the system may not shutdown completely or reboot. This patch fix those issues.
Kamala Narasimhan [Wed, 29 Jul 2009 18:57:48 +0000 (14:57 -0400)]
Backport OSS changeset 19991.
Tim Deegan's change to initialize safe state for Cx.
Kamala Narasimhan [Wed, 29 Jul 2009 18:42:55 +0000 (14:42 -0400)]
SMBIOS type 7, 22 changes.
root [Wed, 29 Jul 2009 03:35:56 +0000 (20:35 -0700)]
Change default for iommu_inclusive_mapping to on.
Jean Guyader [Sat, 25 Jul 2009 13:08:29 +0000 (14:08 +0100)]
Merge branch 'master' of git://git.uk.xensource.com/xenclient/xen-pq
Jean Guyader [Sat, 25 Jul 2009 13:05:55 +0000 (14:05 +0100)]
On some lenovo laptop, playing with the bus master arbitration
makes them hang. Disable that for now.
Kamala Narasimhan [Thu, 23 Jul 2009 15:42:45 +0000 (11:42 -0400)]
SMBIOS OEM types passthrough implementation.
Kamala Narasimhan [Tue, 30 Jun 2009 18:37:21 +0000 (14:37 -0400)]
xenpmd syslog support.
Kamala Narasimhan [Fri, 26 Jun 2009 20:04:06 +0000 (16:04 -0400)]
Minor refactoring to move some definitions to the xenpmd header etc.
Alexandre Bique [Thu, 11 Jun 2009 13:33:44 +0000 (13:33 +0000)]
tools-hvm-info: works perfectly
Alexandre Bique [Thu, 11 Jun 2009 10:47:00 +0000 (10:47 +0000)]
tools-hvm-info: added some debug messages when an error append.
Alexandre Bique [Wed, 10 Jun 2009 17:38:46 +0000 (17:38 +0000)]
tools-hvm-info: fixed Makefile
Alexandre Bique [Wed, 10 Jun 2009 17:10:55 +0000 (17:10 +0000)]
[tools] Added a new tools hvm-info.
Jean Guyader [Thu, 28 May 2009 01:20:26 +0000 (02:20 +0100)]
Add a workaround for the videoram.
maxmem needs to take in count the amount of videoram.
Jean Guyader [Wed, 27 May 2009 14:01:54 +0000 (15:01 +0100)]
XC-56: Creation of fully paravirtualized guest fails
Fix the test for open.
Jean Guyader [Tue, 26 May 2009 16:10:44 +0000 (17:10 +0100)]
XC-56: Creation of fully paravirtualized guest fails
In our case the directory doesn't exist so open failed.
Check the open first.
Now the paravirtualized guest should work.
Vincent Hanquez [Sat, 23 May 2009 17:35:31 +0000 (18:35 +0100)]
Merge branch 'master' of git://git.uk.xensource.com/xenclient/xen-pq
Vincent Hanquez [Wed, 20 May 2009 19:46:54 +0000 (20:46 +0100)]
push 3.4 in master
Kamala Narasimhan [Tue, 19 May 2009 18:59:43 +0000 (14:59 -0400)]
Fix another rc3 merge issue.
Kamala Narasimhan [Tue, 19 May 2009 18:38:17 +0000 (14:38 -0400)]
Fix rc3 merge issue.
Jean Guyader [Thu, 14 May 2009 13:35:15 +0000 (14:35 +0100)]
Rebase the patch queue on the top of xen-3.4 rc3.
Kamala Narasimhan [Wed, 29 Apr 2009 17:03:15 +0000 (13:03 -0400)]
Display pass-through related mtrr changes.
Kamala Narasimhan [Wed, 22 Apr 2009 15:23:14 +0000 (11:23 -0400)]
Remove fixed host bridge check in rombios.
As we partially pass through some host GMCH pci registers when display pass-though is enabled, we can't assume we are using fixed host bridge.
Kamala Narasimhan [Wed, 22 Apr 2009 14:53:27 +0000 (10:53 -0400)]
Backport Gianluca's mfn validity check patch.
This should fix the system reset upon PVM spawn issue encountered on some systems.
Ross Philipson [Tue, 14 Apr 2009 17:46:13 +0000 (13:46 -0400)]
Added MBI module reloc fix (from unstable cs 19544).
Changes to be committed:
new file: xen-3.4/module-reloc
modified: xen-3.4/series
Kamala Narasimhan [Wed, 8 Apr 2009 16:18:08 +0000 (12:18 -0400)]
Initialize vgabios and get the vgabios size at offset 2 from vgabios base.
This will help avoid any overlap between vgabios and etherboot base especially in pass-through case.
Kamala Narasimhan [Mon, 6 Apr 2009 17:41:46 +0000 (13:41 -0400)]
Load base vga bios for display pass-through.
Nothing new - Backport from existing branch.
Jean Guyader [Thu, 2 Apr 2009 14:50:40 +0000 (15:50 +0100)]
Fix the compilation:
- Remove pre generated isal file
- Remove python compilation
- Remove ioemu checkout
Jean Guyader [Thu, 2 Apr 2009 13:30:18 +0000 (14:30 +0100)]
Import the xenclient-xen patch queue