Re: [Qemu-devel] Minos-type integrity checking in QEMU

2007-04-25 Thread maestro
Hello Shashi! you might wanna take a look at the argos [0] project. they do exactly that kind of stuff. we implemented something quite similar as the base of my masters thesis a technical report is available at [1] although what you need is only covered in a single chapter. btw. i found it to be

Re: [Qemu-devel] Problem Running QEMU, and passing new commands

2007-03-04 Thread maestro
> Hi, > I have successfully integrated the statistical simulation package > SimPoint with QEMU. > I am curious where I would edit QEMU to look for such commands, some > point in the code where I can see what command is passed to QEMU, and > do something such as > "if strcmp(command, "start

Re: [Qemu-devel] Tracing memory accesses by emulated systems

2007-02-04 Thread maestro
Am Sonntag, den 04.02.2007, 17:17 +0100 schrieb Christian Leber: > Hello, > > I would like to trace all "physical" memory read/write operations for x86_64, > but I have to admit that I'm not sure where exactly this has to be > implemented. > > Could somebody give me some hints where and how I cou

Re: [Qemu-devel] cvs regression - blue screen INACCESSIBLE_BOOT_DEVICE

2007-01-05 Thread maestro
Am Dienstag, den 02.01.2007, 23:48 -0800 schrieb Don Kitchen: > I just compiled CVS and have experienced a regression with some windows > qcow images (2000 pro and server). The images work with cvs I compiled back > in July, but current cvs produces blue screen with INACCESSIBLE_BOOT_DEVICE. > > I

Re: [Qemu-devel] Tracing guest memory accesses

2006-12-18 Thread maestro
Am Montag, den 18.12.2006, 00:56 -0800 schrieb Diwaker Gupta: > > as far as i remember i had to put the same code into softmmu_header.h to > > get "correct" results. > > i found it easiest to do this in the ld/st macros in these files (~6 > > places in code) > > This probably sounds stupid but wha

Re: [Qemu-devel] Tracing guest memory accesses

2006-12-17 Thread maestro
Am Samstag, den 16.12.2006, 23:19 -0800 schrieb Diwaker Gupta: > On 12/16/06, Daniel Jacobowitz <[EMAIL PROTECTED]> wrote: > > On Sat, Dec 16, 2006 at 07:42:46PM -0800, Diwaker Gupta wrote: > > > o do these changes seem correct? As in, do they actually track the > > > read/write memory accesses don

Re: [Qemu-devel] How to get guestOS's information

2006-10-26 Thread maestro
Am Donnerstag, den 26.10.2006, 16:23 +0900 schrieb KazuyaMatsunaga: > Hello, > > It is impolite to write an unexpected letter. I am a college student in > Japan. I belong to information processing system laboratory, and I work on > intrusion detection system. We are developing intrusion detectio

Re: [Qemu-devel] Access to QEMU's guest physical memory

2006-09-13 Thread maestro
Am Mittwoch, den 13.09.2006, 12:05 +0200 schrieb G Portokalidis: > Hello, > I have been in the process of porting Argos to Qemu 0.8.2. > In case you haven't heard of Argos, it's basically Qemu extended to > track network data entering the emulator to identify their illegal use > (exploits, etc). >

[Qemu-devel] [PATCH] specify device_name for commit

2006-07-28 Thread maestro
Hello all! With this patch only the specified device gets commited. Since this is my first attempt to send a patch to the list, please let me know what you think of it. cheers m. Index: monitor.c === RCS file: /sources/qemu/qemu/mo

Re: [Qemu-devel] [PATCH] add 'monitor' and 'mwait' instruction

2006-07-07 Thread maestro
Am Freitag, den 07.07.2006, 14:30 +0200 schrieb Joachim Henke: > Could you please check, if the attached patch works for you? A quick > test showed that Linux boots fine with the MONITOR flag set now. > > This patch adds 'monitor' and 'mwait' as nops, as suggested by Fabrice. > hello just teste

Re: [Qemu-devel] vmware puts up specs for it's disk format

2006-04-04 Thread maestro
Am Dienstag, den 04.04.2006, 09:36 -0400 schrieb Jim C. Brown: > On Tue, Apr 04, 2006 at 10:09:06AM +0200, maestro wrote: > > > This is already supported, as is creating them and using them directly. > > > (I was amazed when I first found out as well.) > > > > >

Re: [Qemu-devel] vmware puts up specs for it's disk format

2006-04-04 Thread maestro
pported, as is creating them and using them directly. > (I was amazed when I first found out as well.) > afaik they are only supported when the images consist of only 1 file. at least i was not able to run split images (e.g. every 2gb) as always i might be wrong on this cheers maestro ___

Re: [Qemu-devel] Keyboard/Mouse issues on WinXP loadvm

2006-03-30 Thread maestro
; messed up (i used cvs version) on #qemu irc-channel a patch for this was posted at the url: http://jma-box.student.umd.edu:8080/ps2.diff this might help - at least it did help fixing my problem. cheers maestro p.s. paul brooks: is this to be going into cvs