log
graph
tags
branches
changeset
browse
debuggers.hg
log
find changesets by author, revision, files, or words in the commit message
less
more
| rev 12775:
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
tip
age
author
revision
description
2006-12-06
Ewan Mellor
12775:97acbb7e2146
Move the actual call routed by do_legacy_api_with_uuid out of the scope of
2006-12-06
Ewan Mellor
12774:fb1291ffa26f
Fix HTTP server.
2006-12-05
Ewan Mellor
12773:39509c8f5c09
Fix error message.
2006-12-06
Tim Deegan
12772:a467eb0c5596
Fixes a mistake in changeset 12732
2006-12-05
Ian Campbell
12771:0bea8e773508
[LINUX] The crash note resource should be nested inside the hypervisor
2006-12-05
Tim Deegan
12770:7df4d8cfba3b
[XEN] sh_gfn_to_mfn_foreign() must handle guest pfns above 4GB on PAE
2006-12-04
Ewan Mellor
12769:a2618d3912e7
This adds a recently added parameter to the vm.start call.
2006-12-04
Ewan Mellor
12768:897bb9b7ed06
Tidy.
2006-12-04
Ewan Mellor
12767:c7f4a89eb054
Fix numpad handling in QEMU's VNC server. The keymaps that we have include
2006-12-04
Ewan Mellor
12766:565cd8f32c70
Close the server when instructed, so that we can reload on the same port, and
2006-12-04
Ewan Mellor
12765:3629873ee1e6
Diagnose a failing server, rather than just locking up the whole daemon.
2006-12-04
Ewan Mellor
12764:59f438d2739b
Added rudimentary "xend reload" functionality. This allows you to reconfigure
2006-12-04
Ewan Mellor
12763:56d93b6ea9ea
Tidy error message.
2006-12-04
Ewan Mellor
12762:4e3a7d82917c
More capitalisation fixes.
2006-12-04
Ewan Mellor
12761:38ad5643aafe
With PERMISSIVE turned on, diagnose missing Enums and Bools, and improve the
2006-12-04
kfraser
12760:fd28a1b139de
[QEMU] Error reporting in IDE device model.
2006-12-04
kfraser
12759:d8befb109c39
Add XEN_FRAMEBUFFER to -xen defconfigs.
2006-12-04
kfraser
12758:275a8f9a0710
Remove useless segments push/pop in VMXAssist.
2006-12-04
Ian Campbell
12757:b08b870770f9
[PATCH 02/02] Kexec / Kdump: Don't declare _end
2006-12-04
Ian Campbell
12756:f4089172c96b
[PATCH 01/02] Kexec / Kdump: Use NOTE_ALIGN() instead of ALIGN()
2006-12-03
kaf24
12755:3bd721db6db5
[XEN] Fix 32-bit build.
2006-12-03
kaf24
12754:12ee3d6e61ef
[XEN] Add 'insn_fetch' memory operation to the x86_emulator.
2006-12-03
Ewan Mellor
12753:de8abd5ce652
Revert the change to destroy all VMs when skipping or failing tests -- this
2006-12-02
Ewan Mellor
12752:af10df2fed35
Make the xenfb tools an optional part of the build, as they introduce new
2006-12-01
Alastair Tse
12751:1edaf60343a7
[XEND] Fix mis-types in XendConfig
2006-12-01
Alastair Tse
12750:43671a60b0f1
Merge
2006-12-01
Alastair Tse
12749:6544f92e4103
Merge
2006-12-01
Alastair Tse
12748:7dc0dd5cdb4d
Merge
2006-12-01
Alastair Tse
12747:98413fa7826c
[XEND] Re-add vtpm device support in XendConfig
2006-12-01
Ewan Mellor
12746:990bee220f20
Use the new xen-api.sock for the calls to the Xen-API server.
2006-12-01
Ewan Mellor
12745:b37e66b08bf5
This patch provides XmTestManagedDomain and XenManagedDomain classes
2006-12-01
Alastair Tse
12744:4b577c1909a9
Merge
2006-12-01
Alastair Tse
12743:5d0efb6f3983
[XENAPI] Add extra param for VM.start and fix case for printing out
2006-12-01
Alastair Tse
12742:e3d62983bc2f
[XEND] Proper importing of Xen API VM Struct into new XendConfig
2006-12-01
Alastair Tse
12741:dc9a47212ac4
[XEND] Fix case mismatch in VM.get_record for Xen API
2006-12-01
kfraser
12740:107f74d363ea
[XEN] Allow shutdown code to be set at most once per domain.
2006-12-01
Andrew Warfield
12739:69efe6730fb1
Fix a number of flaws in the blktap userspace daemon when dealing
2006-12-01
Alastair Tse
12738:c4225c95dbcd
[XEND] Fix outputting device SXPs when domain is halted.
2006-12-01
kfraser
12737:5c82a274733e
[HVM] Cache segment-register contents during PTE-update emulations.
2006-12-01
Alastair Tse
12736:1e6f9222a1e1
[TOOLS] Checks for libvncserver-dev and libsdl-dev.
2006-12-01
Alastair Tse
12735:dd857b2e2bca
[XEND] Fix missing vncpasswd option for HVM domains.
2006-12-01
kfraser
12734:d7c040643850
Update hgignore list.
2006-12-01
kfraser
12733:995841d99780
[XEN] Remove uses of 'extern inline'.
2006-12-01
kfraser
12732:f7b7daed94d6
[LIBXC] Add new AP{I function xc_evtchn_bind_unbound_port().
2006-12-01
kfraser
12731:43c8cb5a895c
[XEN] Emulate XADD instruction.
2006-12-01
Alastair Tse
12730:ef1dadde3631
[XEND] Reapply fix for ever expanding kernel_args in XendConfig
2006-12-01
Alastair Tse
12729:d0ade847f886
[XEND] Ensure config value types in XendConfig
2006-12-01
kfraser
12728:b334f479853e
[LINUX] dev/mem: Rename Xen's mmap_mem to xen_mmap_mem to
2006-12-01
Ewan Mellor
12727:4ede29160b53
Actually return something from bool0.
2006-12-01
Ewan Mellor
12726:4d53706e8028
Update README to reflect moved library.
2006-12-01
Steven Smith
12725:dfaf8493a211
Merge.
2006-12-01
Steven Smith
12724:d57b0e2834d7
[PVFB][TOOLS] Don't unwatch the framebuffer frontend's state node just
2006-12-01
Steven Smith
12723:2a6a793a2f68
[PVFB][TOOLS] Fix save/restore for domains with PV framebuffers.
2006-12-01
Steven Smith
12722:b22274d1311c
[TOOLS][PVFB] Avoid zombie framebuffer backends.
2006-12-01
Steven Smith
12721:fb0a586854c1
[TOOLS] Remove some dead code.
2006-12-01
Steven Smith
12720:f50380324d1c
Merge.
2006-12-01
Steven Smith
12719:0536dbde1562
[PVFB] Make sure that framebuffer backend goes away when the domain
2006-12-01
Steven Smith
12718:d5d8aeb4fa34
[LINUX] The removal of the console_use_vt hack was premature: it's still
2006-12-01
Steven Smith
12717:000609d8c93f
[PVFB][TOOLS] Change the configuration syntax for PVFB backends to more
2006-12-01
Steven Smith
12716:260426e3924f
This is Anthony Liguori's virtual framebuffer forward ported and
less
more
| rev 12775:
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
tip