From 03d545ffcd1ce8bacd36c9842d0a54aeb079566e Mon Sep 17 00:00:00 2001 From: "arun.sharma@intel.com[kaf24]" Date: Thu, 30 Jun 2005 08:07:29 +0000 Subject: bitkeeper revision 1.1773 (42c3a841nLib9kdSmthr05jouqiNeg) [PATCH] Device model cleanup. Device model cleanup. - Single config file for xen and device models (Shell script doesn't source xmdefconfig anymore) - No more device-model shell script by default. You can have one if needed (qemu-dm.debug) - All logic in the script device-model is moved to python - $DISPLAY is passed from xm to xend - Don't fork vncviewer on dryruns - Add support for killing device models on domain destroy - info vmxiopage command added to the monitor - Refactor shared io page into global and per vcpu state - Remove the hard coding of IOPACKET_PORT - move the virtual_platform_def up to domain struct from vcpu - xm create -n: (vm (name ExampleVMXDomain) (memory 128) (ssidref -1) (image (vmx (kernel /usr/lib/xen/boot/vmxloader) (root '/dev/hda1 ro') (vcpus 1) ) ) (memmap ) (device_model /tmp/foo) (hda /var/images/min-el3-i386.img) (hdb ) (hdc ) (hdd ) (cdrom ) (boot c) (fda ) (fdb ) (localtime 0) (serial ) (macaddr ) (stdvga 0) (isa 0) (nographic 0) (vnc 0) (sdl 0) (display localhost:10.0) ) Signed-off-by: Edwin Zhai Signed-off-by: Arun Sharma --- .rootkeys | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.rootkeys') diff --git a/.rootkeys b/.rootkeys index eabfd517d7..ea79aae998 100644 --- a/.rootkeys +++ b/.rootkeys @@ -738,8 +738,8 @@ 428d0d89FY-g4UPH-ZW7t5ZCqvQVTQ tools/ioemu/readline.c 428d0d89dLURbktZFufDKSHan01GFg tools/ioemu/sdl.c 428d0d82dUmXkgIy11G-hoKTkhvkfQ tools/ioemu/target-i386-dm/Makefile -428d0d8atdIE_8ACJPPii5_asQNafw tools/ioemu/target-i386-dm/device-model 428d0d8ahpRAYl6s_itBxnTcxyMHaQ tools/ioemu/target-i386-dm/helper2.c +42c3a83bi-eu2QI4iQLkImYUVs0H6w tools/ioemu/target-i386-dm/qemu-dm.debug 428d0d8aU3Moaq4zNW5QMV_NxD-4XA tools/ioemu/target-i386-dm/qemu-ifup 428d0d8aqidj8n5H2_2qhBV0mIIJzA tools/ioemu/target-i386-dm/qemu-vgaram-bin.gz 428d0d8bMq0ZpccpHb1iVvSNbJjRxg tools/ioemu/thunk.c -- cgit v1.2.3