CVSROOT:/sources/qemu
Module name:qemu
Changes by: Paul Brook 06/11/19 23:07:17
Modified files:
hw : integratorcp.c
Log message:
Add casts for 64-bit hosts.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/integratorcp.c?cvsroot=qemu&r1=1
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Paul Brook 06/11/19 21:51:51
Modified files:
linux-user/arm : syscall_nr.h
Log message:
Add missing ARM syscall numbers.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/linux-user/arm/syscall_nr.h?cvsr
Some platforms (at least the malta boards) rely on the slot number to
assign the PCI IRQ. The patch below allows to specify a devfn (and thus
a slot number) to emulated PCI devices that can be used on more than
one architecture (ie video cards, IDE controllers, NIC, etc.).
--
.''`. Aurelien J
Hi, all
I'm a developer of debian-live and I am not subscribed to this list, so please
CC me in the replies.
First, many thanks for this software to Fabrice Bellard and all developers.
As subject says, when I launch qemu-system-x86_64 (I'm on debian/sid amd64
with an athlon64 dual core), with k
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Paul Brook 06/11/19 20:29:35
Modified files:
linux-user : arm-semi.c linuxload.c qemu.h
Log message:
Arm semihosted commandline support (Wolfgang Schildbach).
CVSWeb URLs:
http://cvs.savannah.gnu.org/vie
Even Rouault wrote:
Apart from portability to other architectures, what would be the other
advantages of a solution based on a PCI device ?
I can think of a two advantages:
- the device can deliver interrupts to the guest when something is
completed (I don't know how useful this is to a 3D
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Paul Brook 06/11/19 15:26:04
Modified files:
linux-user : syscall.c
Log message:
Remove do_socketcallwrapper.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/linux-user/syscall.c?cvsroot=qemu&r1=1.
> From: Michael McConnell
> On Sat, 18 Nov 2006, Ottavio Caruso wrote:
>
> > Are the writes to tmpfs (in a *nix guest OS) recorded to the
> > snapshotted image?
> >
> > Example: /var/run on tmpfs
> > OS writes to /var/run. Bigger temp file or not?
>
> This isn't a guaranteed certain answer, bu