I commited a new VGA BIOS (no commit message because the mail was too
big). Important changes were made in order to support some Linux
distributions heavily using the VESA VBE extensions (such as GeexBox).
The -std-vga option must be used in this case.
Fabrice.
_
Anthony Liguori wrote:
Fabrice Bellard wrote:
Hi,
The previous commits enable the support of higher resolution VGA modes
in QEMU (1152x864, 1280x1024 and 1600x1200) when using the VESA device
driver (-std-vga option). The VESA device driver is known to work with
Linux and Windows XP.
Is
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Fabrice Bellard06/06/14 12:36:32
Modified files:
. : Makefile qemu-doc.texi
hw : sun4m.c sun4u.c
pc-bios: README
Added files:
pc-bios: openbios-spa
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Fabrice Bellard06/06/14 12:37:30
Modified files:
target-sparc : helper.c
Log message:
MMU no fault fix
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-sparc/helper.c?cvsroot=qemu&r1=1.21&r2
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Fabrice Bellard06/06/14 12:37:58
Modified files:
target-sparc : translate.c
Log message:
FPU fix (Joerg Platte)
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-sparc/translate.c?cvsroot=qem
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Fabrice Bellard06/06/14 12:41:34
Modified files:
hw : m48t59.c
Log message:
clock year fix for sparc (Blue Swirl)
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/m48t59.c?cvsroot=qemu
Blue Swirl wrote:
I included other fixes currently needed for correct operation (clock
year fix, FPU fix by Joerg Platte, MMU no-fault fix).
Note: the FPU "fix" should be revisited because it is really not
optimal. Here are some ideas to implement it better:
1) Include the bit 'psref' in th
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Fabrice Bellard06/06/14 12:56:19
Modified files:
. : configure
target-mips: cpu.h exec.h mips-defs.h op.c op_helper.c
op_mem.c translate.c
Added files:
ta
Fabrice Bellard wrote:
I commited a new VGA BIOS (no commit message because the mail was too
big). Important changes were made in order to support some Linux
distributions heavily using the VESA VBE extensions (such as GeexBox).
The -std-vga option must be used in this case.
Fabrice.
_
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Fabrice Bellard06/06/14 13:36:59
Modified files:
linux-user : syscall.c
Log message:
use glibc syscall (David Woodhouse)
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/linux-user/syscall.c?cvsr
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Fabrice Bellard06/06/14 13:37:16
Modified files:
target-i386: helper2.c
Log message:
use glibc syscall (David Woodhouse)
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-i386/helper2.c?cvs
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Fabrice Bellard06/06/14 13:37:55
Modified files:
linux-user : main.c
Log message:
MIPS FPU support in linux user emulation
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/linux-user/main.c?cvsro
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Fabrice Bellard06/06/14 13:41:09
Modified files:
. : dyngen.c
Log message:
typo in get_reloc_expr()
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/dyngen.c?cvsroot=qemu&r1=1.42&r2=1.43
Hi,
The current behaviour of QEMU seems correct to me: TCP connections
coming localhost are seen coming from 10.0.2.2 on the guest. Your
problem may be related to an incorrect Apache configuration. Did I miss
something ?
Regards,
Fabrice.
René Korthaus wrote:
Hello list,
i am recently wo
OK for the idea, but why is a new option needed ? Sparse file usage
should be automatic if the filesystem supports it.
Regards,
Fabrice.
ZIGLIO, Frediano, VF-IT wrote:
Hi,
this patch add sparse file support under Windows (supported on NTFS).
It add a -s flag to qemu create and qemu convert.
Good question. As you like... I can remove option if you prefer. I don't
know how performs sparse file on windows so perhaps someone can still
prefer normal file for performance.
freddy77
>
> OK for the idea, but why is a new option needed ? Sparse file usage
> should be automatic if the files
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Fabrice Bellard06/06/14 14:29:34
Modified files:
target-i386: translate.c
Log message:
x86_64 mmx/sse fix
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-i386/translate.c?cvsroot=qemu&r1=
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Paul Brook 06/06/14 14:36:07
Modified files:
target-arm : translate.c
Log message:
ARM postincrememnt addressing fix.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-arm/translate.c?cvsroot=
Julian Seward wrote:
Could somebody please commit, or at least consider committing,
Anthony Liguori's "invisible wall" patch, shown at
http://lists.gnu.org/archive/html/qemu-devel/2006-05/msg00112.html ?
Without it, QEMU is essentially unusable on my SuSE 10 host; with it,
the mouse stuff wor
Jiang, Yunhong wrote:
Hi, all
I'm using qemu on linux, and I have two questions on the serial port
emulation. The serial port means the hardware serial port (/dev/ttyS0 on
Linux).
1) Currently tty_serial_init() set the c_oflags as following:
tty.c_oflag |= OPOST
but it didn't
At least the default should be sparse files if the filesystem supports them.
Fabrice.
ZIGLIO, Frediano, VF-IT wrote:
Good question. As you like... I can remove option if you prefer. I don't
know how performs sparse file on windows so perhaps someone can still
prefer normal file for performance.
Robin Green wrote:
This patch corrects a bug with rip-relative addressing for some SSE
compare instructions on x86_64. This makes GNU wget work on x86_64.
I made a more complete fix. Tell me if it works on your examples.
Fabrice.
___
Qemu-devel mai
I was wondering if there's the capability to have a "vmware player" type
functionality to qemu. This is just to allow playing or running images
with out needing to create virtual machines. May this could be a
separate product. What's everyones thought to this?
Joe
___
On Wednesday 14 June 2006 15:55, Joe Lee wrote:
> I was wondering if there's the capability to have a "vmware player" type
> functionality to qemu. This is just to allow playing or running images
> with out needing to create virtual machines. May this could be a
> separate product. What's everyones
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Fabrice Bellard06/06/14 15:02:06
Modified files:
target-sh4 : cpu.h exec.h op.c op_mem.c translate.c
Log message:
sh4 fmov et al instructions (amatus)
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Fabrice Bellard06/06/14 15:21:15
Modified files:
. : configure gdbstub.c
Log message:
gdb stub for win32
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/configure?cvsroot=qemu&r1=1.104&
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Fabrice Bellard06/06/14 15:32:10
Modified files:
. : qemu-img.c
Log message:
show real allocated disk image size on Windows (Frediano Ziglio)
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Fabrice Bellard06/06/14 15:50:07
Modified files:
. : vl.h qemu-img.c
Log message:
use C99 64 bit printf format to ease win32 porting
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/vl.h
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Fabrice Bellard06/06/14 15:53:24
Modified files:
. : cocoa.m
Log message:
cocoa monitor fix regarding the handling of dead keys (Joachim Henke)
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcv
Why on earth would we want to make a crippled version of qemu?
AFAIK "Creating" a VMware virtual machine is just making a config file.
qemu doesn't have config files, so your question makes no sense.
Well, I was not thinking or suggesting of a crippled qemu version. I
asked the question because
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Fabrice Bellard06/06/14 16:03:05
Modified files:
. : qemu-doc.texi vl.c vl.h
hw : pc.c
Log message:
-no-fd-bootchk option (Lonnie Mendez)
CVSWeb URLs:
http://cvs.savannah
On Wednesday 14 June 2006 16:53, Joe Lee wrote:
> > Why on earth would we want to make a crippled version of qemu?
> >
> > AFAIK "Creating" a VMware virtual machine is just making a config file.
> > qemu doesn't have config files, so your question makes no sense.
>
> Well, I was not thinking or sug
You are right, and the idea is that the person have full interaction
with the application environment including the underlying LAMP/WAMP
stack that has been packaged. Users that want to quickly run and
test-drive the appliance may not really need a full VM type application.
Just something that
Am Mittwoch, 14. Juni 2006 17:53 schrieb Joe Lee:
> Well, I was not thinking or suggesting of a crippled qemu version. I
> asked the question because there are some software
> appliances which are pre-built and pre-configured apps that are built on
> a LAMP stack and packaged as a single image
> ty
On Wed, Jun 14, 2006 at 12:12:43PM -0400, Joe Lee wrote:
> You are right, and the idea is that the person have full interaction
> with the application environment including the underlying LAMP/WAMP
> stack that has been packaged. Users that want to quickly run and
> test-drive the appliance may
I am trying to use kqemu-1.3.0pre7 under few linux boxen
I works for some guests and not for others. Is there a list of guests
that work with -kernel-kqemu? (differences exist even for same kernel but
different distributions..) Is any one using it for Windows98 guest?
-ishwar
_
Am 14.06.2006 um 15:57 schrieb Fabrice Bellard:
Hi,
The current behaviour of QEMU seems correct to me: TCP connections
coming localhost are seen coming from 10.0.2.2 on the guest. Your
problem may be related to an incorrect Apache configuration. Did I
miss something ?
No, Apache is con
On 6/14/06, Joe Lee <[EMAIL PROTECTED]> wrote:
>
> Why on earth would we want to make a crippled version of qemu?
>
> AFAIK "Creating" a VMware virtual machine is just making a config file.
> qemu doesn't have config files, so your question makes no sense.
Well, I was not thinking or suggesting o
> IRQ
> exec (b)
> jump 0xbfc00380
> do sth, issue second IRQ
> IRQ
Are you sure this is actually an IRQ, not some other sort of exception?
Paul
___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel
Am Mittwoch, 14. Juni 2006 18:21 schrieb Daniel P. Berrange:
> An VMWare player "appliance" is really just a disk image & config file.
> Running a disk image in QEMU is just a matter of executing
>
>qemu -hda /path/to/image
>
> Perhaps adding "-m XXX" to set increased RAM.
>
> This is no harde
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Fabrice Bellard06/06/14 16:49:24
Modified files:
target-mips: cpu.h mips-defs.h
Log message:
mips config fixes (initial patch by Stefan Weil)
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/targ
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Fabrice Bellard06/06/14 17:15:19
Modified files:
target-mips: helper.c cpu.h
Log message:
use constants for TLB handling (Thiemo Seufer)
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mi
Jan Marten Simons wrote:
> Have a look at: http://www.oszoo.org/
I wanted to suggest this too.
Also check the Free Live OS Zoo, which I'm currently developing:
http://www.oszoo.org/wiki/index.php/Free_Live_OS_Zoo
--
|\/|55: Mattia Gentilini e 55 mila euri al mese
|/_| 3-Year Degree in Computer Sc
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Fabrice Bellard06/06/14 17:32:25
Modified files:
. : Makefile Makefile.target cpu-exec.c
dyngen-exec.h dyngen.c dyngen.h vl.c
fpu: softfloat-native.c
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Fabrice Bellard06/06/14 17:32:56
Modified files:
. : Changelog
Log message:
update
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/Changelog?cvsroot=qemu&r1=1.116&r2=1.117
Patches:
Ind
René Korthaus wrote:
Am 14.06.2006 um 15:57 schrieb Fabrice Bellard:
Hi,
The current behaviour of QEMU seems correct to me: TCP connections
coming localhost are seen coming from 10.0.2.2 on the guest. Your
problem may be related to an incorrect Apache configuration. Did I
miss something
Thanks for the comments below, It seems that QEMU can easily be used to
run images. I will start to look into the availabe GUI front-ends for QEMU.
- joe
Jan Marten Simons wrote:
Am Mittwoch, 14. Juni 2006 18:21 schrieb Daniel P. Berrange:
An VMWare player "appliance" is really just a disk
On Wed, Jun 14, 2006 at 12:36:32PM +, Fabrice Bellard wrote:
> -QEMU uses the Proll, a PROM replacement available at
> [EMAIL PROTECTED]://people.redhat.com/@/zaitcev/linux/}. The required
> -QEMU-specific patches are included with the sources.
> +Since version 0.8.1, QEMU uses OpenBIOS
> [EMA
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Fabrice Bellard06/06/14 18:17:04
Modified files:
hw : acpi.c acpi-dsdt.hex acpi-dsdt.dsl
Log message:
more ACPI definition to keep Solaris Happy (Juergen Kiel)
CVSWeb URLs:
http://cvs.savannah
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Fabrice Bellard06/06/14 18:17:46
Modified files:
. : configure Makefile.target
Log message:
allow ACPI table build
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/configure?cvsroot=qemu
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Fabrice Bellard06/06/14 18:18:38
Modified files:
. : Changelog
Log message:
update
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/Changelog?cvsroot=qemu&r1=1.117&r2=1.118
Patches:
Ind
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Fabrice Bellard06/06/14 18:35:18
Modified files:
. : qemu-doc.texi
Log message:
update
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu-doc.texi?cvsroot=qemu&r1=1.93&r2=1.94
Patche
On 6/5/06, René Korthaus <[EMAIL PROTECTED]> wrote:
I researched current qemu cvs and found out that the patch was
integrated not complete but to 95%. There are two lines in slirp/
misc.c that need a change (patch attached). Tested to work with Mac
OS X host and debian guest i could reach the Apa
Joe Lee wrote:
Why on earth would we want to make a crippled version of qemu?
AFAIK "Creating" a VMware virtual machine is just making a config file.
qemu doesn't have config files, so your question makes no sense.
Well, I was not thinking or suggesting of a crippled qemu version. I
asked th
I will be out of the office starting 15.06.2006 and will not return until
18.06.2006.
I will respond to your message when I return. If you have a question or
concern regarding our ARM decoder or encoder software, please direct your
email to [EMAIL PROTECTED]
Best regards,
- Wolfgang Schildbach
lo list. This is a patch to correct the GetMaxLun and
MassStorageReset defines in hw/usb-msd.c. The switch statement is
checking against both request type and request. It was discussed
briefly in #qemu.
--- qemu/hw/usb-msd.c 2006-06-14 22:21:29.0 -0500
+++ qemu/hw/usb-msd.c 2006-06-14
On Wed, 2006-06-14 at 17:57 +0200, Fabrice Bellard wrote:
> Lonnie Mendez wrote:
> > lo list. Trying usb_add host:3.2 was failing with:
> >
> > /proc/bus/usb/000/002: No such file or directory
> >
> > in the terminal that qemu was spawned from. It looks like strtoul was
> > returning 0 for
57 matches
Mail list logo