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
27 Jan, 2009
2 commits
  • Add Simba device ID ...
    480b9f24
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6465 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2009-01-27 19:15:31 +0000  
    Browse File »
  • block-vpc: Fix support for images > 4 GB (Kevin Wolf) ...
    378e2aea
    This patch fixes the truncation of sector offsets to 32 bits.
    
    Signed-off-by: Kevin Wolf <kwolf@suse.de>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6464 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-27 14:29:15 +0000  
    Browse Code »

26 Jan, 2009
27 commits
  • CRIS: Init the feedback shiftreg used for randomizing TLB sets. ...
    52819664
    Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6463 c046a42c-6fe2-441c-8c8c-71466251a162
    edgar_igl authored
    2009-01-26 22:21:30 +0000  
    Browse Code »
  • ETRAX: Remove display-state argument from board init. ...
    ef998233
    Apparently this board was forgotten in the display changes.
    
    Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6462 c046a42c-6fe2-441c-8c8c-71466251a162
    edgar_igl authored
    2009-01-26 21:47:27 +0000  
    Browse Code »
  • kvm-x86: Remove eflags conversion into emulator format (Jan Kiszka) ...
    8c6c919e
    It seems that the conversion of the kernel-delivered eflags state into
    qemu's internal split representation was once needed in an older kvm
    design (register read-back may have taken place from inside cpu_exec).
    Today it is plain wrong and causes incorrect cpu state reporting (gdb,
    monitor) and should also corrupt its saving (savevm, migration). Drop
    the related lines.
    
    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@6461 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-26 20:32:22 +0000  
    Browse File »
  • Check if the i8254 timer is active before deactivating it (Alexander Graf) ...
    e0dd114c
    The HPET emulation can disable the i8254 when the HPET is
    in legacy mode, thus emulating the i8254's behavior.
    
    But if it does, the i8254 doesn't have to be running, so
    let's check to see if the timer works and not disable it
    if it's not.
    
    This fixes a segmentation fault when running Mac OS X as
    guest os.
    
    Signed-off-by: Alexander Graf <agraf@suse.de>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6460 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-26 20:32:18 +0000  
    Browse Dir »
  • block-vpc: Create images (Kevin Wolf) ...
    57c7d9e5
    Add an implementation to create VHD images.
    
    Signed-off-by: Kevin Wolf <kwolf@suse.de>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6459 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-26 20:27:06 +0000  
    Browse Code »
  • block-vpc: Write support (Kevin Wolf) ...
    15d35bc5
    Add write support for VHD images.
    
    Signed-off-by: Kevin Wolf <kwolf@suse.de>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6458 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-26 20:27:02 +0000  
    Browse Code »
  • block-vpc: Use the qemu block layer (Kevin Wolf) ...
    b71d1c2e
    Instead of accessing the file directly, use the qemu block layer.
    
    Signed-off-by: Kevin Wolf <kwolf@suse.de>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6457 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-26 20:26:58 +0000  
    Browse Code »
  • block-vpc: Fix disk size (Kevin Wolf) ...
    1fa79228
    VirtualPC bases the virtual disk size on the geometry rather than on
    the size stored in the header.
    
    Signed-off-by: Kevin Wolf <kwolf@suse.de>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6456 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-26 20:26:54 +0000  
    Browse Dir »
  • block-vpc: Adapt header structures to official documentation (Kevin Wolf) ...
    2cfacb62
    The current definition of the VirtualPC headers is incomplete and partly
    even wrong. This patch changes the header structs according to the
    official VHD specification.
    
    Signed-off-by: Kevin Wolf <kwolf@suse.de>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6455 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-26 20:26:49 +0000  
    Browse Dir »
  • block-vpc: Split up struct vpc_subheader (Kevin Wolf) ...
    b9fa33a6
    struct vpc_subheader currently is a union of two completely different
    data structures (the Hard Disk Footer and the Dynamic Disk Header).
    That doesn't make too much sense, so split them up.
    
    Signed-off-by: Kevin Wolf <kwolf@suse.de>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6454 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-26 20:26:46 +0000  
    Browse Code »
  • x86: Issue reset on triple faults (Jan Kiszka) ...
    f55761a0
    As discussed a few times on this list: A triple fault causes a system
    reset on x86, and some guests make use of this (e.g. 386BSD). To keep
    the chance of tracing unexpected resets, log them if CPU_LOG_RESET is
    set.
    
    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@6453 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-26 19:54:36 +0000  
    Browse Code »
  • Log reset events (Jan Kiszka) ...
    eca1bdf4
    Original idea&code by Kevin Wolf, split-up in two patches and added more
    archs.
    
    This patch introduces a flag to log CPU resets. Useful for tracing
    unexpected resets (such as those triggered by x86 triple faults).
    
    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@6452 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-26 19:54:31 +0000  
    Browse Code »
  • Remove the advertising clause from the slirp license ...
    2f5f8996
    According to the FSF, the 4-clause BSD license, which slirp is covered under,
    is not compatible with the GPL or LGPL[1].
    
    [1] http://www.fsf.org/licensing/licenses/index_html#GPLIncompatibleLicenses
    
    There are three declared copyright holders in slirp that use the 4-clause
    BSD license, the Regents of UC Berkley, Danny Gasparovski, and Kelly Price.
    Below are the appropriate permissions to remove the advertise clause from slirp
    from each party.
    
    Special thanks go to Richard Fontana from Red Hat for contacting all of the
    necessary authors to resolve this issue!
    
    Regents of UC Berkley:
    From ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
    
    July 22, 1999
    
    To All Licensees, Distributors of Any Version of BSD:
    
    As you know, certain of the Berkeley Software Distribution ("BSD") source
    code files require that further distributions of products containing all or
    portions of the software, acknowledge within their advertising materials
    that such products contain software developed by UC Berkeley and its
    contributors.
    
    Specifically, the provision reads:
    
    "     * 3. All advertising materials mentioning features or use of this software
          *    must display the following acknowledgement:
          *    This product includes software developed by the University of
          *    California, Berkeley and its contributors."
    
    Effective immediately, licensees and distributors are no longer required to
    include the acknowledgement within advertising materials.  Accordingly, the
    foregoing paragraph of those BSD Unix files containing it is hereby deleted
    in its entirety.
    
    William Hoskins
    Director, Office of Technology Licensing
    University of California, Berkeley
    
    Danny Gasparovski:
    
    Subject: RE: Slirp license
    Date: Thu, 8 Jan 2009 10:51:00 +1100
    From: "Gasparovski, Daniel" <Daniel.Gasparovski@ato.gov.au>
    To: "Richard Fontana" <rfontana@redhat.com>
    
    Hi Richard,
    
    I have no objection to having Slirp code in QEMU be licensed under the
    3-clause BSD license.
    
    Thanks for taking the effort to consult me about this.
    
    
    Dan ...
    
    Kelly Price:
    
    Date: Thu, 8 Jan 2009 19:38:56 -0500
    From: "Kelly Price" <strredwolf@gmail.com>
    To: "Richard Fontana" <rfontana@redhat.com>
    Subject: Re: Slirp license
    
    Thanks for contacting me, Richard.  I'm glad you were able to find
    Dan, as I've been "keeping the light on" for Slirp.  I have no use for
    it now, and I have little time for it (now holding onto Keenspot's
    Comic Genesis and having a regular US state government position). If
    Dan would like to return to the project, I'd love to give it back to
    him.
    
    As for copyright, I don't own all of it.  Dan does, so I will defer to
    him.  Any of my patches I will gladly license to the 3-part BSD
    license.  My interest in re-licensing was because we didn't have ready
    info to contact Dan.  If Dan would like to port Slirp back out of
    QEMU, a lot of us 64-bit users would be grateful.
    
    Feel free to share this email address with Dan.  I will be glad to
    effect a transfer of the project to him and Mr. Bellard of the QEMU
    project.
    
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6451 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-26 19:37:41 +0000  
    Browse Code »
  • R13 is reserved for small data area pointer by SVR4 PPC ABI ...
    5db3ee79
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6450 c046a42c-6fe2-441c-8c8c-71466251a162
    malc authored
    2009-01-26 18:21:53 +0000  
    Browse Code »
  • MTRR support on x86 (Carl-Daniel Hailfinger) ...
    165d9b82
    The current codebase ignores MTRR (Memory Type Range Register)
    configuration writes and reads because Qemu does not implement caching.
    All BIOS/firmware in know of for x86 do implement a mode called
    Cache-as-RAM (CAR) which locks down the CPU cache lines and uses the CPU
    cache like RAM before RAM is enabled. Qemu assumes RAM is accessible
    from the start, but it would be nice to be able to run real
    BIOS/firmware in Qemu. For that, we need CAR support and for CAR support
    we have to support MTRRs.
    
    This patch is a first step in that direction. MTRRs are MSRs supported
    by all recent x86 CPUs, even old i586. Besides influencing cache, the
    MTRRs can be written and read back, so discarding MTRR writes violates
    the expectations of existing code out there.
    
    An added benefit of this patch is that it fixes the following Linux
    kernel error message present in recent kernels (provided the BIOS has
    the recent MTRR patches applied):
     ------------[ cut here ]------------
    WARNING: at arch/x86/kernel/cpu/mtrr/main.c:1500 mtrr_trim_uncached_memory+0x382/0x384()
    WARNING: strange, CPU MTRRs all blank?
    Modules linked in:
    Supported: Yes
    Pid: 0, comm: swapper Not tainted 2.6.27.7-9-default #1
     [<c0106570>] dump_trace+0x6b/0x249
     [<c01070a5>] show_trace+0x20/0x39
     [<c0343c02>] dump_stack+0x71/0x76
     [<c012acb2>] warn_slowpath+0x6f/0x90
     [<c0542f8f>] mtrr_trim_uncached_memory+0x382/0x384
     [<c053f24d>] setup_arch+0x40d/0x639
     [<c053a6ac>] start_kernel+0x6b/0x31f
     =======================
     ---[ end trace 4eaa2a86a8e2da22 ]---
    
    Handle common x86 MTRR reads and writes, but don't act on them.
    
    Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6449 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-26 17:53:04 +0000  
    Browse Dir »
  • qemu iovec: keep track of total size, allow partial copies (Gerd Hoffman) ...
    249aa745
    Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6448 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-26 17:17:52 +0000  
    Browse File »
  • build system: Further improve quiet mode (Jan Kiszka) ...
    28c699a2
    Derived from Stuart Brady's patch: Show the target directory as prefix
    to the current module when building in quiet mode. This helps to gain
    overview of the current build progress, specifically when running
    parallelized builds.
    
    Furthermore, suppress make command echoing when entering subdirs and
    replace $(subst subdir-,,$@) with $* in the related rule.
    
    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@6447 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-26 17:07:46 +0000  
    Browse Code »
  • Move definition of rgb_to_pixel_dup_table (Nathan Froyd) ...
    bdb19571
    This fixes the warning:
    
    /scratch/froydnj/qemu.git/hw/vga.c:1515: warning: redundant redeclaration of 'rgb_to_pixel_dup_table'
    /scratch/froydnj/qemu.git/hw/vga.c:1248: warning: previous declaration of 'rgb_to_pixel_dup_table' was here
    
    Signed-off-by: Nathan Froyd <froydnj@codesourcery.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6446 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-26 17:07:42 +0000  
    Browse Code »
  • Add reset irq state for ps2 reboot callback (Dor Laor) ...
    deeccef3
    Should solve 100% cpu ioport poll after reboot.
    
    Signed-off-by: Dor Laor <dor@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6445 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-26 15:57:52 +0000  
    Browse Code »
  • Handle link status in qemu_sendv_packet() (Mark McLoughlin) ...
    e0e7877a
    If link is down, pretend that the packet has been successfully sent.
    
    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@6444 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-26 15:37:44 +0000  
    Browse Code »
  • Enabled building of x86_64 code on Mac OS X (Alexander Graf) ...
    1b0f9cc2
    Mac OS X 10.5 supports 64-bit userspace on an x86_64 kernel and
    by default uses 32-bit userspace applications, so the detection for
    the host architecture fails.
    
    This patch enabled building of x86_64 code on x86_64 capable CPUS
    with Mac OS X.
    
    Signed-off-by: Alexander Graf <agraf@suse.de>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6443 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-26 15:37:40 +0000  
    Browse Code »
  • Define PCI vendor and device IDs in pci.h (Stuart Brady) ...
    deb54399
    This patch defines PCI vendor and device IDs in pci.h (matching those
    from Linux's pci_ids.h), and uses those definitions where appropriate.
    
    Change from v1:
      Introduces pci_config_set_vendor_id() / pci_config_set_device_id()
      accessors as suggested by Anthony Liguori.
    
    Signed-off-by: Stuart Brady <stuart.brady@gmail.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6442 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-26 15:37:35 +0000  
    Browse Code »
  • vnc fixes and improvements (Stefano Stabellini) ...
    90a1e3c0
    this patch fixes a bug and improves the generic pixel conversion
    function in vnc.c.
    The bug is that when a new vnc client connects we need to reset the flag
    has_WMVi but currently we don't.
    The generic pixel conversion function is vnc_convert_pixel and currently
    is not very efficient since uses the division and multiplication
    operators.
    To make it more efficient I changed to use bit shift operators instead.
    
    Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6441 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-26 15:37:30 +0000  
    Browse Code »
  • Use the default subsystem vendor ID for virtio devices (Mark McLoughlin) ...
    99b3718e
    A subsystem vendor ID of zero isn't allowed, so we use our
    default ID.
    
    Gerd points out that although the PCI subsystem vendor ID is
    treated by the guest as the virtio vendor ID:
    
       /* we use the subsystem vendor/device id as the virtio vendor/device
        * id.  this allows us to use the same PCI vendor/device id for all
        * virtio devices and to identify the particular virtio driver by
        * the subsytem ids */
        vp_dev->vdev.id.vendor = pci_dev->subsystem_vendor;
        vp_dev->vdev.id.device = pci_dev->subsystem_device;
    
    it looks like only the device ID is used right now:
    
       # grep virtio modules.alias
       alias virtio:d00000001v* virtio_net
       alias virtio:d00000002v* virtio_blk
       alias virtio:d00000003v* virtio_console
       alias virtio:d00000004v* virtio-rng
       alias virtio:d00000005v* virtio_balloon
       alias pci:v00001AF4d*sv*sd*bc*sc*i* virtio_pci
       alias virtio:d00000009v* 9pnet_virtio
    
    so setting the subsystem vendor id to something != zero shouldn't cause
    trouble.
    
    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@6440 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-26 15:22:57 +0000  
    Browse Code »
  • Add macro for virtio-console PCI device ID (Mark McLoughlin) ...
    14d50bef
    Also use the existing macro for the PCI vendor ID
    
    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@6439 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-26 15:22:46 +0000  
    Browse Code »
  • Use macros for virtio-net PCI vendor/device IDs (Mark McLoughlin) ...
    a7c4996b
    Gerd added these macros a while back.
    
    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@6438 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-26 15:22:41 +0000  
    Browse Code »
  • target-ppc: always load kernel to KERNEL_LOAD_ADDR ...
    36bee1e3
    Linux changed its physical address location in the elf header from
    0xc0000000 to 0 on 2.6.25, causing later kernels to fail booting
    with the -kernel option.
    
    This patch assures that the lowest segment in the elf binary is loaded
    to KERNEL_LOAD_ADDR, which is where the firmware expects it.
    
    Signed-off-by: Alexander Graf <agraf@suse.de>
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6437 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-01-26 10:22:15 +0000  
    Browse Code »

25 Jan, 2009
2 commits
  • Add static qualifier to local functions ...
    947f5fcb
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6436 c046a42c-6fe2-441c-8c8c-71466251a162
    malc authored
    2009-01-25 10:56:51 +0000  
    Browse Code »
  • Massage PPC version of cpu_get_real_ticks a little ...
    5e10fc90
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6435 c046a42c-6fe2-441c-8c8c-71466251a162
    malc authored
    2009-01-25 10:56:48 +0000  
    Browse Code »

24 Jan, 2009
9 commits
  • Fix bsd-user compile like r6412 ...
    004c9ef4
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6434 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2009-01-24 20:19:18 +0000  
    Browse Code »
  • sh4: sh_pci. Register resouces both at A7 and P4. ...
    ac2e8522
    Add resource registration both for P4 and A7.
    This is needed because of #5935 SH4: Eliminate P4 to A7 mangling.
    Additionally, {reg,iop,mem}base which is no longer used are removed.
    
    Signed-off-by: Takashi YOSHII <takasi-y@ops.dti.ne.jp>
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6433 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-01-24 18:21:08 +0000  
    Browse Code »
  • Synch code, help and docs ...
    d2c639d6
    Rearrange code, help printout and docs so that they are in the same
    (hopefully more logical) order for easier maintenance.
    
    Add help and docs for undocumented options.
    
    Reformat slightly for more consistent help output.
    
    Add comments to encourage better synchronization in the future.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6432 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2009-01-24 18:19:25 +0000  
    Browse Code »
  • sh4: r2d. Endian conversion for peripheral register initialization. ...
    0ec3ff52
    Add endian conversion to hw/r2d.c which lacks consideration of endian on
    setting BSC registers.
    
    Signed-off-by: Takashi YOSHII <takasi-y@ops.dti.ne.jp>
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6431 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-01-24 18:18:20 +0000  
    Browse Code »
  • Use broadcast address for slirp dhcp replies ...
    6391e47e
    Windows Vista drops unicast dhcp replies to its yet-unconfigured address,
    so use a broadcast address.  This behaviour is allowed by the RFC.
    
    Signed-off-by: Avi Kivity <avi@redhat.com>
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6430 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-01-24 18:16:18 +0000  
    Browse File »
  • Support epoch of 1980 in RTC emulation for MIPS Magnum ...
    42fc73a1
    On the MIPS Magnum, the time that is held in the RTC's NVRAM should be
    relative to midnight on 1980-01-01.  This patch adds an extra parameter
    to rtc_init(), allowing different epochs to be used.  For the Magnum,
    1980 is specified, and for all other machines, 2000 is specified.
    
    I've not modified the handling of the century byte, as with an epoch of
    1980 and a year of 2009, one could argue that it should hold either
    0, 1, 19 or 20.  NT 3.50 on MIPS does not read the century byte.
    
    Signed-off-by: Stuart Brady <stuart.brady@gmail.com>
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6429 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-01-24 18:06:21 +0000  
    Browse Code »
  • List virtio console device in pci-ids.txt ...
    e2fc836b
    As mentioned in:
    
      http://lists.gnu.org/archive/html/qemu-devel/2009-01/msg00907.html
    
    pci-ids.txt needs updating to list the the virtio-console PCI device ID.
    
    Signed-off-by: Stuart Brady <stuart.brady@gmail.com>
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6428 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-01-24 16:37:31 +0000  
    Browse Code »
  • kvm/powerpc: extern one function for MPC85xx code use ...
    ea23bc20
    Signed-off-by: Liu Yu <yu.liu@freescale.com>
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6427 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-01-24 16:35:56 +0000  
    Browse Code »
  • Reformat quiet build ...
    b23d3d8f
    Indent and align the quiet build messages more like Linux - improves
    readability of this great feature even more.
    
    Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6426 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-01-24 15:08:25 +0000  
    Browse File »