On 5/8/07, Paul Brook <[EMAIL PROTECTED]> wrote:
On Monday 07 May 2007, Samuel Bronson wrote:
> So, if the guest system has a triple-fault, and I had had my mouse grabbed,
> it stays grabbed, so that X has to be restarted (as far as I know).
>
> This happens because abort() doesn't run functions
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/05/13 19:22:13
Modified files:
target-mips: helper.c op.c op_helper.c
Log message:
Full MIPS64 MMU implementation, by Aurelien Jarno.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qem
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/05/13 18:39:10
Modified files:
target-mips: op.c translate.c
Log message:
Fix mfc0 and dmtc0 instructions on MIPS64, by Aurelien Jarno.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/q
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/05/13 18:02:43
Modified files:
. : configure
Log message:
Support OSS on solaris, by Ben Taylor.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/configure?cvsroot=qemu&r1=
On Sun, May 13, 2007 at 04:57:42PM +0200, Aurelien Jarno wrote:
> Thiemo Seufer a écrit :
> > Aurelien Jarno wrote:
> >> Hi all,
> >>
> >> The patch below fixes the mfc0 and dmtc0 instructions for the
> >> MIPS64 target:
> >>
> >> - The mfc0 instruction should return the 32 lowest bits of the
> >
Magnus Damm wrote:
> Hi everyone,
>
> Here comes the second batch of patches for the user space emulator.
> Below is a one line summary of each patch, please have a look in the
> patch header for details:
>
> - Fix XHACK() macro and use FREG if possible
> - Emulate more fpu opcodes
> - Document F
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/05/13 16:36:25
Modified files:
. : gdbstub.c
Log message:
Add fpu register support to the gdb code, by Magnus Damm.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/gdbstub
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/05/13 16:35:36
Modified files:
target-sh4 : op.c
Log message:
Remove unnecessary pointer magic in shift operations, by Magnus Damm.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/05/13 16:33:44
Modified files:
target-sh4 : translate.c
Log message:
Fix XHACK() macro and use FREG if possible, by Magnus Damm.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/tar
Paul Brook wrote:
> The attached patch implements an I2C/SMBus framework for qemu.
>
> It provides an API for connecting emulated I2C devices, and implements SMBus
> as a layer on top of that.
>
> Currently the only i2c device in CVS is the piix eeprom. I've tested this as
> much as I can - lin
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/05/13 15:29:26
Modified files:
target-mips: op.c
Log message:
Delete misleading comment.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/op.c?cvsroot=qemu&r1=1.51&r2=1.
Thiemo Seufer a écrit :
> Aurelien Jarno wrote:
>> Hi all,
>>
>> The patch below fixes the mfc0 and dmtc0 instructions for the
>> MIPS64 target:
>>
>> - The mfc0 instruction should return the 32 lowest bits of the
>> coprocessor 0 register sign extended to 64-bit.
>
> Agreed, and I think it do
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/05/13 14:54:54
Modified files:
. : vl.c
Log message:
Windows: redirect serial port to console, by Herve Poussineau.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/vl.c?cv
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/05/13 14:42:19
Modified files:
target-mips: translate.c
Log message:
Don't decode CP0 XContext on 32bit MIPS.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/translate.
Aurelien Jarno wrote:
>
> Hi all,
>
> The patch below fixes the mfc0 and dmtc0 instructions for the
> MIPS64 target:
>
> - The mfc0 instruction should return the 32 lowest bits of the
> coprocessor 0 register sign extended to 64-bit.
Agreed, and I think it doess already. (The places where y
Hi,
On 03/05/07, James Pellow <[EMAIL PROTECTED]> wrote:
Hi Andrew and others working on vmware hardware,
I noticed the small patch made recently to the vmwarevga hardware in qemu, so
I decided to test it again. Here is what I am getting on my tests:
Host:Kubuntu 7.04
Qemu: CVS from May
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/05/13 14:07:26
Modified files:
target-mips: helper.c op.c op_helper.c
Log message:
MMU code improvements, by Aurelien Jarno.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-
Hervé Poussineau wrote:
> Hi,
>
> The attached patch removes the MIPS_USES_R4K_TLB define, and replaces it by
> some function pointers in the env structure.
> The model can be extended to support another TLB types quite easily (see
> translate_init.c)
I expanded it to handle the fixed mapping MMU
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/05/13 13:58:00
Modified files:
linux-user : elfload.c main.c signal.c syscall.c
linux-user/mips: syscall_nr.h
target-mips: cpu.h
Log message:
MIPS linux-user update.
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/05/13 13:49:44
Modified files:
target-mips: cpu.h exec.h helper.c mips-defs.h op.c
op_helper.c translate.c translate_init.c
Log message:
MIPS TLB style selection
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Andrzej Zaborowski 07/05/13 13:26:49
Modified files:
hw : vga.c vga_int.h vmware_vga.c
Log message:
Allow VMware-SVGA operation enable before command FIFO is configured.
Implement "screendump" f
Hi,
In this patch I fixed two issues:
1. A race condition during write operations on snapshots.
Now we write the grain of data first and the L2 metadata after.
So, the snapshot will stay correct if the VM will be destroyed in the
middle of the write.
2. Non-leaf images growing
22 matches
Mail list logo