Displaying 15 results from an estimated 15 matches for "e500".
Did you mean:
500
2012 Oct 08
21
[PATCH 00/14] Remove old_portio users for memory region PIO mapping
...#39;t work with this approach. Instead,
let''s model it more easily. Let''s just map the PIO memory region into MMIO
space.
For this to work, we need to get rid of all old_portio struct users, as they
break with this approach. This is what this patch set does. It also converts
the e500 machines and sPAPR to the new memory region model.
Alex
Alexander Graf (14):
ac97: convert PIO to new memory api read/write
virtio-pci: convert PIO to new memory api read/write
es1370: convert PIO to new memory api read/write
i8254: convert PIO to new memory api read/write
m48t59: conv...
2009 Jun 15
2
oggz-chop gives segmentation fault
Hi,
I am using oggz-chop in the ubuntu jaunty, am I doing something wrong?
$ oggz-chop -o yt1.ogv -s0 -e500 ondrej.ogv
Segmentation fault
gdb session doesn't reveal much, since it isn't compiled with debugging symbols:
(gdb) bt
#0 0x00007f9e5d2f0092 in memcpy () from /lib/libc.so.6
#1 0x0000000000403698 in ?? ()
#2 0x000000000040262e in ?? ()
#3 0x000000000040285d in ?? ()
#4 0x00007f9e5da...
2014 Nov 27
3
[PATCH] configure.ac: don't try to unset -g from CFLAGS
The sed expression is wrong, any flags with '-g' in any position gets
zapped, for example:
-mfloat-gprs=double (for powerpc e500) -> -mfloatprs=double.
Which gives build errors and is perfectly valid in real use scenarios to
switch from e500v1 (single precision) code to e500v2 (double precision) code.
Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
---
configure.ac | 5 ++---
1 file changed, 2 insert...
2009 Jun 12
1
[LLVMdev] Embedded PowerPC support?
Greetings,
Can anybody comment on LLVM support for the embedded variation of the
architecture (Book-E: E500, PPC440/460). From a glance I cannot see
any provisions for such machines, but would like to confirm.
Rafal
2007 Mar 22
1
4.4 i386 Server CD actually 64-bit?
...t downloaded the CentOS 4.4 i386 Server CD. The md5sum on the file
matches:
My file: 8ccb89265b16ca551bd04a15b3cf59a1 (CentOS-4.4.ServerCD-i386.iso)
md5sum.servercd: 8ccb89265b16ca551bd04a15b3cf59a1 (CentOS-4.4.ServerCD-i386.iso)
However, when I boot up with the CD on a Compaq Armada E500 laptop (Pentium
III), the following message pops up:
"Your CPU does not support long mode. Use a 32bit distribution"
If I use my regular CD 1 of the full i386 CentOS 4 install, I don't get this
and am able to get into the installer.
So is something wrong with the CentOS-4.4.Serve...
2010 Feb 28
1
Fw: trouble setting up kebo-1000d ups (usb)
...01 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 002: ID 0a5c:2101 Broadcom Corp. A-Link BlueUsbA2 Bluetooth
Bus 004 Device 003: ID 10df:0500 In-Win Development, Inc. iAPP CR-e500 Card reader
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
ups.conf
[Kebo]
driver = megatec_usb
port = auto
mfr = Kebo UPS-1000D
vendorid = 0925
productid = 1234
# subdriver = krauler
# subdriver = agiler
bus = "00[1-5]"
service upsd start
NUT S...
2014 Jun 11
2
Re: libguestfs supermin error
...fs: command: run: \ -device ?
> libguestfs: [00072ms] finished testing qemu features
> ROOT IS root=/dev/sda
> [00074ms] /usr/bin/kvm \
> -global virtio-blk-pci.scsi=off \
> -nodefconfig \
> -enable-fips \
> -nodefaults \
> -display none \
> -M ppce500 \
> -machine accel=kvm:tcg \
> -m 768 \
> -no-reboot \
> -rtc driftfix=slew \
> -global kvm-pit.lost_tick_policy=discard \
> -kernel /var/tmp/.guestfs-1000/appliance.d/kernel \
> -initrd /var/tmp/.guestfs-1000/appliance.d/initrd \
> -device vi...
2002 Jun 29
0
电脑配件惊爆抢购价 samba
...1"TFT/DVD/56K+10/100M/1394/XP/³¬±¡»¥»» ¡¡
1715SC(7600Ôª)
PIII1.06GB/256M/30GB/14.1"TFT/DVD+CDRW/56K+10/100M/1394/XP/³¬±¡»¥»» ¡¡
2700SC(8600Ôª)
PIII1.13GB/256M/30GB/15.1"TFT/DVD+CDRW/56K+10/100M/16M/XP/È«ÄÚÖÃ ¡¡
N400c(6300Ôª)
PIII850/128M/20GB/12.1"TFT/56K+10/100M/³¬Çᳬ±¡ ¡¡
E500(4300Ôª)
PIII900/128M/20GB/141"TFT/24XCD/56K+10/100M/È«ÄÚÖÃ ¡¡
E500(6000Ôª)
PIII1GB/128M/30GB/15.1"TFT/8DVD/56K+10/100M/È«ÄÚÖÃ ¡¡
E. ¶«Ö¥ TOSHIBA
3440CT PIII500/64M/6G/11.3"XGA/100M/8MÏÔ´æ/FDD£¤5800 ¡¡
3490CT PIII 700/128M/20G/11.3"XGA/56K/100M/FDD£¤7800 ¡¡
3480CT PIII 600/64M/1...
2014 Jun 10
2
Re: libguestfs supermin error
Hi Rich
I'm able to solve the problem regarding PAPR in libguestfs on my powerpc
ubuntu.By default the libguestfs was configuring pseries machine and
afterwards I changed it to my original machine i.e ppce500 .The changes are
performed in ./src/guestfs-internal.h file.
Thanks
On Tue, Jun 10, 2014 at 7:58 PM, Richard W.M. Jones <rjones@redhat.com>
wrote:
> On Wed, Jun 04, 2014 at 08:36:36PM +0530, abhishek jain wrote:
> > qemu: fatal: This KVM version does not support PAPR
>
> I...
2014 Jun 04
2
Re: libguestfs supermin error
On Wed, Jun 04, 2014 at 03:29:11PM +0530, abhishek jain wrote:
> supermin: kernel: SUPERMIN_KERNEL environment variable /boot/uImage
> supermin: failed to find a suitable kernel (host_cpu=powerpc64).
>
> I looked for kernels in /boot and modules in /lib/modules.
If you follow the code in src/kernel.ml you'll see that this means
supermin was unable to get the kernel version from
2002 Jul 23
0
电脑配件惊爆价 samba
...1"TFT/DVD/56K+10/100M/1394/XP/³¬±¡»¥»» ¡¡
1715SC(7600Ôª)
PIII1.06GB/256M/30GB/14.1"TFT/DVD+CDRW/56K+10/100M/1394/XP/³¬±¡»¥»» ¡¡
2700SC(8600Ôª)
PIII1.13GB/256M/30GB/15.1"TFT/DVD+CDRW/56K+10/100M/16M/XP/È«ÄÚÖÃ ¡¡
N400c(6300Ôª)
PIII850/128M/20GB/12.1"TFT/56K+10/100M/³¬Çᳬ±¡ ¡¡
E500(4300Ôª)
PIII900/128M/20GB/14.1"TFT/24XCD/56K+10/100M/È«ÄÚÖÃ ¡¡
E500(6000Ôª)
PIII1GB/128M/30GB/15.1"TFT/8DVD/56K+10/100M/È«ÄÚÖÃ ¡¡
E. ¶«Ö¥ TOSHIBA
3440CT PIII500/64M/6G/11.3"XGA/100M/8MÏÔ´æ/FDD£¤5800 ¡¡
3490CT PIII 700/128M/20G/11.3"XGA/56K/100M/FDD£¤7800 ¡¡
3480CT PIII 600/64M/...
2014 Jun 04
2
Re: libguestfs supermin error
...ine help is as follows...
kvm -machine help
Supported machines are:
taihu taihu
mac99 Mac99 based PowerMAC
prep PowerPC PREP platform
g3beige Heathrow based PowerMAC (default)
bamboo bamboo
mpc8544ds mpc8544ds
ppce500 generic paravirt e500 platform
virtex-ml507 Xilinx Virtex ML507 reference design
none empty machine
ref405ep ref405ep
Can you help regarding this.
Thanks
On Wed, Jun 4, 2014 at 5:12 PM, abhishek jain <ashujain9727@gmail.com>
wrote:
> H...
2012 Jan 24
2
[PATCH 26/28] pci: convert to QEMU Object Model
...| 80 +++++++++---------
hw/pci_bridge.c | 2 +-
hw/pcie.c | 2 +-
hw/pcnet-pci.c | 39 +++++----
hw/piix4.c | 30 ++++---
hw/piix_pci.c | 95 +++++++++++++--------
hw/ppc4xx_pci.c | 21 +++--
hw/ppce500_pci.c | 21 +++--
hw/prep_pci.c | 33 ++++----
hw/qdev.c | 1 +
hw/qxl.c | 62 ++++++++-----
hw/rtl8139.c | 41 ++++++----
hw/sh_pci.c | 19 +++--
hw/spapr_pci.c | 15 +++-
hw/sun4u.c...
2014 Jun 13
2
Re: libguestfs supermin error
...one
libguestfs: command: run: \ -help
libguestfs: command: run: /usr/bin/kvm
libguestfs: command: run: \ -display none
libguestfs: command: run: \ -version
libguestfs: qemu version 1.4
libguestfs: command: run: /usr/bin/kvm
libguestfs: command: run: \ -display none
libguestfs: command: run: \ -M ppce500
libguestfs: command: run: \ -machine accel=kvm:tcg
libguestfs: command: run: \ -device ?
libguestfs: [00076ms] finished testing qemu features
[00078ms] /usr/bin/kvm \
-global virtio-blk-pci.scsi=off \
-nodefconfig \
-enable-fips \
-nodefaults \
-display none \
-M ppce500 \...
2014 Jun 12
2
Re: libguestfs supermin error
On Thu, Jun 12, 2014 at 05:08:37PM +0530, abhishek jain wrote:
> Hi Rich
>
> I have all the virtio modules available in the kernel but I'm getting the
> same result .
It doesn't appear to be using any kernel modules. I would have
expected to see output such as this:
supermin: internal insmod virtio.ko
It seems as if you might not be setting SUPERMIN_MODULES; or maybe you