]> git.pld-linux.org Git - packages/qemu.git/commitdiff
- updated to 0.11.0
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 24 Oct 2009 20:10:58 +0000 (20:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    qemu-piix-ram-size.patch -> 1.3
    qemu.spec -> 1.151

qemu-piix-ram-size.patch
qemu.spec

index 220b62bf234f1bd52f615b3b6dfc095a4d0ed4c3..2d28f97a211eb0e5c1778412f387271ffee8ef64 100644 (file)
@@ -12,9 +12,9 @@ Index: qemu-snapshot-2007-02-09_05/hw/piix_pci.c
      PCIBus *b;
      PCIDevice *d;
 @@ -186,6 +186,10 @@ PCIBus *i440fx_init(PCIDevice **pi440fx_
-     d->config[0x0a] = 0x00; // class_sub = host2pci
-     d->config[0x0b] = 0x06; // class_base = PCI_bridge
-     d->config[0x0e] = 0x00; // header_type
+     d->config[0x08] = 0x02; // revision
+     pci_config_set_class(d->config, PCI_CLASS_BRIDGE_HOST);
+     d->config[PCI_HEADER_TYPE] = PCI_HEADER_TYPE_NORMAL; // header_type
 +    ram_size = ram_size / 8 / 1024 / 1024;
 +    if (ram_size > 255)
 +        ram_size = 255;
index c1673b23270aa6181c339150cfc2cd9d0ebffd12..2c6bd956a20c23e5e8686446076cfa00e43e6760 100644 (file)
--- a/qemu.spec
+++ b/qemu.spec
@@ -31,7 +31,7 @@
 %define                rel     3
 
 %define                kqemu_version   1.4.0pre1
-%define                qemu_version    0.10.5
+%define                qemu_version    0.11.0
 %define                pname   qemu
 Summary:       QEMU CPU Emulator
 Summary(pl.UTF-8):     QEMU - emulator procesora
@@ -42,7 +42,7 @@ License:      GPL
 Group:         Applications/Emulators
 # Source0Download: http://fabrice.bellard.free.fr/qemu/download.html
 Source0:       http://download.savannah.gnu.org/releases/qemu/%{pname}-%{version}.tar.gz
-# Source0-md5: 60060feb98c9649a5da8b136685f76ba
+# Source0-md5: 4da6a3e926a0260902f0dee342a59c23
 Source1:       http://www.nongnu.org/qemu/k%{pname}-%{kqemu_version}.tar.gz
 # Source1-md5: d738d8ca7332211ab716ec3213d82ee1
 Patch0:                %{pname}-ncurses.patch
This page took 0.035676 seconds and 4 git commands to generate.