[Qemu-devel] Re: Release of COREMU, a scalable and portable full-system emulator

2010-07-25 Thread Paolo Bonzini
On 07/23/2010 01:02 PM, Stefan Hajnoczi wrote: >> In fact, we solve this problem through a really simple method. >> In our prototype, we removed this piece of code like this: >> void *qemu_get_ram_ptr(ram_addr_t addr) >> { >> .. >> >> /* Move this entry to to start of the list. */ >> #

Re: [Qemu-devel] Re: Release of COREMU, a scalable and portable full-system emulator

2010-07-23 Thread Stefan Hajnoczi
2010/7/23 wang Tiger : > 在 2010年7月23日 下午5:13,Stefan Hajnoczi 写道: >> 2010/7/23 Alexander Graf : >>> >>> On 23.07.2010, at 09:53, Jan Kiszka wrote: >>> wang Tiger wrote: > 在 2010年7月22日 下午11:47,Stefan Hajnoczi 写道: >> 2010/7/22 wang Tiger : >>> In our implementation for x86_64 target

Re: [Qemu-devel] Re: Release of COREMU, a scalable and portable full-system emulator

2010-07-23 Thread wang Tiger
在 2010年7月23日 下午5:13,Stefan Hajnoczi 写道: > 2010/7/23 Alexander Graf : >> >> On 23.07.2010, at 09:53, Jan Kiszka wrote: >> >>> wang Tiger wrote: 在 2010年7月22日 下午11:47,Stefan Hajnoczi 写道: > 2010/7/22 wang Tiger : >> In our implementation for x86_64 target, all devices except LAPIC are >>

[Qemu-devel] Re: Release of COREMU, a scalable and portable full-system emulator

2010-07-23 Thread wang Tiger
在 2010年7月23日 下午3:53,Jan Kiszka 写道: > wang Tiger wrote: >> 在 2010年7月22日 下午11:47,Stefan Hajnoczi 写道: >>> 2010/7/22 wang Tiger : In our implementation for x86_64 target, all devices except LAPIC are emulated in a seperate thread. VCPUs are emulated in other threads (one thread per VC

Re: [Qemu-devel] Re: Release of COREMU, a scalable and portable full-system emulator

2010-07-23 Thread Jan Kiszka
Stefan Hajnoczi wrote: > 2010/7/23 Alexander Graf : >> On 23.07.2010, at 09:53, Jan Kiszka wrote: >> >>> wang Tiger wrote: 在 2010年7月22日 下午11:47,Stefan Hajnoczi 写道: > 2010/7/22 wang Tiger : >> In our implementation for x86_64 target, all devices except LAPIC are >> emulated in a se

Re: [Qemu-devel] Re: Release of COREMU, a scalable and portable full-system emulator

2010-07-23 Thread Stefan Hajnoczi
2010/7/23 Alexander Graf : > > On 23.07.2010, at 09:53, Jan Kiszka wrote: > >> wang Tiger wrote: >>> 在 2010年7月22日 下午11:47,Stefan Hajnoczi 写道: 2010/7/22 wang Tiger : > In our implementation for x86_64 target, all devices except LAPIC are > emulated in a seperate thread. VCPUs are emula

Re: [Qemu-devel] Re: Release of COREMU, a scalable and portable full-system emulator

2010-07-23 Thread Alexander Graf
On 23.07.2010, at 09:53, Jan Kiszka wrote: > wang Tiger wrote: >> 在 2010年7月22日 下午11:47,Stefan Hajnoczi 写道: >>> 2010/7/22 wang Tiger : In our implementation for x86_64 target, all devices except LAPIC are emulated in a seperate thread. VCPUs are emulated in other threads (one thre

[Qemu-devel] Re: Release of COREMU, a scalable and portable full-system emulator

2010-07-23 Thread Jan Kiszka
wang Tiger wrote: > 在 2010年7月22日 下午11:47,Stefan Hajnoczi 写道: >> 2010/7/22 wang Tiger : >>> In our implementation for x86_64 target, all devices except LAPIC are >>> emulated in a seperate thread. VCPUs are emulated in other threads >>> (one thread per VCPU). >>> By observing some device drivers i

Re: [Qemu-devel] Re: Release of COREMU, a scalable and portable full-system emulator

2010-07-22 Thread wang Tiger
在 2010年7月22日 下午11:47,Stefan Hajnoczi 写道: > 2010/7/22 wang Tiger : >> 在 2010年7月22日 下午9:00,Jan Kiszka 写道: >>> Stefan Hajnoczi wrote: On Thu, Jul 22, 2010 at 9:48 AM, Chen Yufei wrote: > On 2010-7-22, at 上午1:04, Stefan Weil wrote: > >> Am 21.07.2010 09:03, schrieb Chen Yufei: >

Re: [Qemu-devel] Re: Release of COREMU, a scalable and portable full-system emulator

2010-07-22 Thread Stefan Hajnoczi
2010/7/22 wang Tiger : > 在 2010年7月22日 下午9:00,Jan Kiszka 写道: >> Stefan Hajnoczi wrote: >>> On Thu, Jul 22, 2010 at 9:48 AM, Chen Yufei wrote: On 2010-7-22, at 上午1:04, Stefan Weil wrote: > Am 21.07.2010 09:03, schrieb Chen Yufei: >> On 2010-7-21, at 上午5:43, Blue Swirl wrote: >

Re: [Qemu-devel] Re: Release of COREMU, a scalable and portable full-system emulator

2010-07-22 Thread wang Tiger
在 2010年7月22日 下午9:00,Jan Kiszka 写道: > Stefan Hajnoczi wrote: >> On Thu, Jul 22, 2010 at 9:48 AM, Chen Yufei wrote: >>> On 2010-7-22, at 上午1:04, Stefan Weil wrote: >>> Am 21.07.2010 09:03, schrieb Chen Yufei: > On 2010-7-21, at 上午5:43, Blue Swirl wrote: > > >> On Sat, Jul 17, 2

[Qemu-devel] Re: Release of COREMU, a scalable and portable full-system emulator

2010-07-22 Thread Stefan Hajnoczi
2010/7/22 Jan Kiszka : > Stefan Hajnoczi wrote: >> On Thu, Jul 22, 2010 at 9:48 AM, Chen Yufei wrote: >>> On 2010-7-22, at 上午1:04, Stefan Weil wrote: >>> Am 21.07.2010 09:03, schrieb Chen Yufei: > On 2010-7-21, at 上午5:43, Blue Swirl wrote: > > >> On Sat, Jul 17, 2010 at 10:27

[Qemu-devel] Re: Release of COREMU, a scalable and portable full-system emulator

2010-07-22 Thread Jan Kiszka
Stefan Hajnoczi wrote: > On Thu, Jul 22, 2010 at 9:48 AM, Chen Yufei wrote: >> On 2010-7-22, at 上午1:04, Stefan Weil wrote: >> >>> Am 21.07.2010 09:03, schrieb Chen Yufei: On 2010-7-21, at 上午5:43, Blue Swirl wrote: > On Sat, Jul 17, 2010 at 10:27 AM, Chen Yufei wrote: >

[Qemu-devel] Re: Release of COREMU, a scalable and portable full-system emulator

2010-07-22 Thread Jan Kiszka
Chen Yufei wrote: > On 2010-7-22, at 上午1:04, Stefan Weil wrote: > >> Am 21.07.2010 09:03, schrieb Chen Yufei: >>> On 2010-7-21, at 上午5:43, Blue Swirl wrote: >>> >>> On Sat, Jul 17, 2010 at 10:27 AM, Chen Yufei wrote: > We are pleased to announce COREMU, which is a "multicore