Sign in

gwj / at91sam9263 · Commits

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Snippets
  • Commits 8,232
  • Compare
  • Branches 2
  • Tags 0
  • at91sam9263
18 Apr, 2009
2 commits
  • Add 'static' to avoid a sparse warning ...
    654efcf3
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7175 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2009-04-18 07:29:59 +0000  
    Browse Code »
  • Move bootp_filename to avoid a sparse warning ...
    aa806132
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7174 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2009-04-18 07:29:30 +0000  
    Browse Dir »

17 Apr, 2009
27 commits
  • Fix non-ACPI Timer Interrupt Routing (Beth Kon) ...
    c6d25871
    Replicate ACPI irq0->inti2 override in mp table for non-acpi case.
    
    v1 -> v2 adds comment suggested by Ryan.
    
    Signed-off-by: Beth Kon <eak@us.ibm.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7169 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-04-17 21:01:11 +0000  
    Browse Dir »
  • hpet: Fix emulation of HPET_TN_SETVAL (Jan Kiszka) ...
    37873241
    While Intel's spec is not that clear here, latest changes to Linux' HPET
    code (commit c23e253e67c9d8a91a0ffa33c1f571a17f0a2403, "x86: hpet: stop
    HPET_COUNTER when programming periodic mode") strongly suggest that
    HPET_TN_SETVAL rather means: Set _both_ the comparator value and
    register.
    
    With this patch applied, I'm again able to boot 2.6.30-rc kernels as
    they no longer panic like this (which was due to the comparator
    register remaining 0):
    
    ENABLING IO-APIC IRQs
    ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    ..MP-BIOS bug: 8254 timer not connected to IO-APIC
    ...trying to set up timer (IRQ0) through the 8259A ...
    ..... (found apic 0 pin 2) ...
    ....... failed.
    ...trying to set up timer as Virtual Wire IRQ...
    ..... failed.
    ...trying to set up timer as ExtINT IRQ...
    ..... failed :(.
    Kernel panic - not syncing: IO-APIC + timer doesn't work! [...]
    
    Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7168 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-04-17 20:50:58 +0000  
    Browse Code »
  • kvm: Fix cpuid initialization (Jan Kiszka) ...
    a33609ca
    Fix (more or less) spurious guest boot failures due to corrupted cpuid
    states. The reason was insufficient initialization of cpuid entries
    before passing them to the kernel.
    
    At this chance also fix improper entry pointer progression and simplify
    the code a bit.
    
    Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7167 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-04-17 20:50:54 +0000  
    Browse Dir »
  • qcow2 corruption: Fix alloc_cluster_link_l2 (Kevin Wolf) ...
    641636d1
    This patch fixes a qcow2 corruption bug introduced in SVN Rev 5861. L2 tables
    are big endian, so entries must be converted before being passed to functions.
    
    This bug is easy to trigger. The following script will create and destroy a
    qcow2 image (the header is gone after three loop iterations):
    
        #!/bin/bash
        qemu-img create -f qcow2 test.qcow 1M
        for i in $(seq 1 10); do
        qemu-system-x86_64 -hda test.qcow -monitor stdio > /dev/null 2>&1 <<EOF
        savevm test-$i
        quit
        EOF
        done
    
    Signed-off-by: Kevin Wolf <kwolf@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7165 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-04-17 20:44:06 +0000  
    Browse Code »
  • Make the sed script also work with OpenBSD and OpenSolaris seds ...
    052ff921
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7164 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2009-04-17 20:01:12 +0000  
    Browse Code »
  • qemu: Add support for SMBIOS command line otions (Alex Williamson) ...
    b6f6e3d3
    Create a new -smbios option (x86-only) to allow binary SMBIOS entries
    to be passed through to the BIOS or modify the default values of
    individual fields of type 0 and 1 entries on the command line.
    
    Binary SMBIOS entries can be generated as follows:
    
    dmidecode -t 1 -u | grep $'^\t\t[^"]' | xargs -n1 | \
            perl -lne 'printf "%c", hex($_)' > smbios_type_1.bin
    
    These can then be passed to the BIOS using this switch:
    
     -smbios file=smbios_type_1.bin
    
    Command line generation supports the following syntax:
    
     -smbios type=0[,vendor=str][,version=str][,date=str][,release=%d.%d]
     -smbios type=1[,manufacturer=str][,product=str][,version=str][,serial=str]
                  [,uuid=$(uuidgen)][,sku=str][,family=str]
    
    For instance, to add a serial number to the type 1 table:
    
     -smbios type=1,serial=0123456789
    
    Interface is extensible to support more fields/tables as needed.
    
    aliguori: remove texi formatting from help output
    
    Signed-off-by: Alex Williamson <alex.williamson@hp.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7163 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-04-17 18:59:56 +0000  
    Browse Code »
  • qemu: Add prototype and make qemu_uuid_parse() non-static (Alex Williamson) ...
    c4be29ff
    SMBIOS parameters can also provide a UUID outside of vl.c.
    
    Signed-off-by: Alex Williamson <alex.williamson@hp.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7162 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-04-17 18:58:14 +0000  
    Browse File »
  • Free VLANClientState using qemu_free() (Mark McLoughlin) ...
    dad35419
    It's allocated using qemu_mallocz(), so ...
    
    The name and model strings are strdup() allocated, so free()
    is still appropriate for them.
    
    Reported-by: Jan Kiszka <jan.kiszka@siemens.com>
    Signed-off-by: Mark McLoughlin <markmc@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7151 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-04-17 17:11:12 +0000  
    Browse File »
  • Introduce VLANClientState::cleanup() (Mark McLoughlin) ...
    b946a153
    We're currently leaking memory and file descriptors on device
    hot-unplug.
    
    Signed-off-by: Mark McLoughlin <markmc@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7150 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-04-17 17:11:08 +0000  
    Browse File »
  • Use NICInfo::model for eepro100 savevm ID string (Mark McLoughlin) ...
    32a8f6ae
    NICInfo::model will always be identical to the device name strings
    we're currently passing to nic_init(). Just re-use NICInfo::model.
    
    This makes it clear why we use vc->model for unregister_savevm()
    in a subsequent patch.
    
    Signed-off-by: Mark McLoughlin <markmc@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7149 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-04-17 17:11:03 +0000  
    Browse Code »
  • Add unregister_savevm() (Mark McLoughlin) ...
    41bd13af
    Currently there's no way to unregister a savevm callback, so
    e.g. if a NIC is hot-unplugged and a savevm is issued, we'll
    segfault.
    
    Signed-off-by: Mark McLoughlin <markmc@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7148 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-04-17 17:10:59 +0000  
    Browse Code »
  • Remove NICInfo from e1000 and mipsnet state (Mark McLoughlin) ...
    ad067148
    NICInfo isn't used after initialization, so remove it from the driver
    state structures.
    
    Signed-off-by: Mark McLoughlin <markmc@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7147 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-04-17 17:10:56 +0000  
    Browse Code »
  • Remove some useless malloc() checking (Mark McLoughlin) ...
    9036de1a
    Now that we abort() on malloc, neither qemu_find_vlan() nor
    net_tap_fd_init() can fail.
    
    Signed-off-by: Mark McLoughlin <markmc@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7146 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-04-17 17:10:51 +0000  
    Browse Code »
  • Don't fail PCI hotplug if no NIC model is supplied (Mark McLoughlin) ...
    eefb4091
    It's perfectly fine to not supply a NIC model when adding
    a new NIC - we supply the default model to pci_nic_init()
    and it uses that if one wasn't explicitly supplied.
    
    Signed-off-by: Mark McLoughlin <markmc@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7145 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-04-17 17:10:47 +0000  
    Browse Code »
  • Fix error handling in net_client_init() (Mark McLoughlin) ...
    771f1339
    We weren't freeing the name string everywhere.
    
    Signed-off-by: Mark McLoughlin <markmc@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7144 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-04-17 17:10:43 +0000  
    Browse Code »
  • struct iovec is now universally available (Mark McLoughlin) ...
    efb816c9
    struct iovec is now defined in qemu-common.h if needed, so we don't need
    the tap code to handle !defined(HAVE_IOVEC).
    
    Signed-off-by: Mark McLoughlin <markmc@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7143 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-04-17 17:10:39 +0000  
    Browse Code »
  • Remove stray GSO code from virtio_net (Mark McLoughlin) ...
    559a8f45
    Obviously merged from kvm-userspace accidentally.
    
    Signed-off-by: Mark McLoughlin <markmc@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7142 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-04-17 17:10:34 +0000  
    Browse Dir »
  • vga: Cleanup dirty logging (Jan Kiszka) ...
    4b16eb9d
    In theory, there are no more quirks in the KVM slot management that
    requires dirty log start/stop all over the place. We just have to start
    the logging each time the mapping may have changed. This patch drops
    vga_dirty_log_stop for both standard and cirrus VGA. It also reverts
    #6851 as it was obviously a tribute to the old slot system.
    
    Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7141 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-04-17 14:26:41 +0000  
    Browse Dir »
  • vga: Fix inconsistent tracking of map_addr (Jan Kiszka) ...
    e7f3dcc4
    Only track video RAM mapping in map_addr and use the correct RAM size.
    Furthermore, make sure the reset the address in case unmapping took
    place via PCI reconfiguration.
    
    Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7140 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-04-17 14:26:37 +0000  
    Browse Code »
  • kvm: improve handling of overlapping slots (Jan Kiszka) ...
    6152e2ae
    This reworks the slot management to handle more patterns of
    cpu_register_physical_memory*, finally allowing to reset KVM guests (so
    far address remapping on reset broke the slot management).
    
    We could actually handle all possible ones without failing, but a KVM
    kernel bug in older versions would force us to track all previous
    fragmentations and maintain them (as that bug prevents registering
    larger slots that overlap also deleted ones). To remain backward
    compatible but avoid overly complicated workarounds, we apply a simpler
    workaround that covers all currently used patterns.
    
    Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7139 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-04-17 14:26:33 +0000  
    Browse Code »
  • kvm: Add sanity checks to slot management (Jan Kiszka) ...
    d3f8d37f
    Fail loudly if we run out of memory slot.
    
    Make sure that dirty log start/stop works with consistent memory regions
    by reporting invalid parameters. This reveals several inconsistencies in
    the vga code, patch to fix them follows later in this series.
    
    And, for simplicity reasons, also catch and report unaligned memory
    regions passed to kvm_set_phys_mem (KVM works on page basis).
    
    Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7138 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-04-17 14:26:29 +0000  
    Browse Code »
  • kvm: Cleanup unmap condition in kvm_set_phys_mem (Jan Kiszka) ...
    494ada42
    Testing for TLB_MMIO on unmap makes no sense as A) that flag belongs to
    CPUTLBEntry and not to io_memory slots or physical addresses and B) we
    already use a different condition before mapping. So make this test
    consistent.
    
    Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7137 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-04-17 14:26:25 +0000  
    Browse Code »
  • kvm: Apply SMM-already-initialized workaround on reset (Jan Kiszka) ...
    3c892168
    Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7136 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-04-17 14:26:21 +0000  
    Browse Code »
  • kvm: Sync CPU state on reset (Jan Kiszka) ...
    29203dcf
    Make sure KVM gets informed about the reset CPU state.
    
    Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7135 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-04-17 14:26:17 +0000  
    Browse Code »
  • linux-user: fix inotify syscalls ...
    8690e420
    Configure test was broken, so the breakage of the #ifdef'd
    code was not noticed.
    
    Signed-off-by: Riku Voipio <riku.voipio@iki.fi>
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7134 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-04-17 13:50:32 +0000  
    Browse Dir »
  • Revert "target-mips: fix call to check_*() functions" ...
    8c0ab41f
    This reverts commit r7127, r7132 is a better fix for that.
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7133 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-04-17 13:17:26 +0000  
    Browse Dir »
  • target-mips: simplify exception generation ...
    aefbc83e
    There is no need to exit the tb after a call to helper_raise_exception
    as it already calls cpu_loop_exit().
    
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7132 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-04-17 13:11:42 +0000  
    Browse Dir »

