* [PATCH 0/6] Consolidate the various functions that read and write guest memory
@ 2007-07-30 9:37 Laurent Vivier
[not found] ` <46ADB154.9030709-6ktuUTfB/bM@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Laurent Vivier @ 2007-07-30 9:37 UTC (permalink / raw)
To: kvm-devel
[-- Attachment #1.1: Type: text/plain, Size: 1248 bytes --]
From the TODO, this serie of patch is trying to consolidate the various
functions that read and write guest memory.
We remove kvm_read_guest() and kvm_write_guest(), and we use instead
emulator_read_std() and emulator_write_emulated().
PATCH 1/6: read_std-vcpu, emulator_read_std() uses struct kvm_vcpu instead of
x86_emulate_ctxt to be called in place of kvm_read_guest().
PATCH 2/6: read_emulated-vcpu, emulator_read_emulated() uses struct kvm_vcpu
instead of x86_emulate_ctxt to be consistency with emulator_read_std().
PATCH 3/6: remove-kvm_read_guest, remove kvm_read_guest() and use
emulator_read_std() instead.
PATCH 4/6: write_emulated-vcpu, emulator_write_emulated() uses struct kvm_vcpu
instead of x86_emulate_ctxt to be called in place of kvm_write_guest().
PATCH 5/6: remove-kvm_write, remove kvm_write_guest() and use
emulator_write_emulated() instead.
PATCH 6/6: cmpxchg_emulated-vcpu, emulator_cmpxchr_emulated() uses struct
kvm_vcpu instead of x86_emulate_ctxt to be consistency with other memops.
Signed-off-by: Laurent Vivier <Laurent.Vivier-6ktuUTfB/bM@public.gmane.org>
--
------------- Laurent.Vivier-6ktuUTfB/bM@public.gmane.org --------------
"Software is hard" - Donald Knuth
[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
[-- Attachment #2: Type: text/plain, Size: 315 bytes --]
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
[-- Attachment #3: Type: text/plain, Size: 186 bytes --]
_______________________________________________
kvm-devel mailing list
kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/kvm-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 0/6] Consolidate the various functions that read and write guest memory
[not found] ` <46ADB154.9030709-6ktuUTfB/bM@public.gmane.org>
@ 2007-07-30 9:58 ` Avi Kivity
[not found] ` <46ADB62E.5050802-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-07-30 10:43 ` Avi Kivity
1 sibling, 1 reply; 5+ messages in thread
From: Avi Kivity @ 2007-07-30 9:58 UTC (permalink / raw)
To: Laurent Vivier; +Cc: kvm-devel
Laurent Vivier wrote:
> From the TODO, this serie of patch is trying to consolidate the various
> functions that read and write guest memory.
> We remove kvm_read_guest() and kvm_write_guest(), and we use instead
> emulator_read_std() and emulator_write_emulated().
>
>
Patch 2/6 did not seem to make it to the list. Can you resend?
--
error compiling committee.c: too many arguments to function
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 0/6] Consolidate the various functions that read and write guest memory
[not found] ` <46ADB62E.5050802-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
@ 2007-07-30 10:23 ` Laurent Vivier
[not found] ` <46ADBC17.7070702-6ktuUTfB/bM@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Laurent Vivier @ 2007-07-30 10:23 UTC (permalink / raw)
To: Avi Kivity; +Cc: kvm-devel
[-- Attachment #1.1: Type: text/plain, Size: 657 bytes --]
Avi Kivity wrote:
> Laurent Vivier wrote:
>> From the TODO, this serie of patch is trying to consolidate the various
>> functions that read and write guest memory.
>> We remove kvm_read_guest() and kvm_write_guest(), and we use instead
>> emulator_read_std() and emulator_write_emulated().
>>
>>
>
> Patch 2/6 did not seem to make it to the list. Can you resend?
>
>
Be patient, SMTP seems a little bit slow... do you have it now ?
(BTW, the title is broken "PATCH 2/6]" instead of "[PATH 2/6]")
Laurent
--
------------- Laurent.Vivier-6ktuUTfB/bM@public.gmane.org --------------
"Software is hard" - Donald Knuth
[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
[-- Attachment #2: Type: text/plain, Size: 315 bytes --]
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
[-- Attachment #3: Type: text/plain, Size: 186 bytes --]
_______________________________________________
kvm-devel mailing list
kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/kvm-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 0/6] Consolidate the various functions that read and write guest memory
[not found] ` <46ADBC17.7070702-6ktuUTfB/bM@public.gmane.org>
@ 2007-07-30 10:26 ` Avi Kivity
0 siblings, 0 replies; 5+ messages in thread
From: Avi Kivity @ 2007-07-30 10:26 UTC (permalink / raw)
To: Laurent Vivier; +Cc: kvm-devel
Laurent Vivier wrote:
> Avi Kivity wrote:
>
>> Laurent Vivier wrote:
>>
>>> From the TODO, this serie of patch is trying to consolidate the various
>>> functions that read and write guest memory.
>>> We remove kvm_read_guest() and kvm_write_guest(), and we use instead
>>> emulator_read_std() and emulator_write_emulated().
>>>
>>>
>>>
>> Patch 2/6 did not seem to make it to the list. Can you resend?
>>
>>
>>
>
> Be patient, SMTP seems a little bit slow... do you have it now ?
> (BTW, the title is broken "PATCH 2/6]" instead of "[PATH 2/6]")
>
>
Yes, it's gotten there at last.
--
error compiling committee.c: too many arguments to function
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 0/6] Consolidate the various functions that read and write guest memory
[not found] ` <46ADB154.9030709-6ktuUTfB/bM@public.gmane.org>
2007-07-30 9:58 ` Avi Kivity
@ 2007-07-30 10:43 ` Avi Kivity
1 sibling, 0 replies; 5+ messages in thread
From: Avi Kivity @ 2007-07-30 10:43 UTC (permalink / raw)
To: Laurent Vivier; +Cc: kvm-devel
Laurent Vivier wrote:
> From the TODO, this serie of patch is trying to consolidate the various
> functions that read and write guest memory.
> We remove kvm_read_guest() and kvm_write_guest(), and we use instead
> emulator_read_std() and emulator_write_emulated().
>
>
Thanks, applied. Please use different subjects for emails in a patchset.
--
error compiling committee.c: too many arguments to function
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-07-30 10:43 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-30 9:37 [PATCH 0/6] Consolidate the various functions that read and write guest memory Laurent Vivier
[not found] ` <46ADB154.9030709-6ktuUTfB/bM@public.gmane.org>
2007-07-30 9:58 ` Avi Kivity
[not found] ` <46ADB62E.5050802-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-07-30 10:23 ` Laurent Vivier
[not found] ` <46ADBC17.7070702-6ktuUTfB/bM@public.gmane.org>
2007-07-30 10:26 ` Avi Kivity
2007-07-30 10:43 ` Avi Kivity
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox