do you use? is this with or without KVM?
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
ingle
> ARM7 multi-threaded process, can we run different threads on
> different underlying CPUs?
IIRC, qemu user mode doesn't get along nicely with POSIX threads
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
Hi :)
On Tue, Aug 28, 2012 at 3:39 PM, Naresh Bhat wrote:
> Hi Mulyadi Santosa,
>
> Thank you very much for quick response. Can you share some documents
> ? I want to do it practically.
one of the google results you might find helpful is:
http://www.cyberciti.biz/tips/setti
per way
> to do it.
maybe someone just forgot to refactor it :) I suggest to send a patch
to do just that and let's see what everybody thinks about. I, myself
thinks that the more readable the code is, the better
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
bl
anybody could help?
On Sun, Sep 30, 2012 at 3:12 PM, Mulyadi Santosa
wrote:
> Hi all...
>
> Recently, I did experiments to see what bonding can do. Therefore I
> run Qemu using following command:
> qemu-system-i386 -m 512 -hda ./centos.qcow2 \
> -net nic,model=e1000,vlan=
has something to do
with timers and address mapping...
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
On Thu, Aug 30, 2012 at 7:27 PM, Naresh Bhat wrote:
> Hi Santosa,
>
> Can you please forward a link of that discussion thread ??
try:
http://lists.nongnu.org/archive/html/qemu-devel/2012-08/msg05037.html
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
en from a parent process to its NPTL
based thread, or to kernel thread, then CR3 won't be updated since
they are using the same address space in Linux kernel, right?
And that includes no TLB flush AFAIK.
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydr
043 * thread's register state.
2044 */
2045 static inline void
2046 context_switch(struct rq *rq, struct task_struct *prev,
2047struct task_struct *next)
i am not so good on arch detail...perhaps you have ideas what
"thread's register state" is?
--
re
ther way around).
The word "async" here stress the meaning that the kernel side of I/O
operation doesn't operate in the context of the reading/writing
process. CMIIW
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
27;re going to do is referring to static compiler.
Assuming your program has no interactive part (no user input, no need
to wait keypress etc), maybe you can just comment out the Qemu code
part that jump into translated block
NB: You were referrring to qemu user mode emulation, right?
--
regard
on or Qemu user mode?
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
aybe you think such EIP truly exist
(based on ELF info perhaps?), but in reality since qemu user mode do
dynamic translations and not really following ELF offset, you got
segfault.
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
bly frame pointer info ?
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
nd re-translated, thus
getting another address in TB cache.
Folks with better qemu gdbstub understanding certainly could offer
better explanation.
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
emu? And
what OS did you try to boot ?
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
y least I could save the state of
> the VM to a file and then dig through it but this would be exceedingly
> tedious, especially considering I intend to use this for periodic sampling.
is "info register" command in Qemu monitor something that fits your
above requirement? have you t
ualization? to check
every memory read/write? analyze soon-to-be-executed instructions? or
else?
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
ds some time to catch up.
what I can suggest is experimenting with rt- kernel and put yourself
into such high priority process with realtime scheduling, keep
reducing MIN_TIMER_REARM_NS..
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
On Thu, Jun 16, 2011 at 19:34, Rob Landley wrote:
> Aboriginal Linux's motto is "we cross compile so you don't have to".
Hi Rob
Thanks for your kind work I began to learn about building cross
compiler and found your workit's like I found a good hint.
-
On Mon, Jul 25, 2011 at 21:52, bharath pb wrote:
> Hi,
>
> how to find which OS running in my VMs..?
just check the SDL graphic output? its console or window?
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
12 needs to enable the ethernet
> after logged in to the OS, how to login to the OS through qemu ... i know
> the username and password for that ..
could you make the SDL window come up? that's the easiest way
AFAIK...it represents your VM monitor
--
regards,
Mulyadi Santosa
Freelance
any ISO file or img file, I get
> an output as:
> :~/Qemu$ qemu -m 512 -hda fedora.img -cdrom fedora.iso -boot d
> VNC server running on `127.0.0.1:5900'
when you compiled the new Qemu, do you have SDL and SDL devel installed?
--
regards,
Mulyadi Santosa
Freelance Linux trai
-- Forwarded message --
From: Mulyadi Santosa
Date: Thu, Aug 11, 2011 at 00:42
Subject: Re: [Qemu-devel] VNC server running on `127.0.0.1:5900'
To: Nithish R
On Wed, Aug 10, 2011 at 20:33, Nithish R wrote:
> make clean
> ./configure
could you show to all of us t
ackage
manager
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
apart from lots of functions involving log but none has out_asm or any
> command associated with it.
the log? AFAICT, it's a continous dump of current running TB
(translated block). Can't tell much...sorry
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consult
.
try to read the man page...i think you need to enable serial port
first. You might want to use "-serial" option for that case.
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
On Tue, Apr 24, 2012 at 02:09, Xin Tong wrote:
> I am not too sure what you mean by raw image. what i have is an *.img
> file that is bootable by QEMU. will kpartx work ?
try to use "qemu-img info" to find what format the file uses...
--
regards,
Mulyadi Santosa
Freelance L
s a good logo.
Kudos for Benoit!
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
dynamically
have you double checked by using "ls -lsh" command? :)
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
easily. Qemu sees guest RAM like your physical
RAM. It doesn't differentiate which pages belongs to which process.
You need to hook or go straight inside the guest OS, maybe using gdb
or other tool to get the core dump of those processes.
> I really appreciate your help.
Hope it help
ay, i
am not sure Qemu/KVM could really flawlessly implement SMP. So maybe
it points to hidden bug in the vCPU parallel execution code somewhere.
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
BBL. Using just one
> of them never triggers this problem.
"Two" instances of Qemu running at the same time, you mean?
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
code somehow coincide with the timer alarm
(PIT, HPET etc) emulation in Qemuand somewhere your code is not
reentrant.
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
in'
on? who knows it will reveal somekind of hidden problem in
Qemu/TCG
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
t is seen as "real processor".
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
ed like that?)?
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
the
> relevant areas in qemu's source.
Do you want to do that in kernel perspective or user mode perspective?
How about simply ssh-ing into the guest and run "ps"?
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
combined with logrotate? or something more sophisticated than
that?
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
db from host into it via
the qemu's gdb stub. I think that should do it.
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
ww.linux-kvm.org/page/WindowsGuestDrivers/GuestDebugging.
Personally I say it's a good document. I am not really into Windows
internals, but in the future I will find it valuable as I plan to dig
deeper into Windows kernel.
Good job!
--
regards,
Mulyadi Santosa
Freelance Linux trainer
On 05/09/2011, octane indice wrote:
> then:
> qemu disk.img
> Segmentation fault
how about invoking it as:
qemu -hda disk.img
?
does that make any difference? perhaps adding -S too so we could find
out whether it reach the very initial point.
--
regards,
Mulyadi Santosa
Freela
:1375
> 1375 env->exception_index = intno;
> (gdb)
"env" is null?
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
/landley.net/aboriginal/downloads/binaries/
credits to Rob Landley ;)
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
t, why not simply pass it to -cdrom option?
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
ng TCI instead of directly using TCG?
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
, that interpreter, should it be build inside Qemu too? Or can we
use/write external one? let's say creating one in python and TCI
passes the generated bytecode via UNIX socket to the listening Python
script, is that doable or one of the goal your design?
--
regards,
Mulyadi Santosa
Freelance Linux
On Mon, May 7, 2012 at 11:49 PM, Davide Ferraretto
wrote:
> how can I read location of memory poits by esp register (i386 cpu)??
>
>
CMIIW, using gdb stub hooked to Qemu, it should be:
p $esp
x
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blo
ler code in the sending thread;
you meant, "the receiving thread", right?
>
> - call ResumeThread on the receiving thread.
>
> It is not exactly the same thing, but it is enough for QEMU's needs.
>
> Paolo
>
>
--
regards,
Mulyadi Santosa
Freelance Linux
Hi
On Mon, May 14, 2012 at 10:55 PM, Paolo Bonzini wrote:
>> you meant, "the receiving thread", right?
>
> No, in the sending thread. That's why I said it is not exactly the same
> thing.
>
> Paolo
Interesting...thanks for the clarification...
--
regar
ut you need to locate the task_struct of
each processes first. Using GDB, that might be a bit easier but still
not easy.
Why not just monitor it inside the guest? using system tap for example?
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hy
Hi Stefan
On Mon, Sep 19, 2011 at 03:15, Stefan Weil wrote:
> Am 18.09.2011 18:39, schrieb Mulyadi Santosa:
>> On Sun, Sep 18, 2011 at 22:13, Stefan Weil wrote:
>> So, that interpreter, should it be build inside Qemu too? Or can we
>> use/write external one? let's
es. So,
I think this micro tuning is somewhat unnecessary but still okay.
Security wise, I think it's better to just leave it as is like now.
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
the qemu doc on how to setup vlan
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
Hi :)
2011/9/28 陳韋任 :
> I see. Thanks, and I find building QEMU with --extra-cflags="-save-temps"
> is really help. Those *.i files make things much clear.
glad that my -save-temps suggestion helps other ;)
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consu
the initrd or the main kernel image?
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
a single patch
against latest Qemu gitso, are you sure you are applying that
patch correctly? or pull straight from qemu git repository?
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
; are only "*BSD" conform and not any coding mistake. Sorry for confusing but
> and thanks very mutch for your Help and Input!
Great, glad you fixed it :)
So, looks like you're quite read to submit a patch to fix this thing
in upstream git repository :)
--
regards,
Mulyadi
Hi Onkar :)
On Tue, Oct 4, 2011 at 18:02, Onkar N Mahajan wrote:
> On 10/02/2011 12:54 PM, Mulyadi Santosa wrote:
>>
>> Hi. :)
>>
> Hey Mulyadi , you seem to be where I go (or may be other way round) :-) ;
> How
> r u buddy ??
Yeah, it's like we always
e really fill data into that
allocated block (think about malloc exploit explained in Phrack...)
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
ng about
ne2k...and it's about timer implementation inside the code.
For workaround, if possible, use e1000...works for me so far
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
-qemu.html
Hopefully it's useful for everybody, especially newbie like me.
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
Hi Brad :)
On Fri, Apr 22, 2011 at 14:04, Brad Hards wrote:
> On Tuesday 19 April 2011 19:07:39 Mulyadi Santosa wrote:
>> Hopefully it's useful for everybody, especially newbie like me.
> I added a note about this to the wiki. Perhaps you may like to expand /
> enhance it:
&g
simply because in the end, user needs
to be notified real soon and they need to think for the alternative
real soon too. Delaying such action just will make situation worse.
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
On Wed, Apr 27, 2011 at 22:56, Luiz Capitulino wrote:
> - Prashant Vaibhav
> Project: Intel IA64 architecture user-level emulation
> Mentor: Alexander Graf
wow, nice...looking forward to it... :)
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
ave more centralized documentation.
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
list decided that by that time,
there was no need to separate between -devel and -user list (due to
low traffic, I guess). So here we are, just qemu-devel exist.
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
yone ever tried to:
>
> - put qemu in visual studio (or other ide where it can be debugged)
AFAIK, folks here use gdb or its interface such as ddd, but I might be
wrong
> - cross compiled qemu with cygwin ?
AFAIK too, folks uses mingw here...
--
regards,
Mulyadi Santosa
Freelanc
the qemu itself that
you need to run under Qemu...
regarding seabios code, i have no idea how to debug that... is it a
binary blob only?
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
as you can take a guess. It's a mechanism in Linux memory
management which is quite complicated. Not sure if there's shortcut to
shape this up.
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
than a logo to be used on the official website,
> presentations, and other materials. Find my attempt attached (PNG and
> SVG).
This is truly unique :) But not sure whether it represent the main
word "emulation"...
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
hat's how I call it)
and for host filesystem access, there's at least smb export (again,
this is just the way I call it)...uhm..and NBD I think
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
he guest is not assigned any
> ip
> when i start it and i have tried emulating network cards but no use,please
> some one help,thanks
>
make sure you already set the network card (most likely it's eth0) to
retrieve it via DHCP. And also, it is indeed recognized. Check dmesg..
--
reg
l be spilled
right in your standart output. Then you can use your favourite method
to save the output...let's say using "script" command.
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
or in some distros, runlevel 2 or 3), which boots straight
to X.
So, my advice is: kindly check /etc/inittab
PS: regarding the VNC server listening, try to connect to it using VNC
client. (hopefully I understand your statements correctly)
--
regards,
Mulyadi Santosa
Freelance Linu
- I was trying to say that, just not very clearly. What I'm
> after though is to have a separate window open when I launch qemu, which is
> the "target" OS ... make sense?
I think what you mean here is the standart graphical window, right?
the SDL one, right?
--
regar
On Fri, Nov 12, 2010 at 16:49, wrote:
> Yes - that's it! The SDL window. I can't get it to show up ... any ideas?
make sure you have "SDL" package installed. Also, if you compile Qemu
by your own, please install "SDL-devel" package before ./configure and
mak
ow to make OS receive
> information from QEMU?
Now that's the real "bomb"... I was thinking about creating pseudo
device...oh wait, maybe using QMP (Qemu monitoring protocol)? Maybe
you can use the trace framework introduced in Qemu lately?
This is assuming, you wanna "
ss it to host OS.
Other possibilty is to reserve certain memory region (kinda BIOS
reserved memory space), mmap it inside the guest OS, then treat it
like System V shared memory. Put the data in it, Qemu regularly checks
it...
What do you think?
PS: eduardo cruz might be an in
e you checked "info status"?
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
ferent mac address on both guests?
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
the scripts look good...regarding the missing eth, are you sure
it's not there even if you issue "ifconfig -a" command?
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
On Fri, Nov 19, 2010 at 16:09, 郭沐錫 wrote:
> However the eth0 will disapear and induce I cannot assign the IP address to
> the QEMU.
> http://myweb.ncku.edu.tw/~p76991028/eth0.png
I think I already asked you to type "ifconfig -a" and see if it is there?
--
regards,
Mulyad
Hi...
2010/11/20 郭沐錫 :
> Dear all
> Sorry, I was wrong.
> I was too hurry to result in that I don't understand that command.
>
> By "ifconfig -a", I found other eth...
> Thank you to Mulyadi.
No problem...I believe you had important lesson here :)
--
regards,
f TB cache is needed.
Just my 2 cents idea...and so far this is all I can suggest to help
Qemu development.
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
e() syscall handler in qemu user mode
and make it jump again to load ELF from scratch?
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
On Wed, Dec 8, 2010 at 23:18, Anthony Liguori wrote:
> Hi,
>
> I'd like to move IRC channels from FreeNode to OFTC, so please join #qemu on
> OFTC starting now.
OFTC is nice place too IMHO... but if it's not a top secret, why move?
--
regards,
Mulyadi Santosa
Freel
arget `irq.o', needed by `libqemu_common.a'.
> Stop.
Could you tell us how did you invoke "./configure" before hand?
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
--target-list=i386-softmmu --static --audio-card-list=adlib
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
e much easier for people
here to decipher the problem.
At least could you write down how do you invoke qemu-kvm back then?
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
when restore successful
I could only say, i smell deadlock due to race condition here...but I
have no further prove...how many (virtual) CPU did you simulate at
that time?
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
dumped)
that was the user mode Qemu emulation, right?
Sounds like missing NPTL implementation to meAFAIK
it's still incomplete in some parts
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
t8_t code_gen_prologue[1024] code_gen_section;
>
> Maybe I have some problems with that C syntax, but I really don't understand
> what happens there.. how the execution happens!
With my limited C knowledge, I saw that as a instruction jump (to
tb_ptr). The "code_gen_prologue&
On Fri, Dec 17, 2010 at 16:47, Stefano Bonifazi
wrote:
> On 12/16/2010 04:57 PM, Mulyadi Santosa wrote:
>>
>> With my limited C knowledge, I saw that as a instruction jump (to
>> tb_ptr). The "code_gen_prologue" seems to me like a cast. casting
>> each
wiki (do we have one?) :)
Just 2 cents idea :)
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
information in your document and try to label it as
Creative Common licensed document, or any other kind of open license.
After that, by submitting it to qemu wiki or forum, you can let other
improve it...thus you're not alone :)
--
regards,
Mulyadi Santosa
Freelance Linux trai
Is it a request of help or you simply just want to reforward the digest?
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
On Wed, Dec 22, 2010 at 20:02, D Prince wrote:
>
>
> 2010/12/13 Mulyadi Santosa
>>
>> ./configure --target-list=i386-softmmu --static --audio-card-list=adlib
>>
>>
>> --
>> regards,
>>
>> Mulyadi Santosa
>
>
is missing, but it seems
> that the DHCP also doesn't provide a default gateway.
what if you specificly mention the network type like below:
qemu-kvm -cdrom centos-netinstall -net nic,model=e1000 -net user
will it make any difference?
--
regards,
Mulyadi Santosa
Freelance Linux tra
s know the progress
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
1 - 100 of 248 matches
Mail list logo