16 Apr, 2009
10 commits
  • Translate signal values in exit status. ...
    1d9d8b55
    Signed-off-by: Paul Brook <paul@codesourcery.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7131 c046a42c-6fe2-441c-8c8c-71466251a162
    pbrook authored
    2009-04-16 15:17:02 +0000  
    Browse File »
  • linux-user: fix getcwd syscall ...
    aaf4ad39
    The patch called "prefer glibc over direct syscalls" (commit 7118) has
    replaced the getcwd syscall with a call to the glibc. With this change,
    the syscall is returning -1 in error case and 0 otherwise.
    This is problematic as the sys_getcwd syscall should return the number
    of bytes written to the buffer including the '\0'.
    
    Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
    Acked-By: Riku Voipio <riku.voipio@iki.fi>
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7130 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-04-16 14:17:14 +0000  
    Browse File »
  • target-ppc: mark a few helpers TCG_CALL_CONST and/or TCG_CALL_PURE ...
    69a218fc
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7129 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-04-16 12:57:58 +0000  
    Browse Code »
  • target-mips: fix revision r7126 ...
    a6035857
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7128 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-04-16 12:57:50 +0000  
    Browse Dir »
  • target-mips: fix call to check_*() functions ...
    007ac6fa
    check_*() functions may in fine call generate_exception(), which ends
    by a call to tcg_gen_exit_tb(). As a consequence, we have to make sure
    that no TCG temp variables are crossing a check_*() function.
    
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7127 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-04-16 11:51:19 +0000  
    Browse Dir »
  • target-mips: optimize gen_flt3_ldst() ...
    585c88d5
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7126 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-04-16 11:51:11 +0000  
    Browse Dir »
  • target-mips: optimize gen_flt_ldst() ...
    c407df81
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7125 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-04-16 11:51:03 +0000  
    Browse Dir »
  • Stop translation after a syscall instruciton. ...
    8e0f950d
    Signed-off-by: Paul Brook <paul@codesourcery.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7124 c046a42c-6fe2-441c-8c8c-71466251a162
    pbrook authored
    2009-04-16 10:56:43 +0000  
    Browse Dir »
  • configure: display debug tcg status in summary ...
    ade25b0d
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7123 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-04-16 09:58:41 +0000  
    Browse Code »
  • tcg: make sure NDEBUG is defined before including <assert.h> ...
    cca82982
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7122 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-04-16 09:58:30 +0000  
    Browse Dir »

15 Apr, 2009
1 commit
  • fix a typo introduced in r7118 ...
    39386ac7
    Reported by Stefan Weil
    
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7121 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-04-15 19:48:17 +0000  
    Browse Code »