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
26 Jan, 2009
3 commits
  • 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
21 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 »
  • target-ppc: Add SPE register read/write using XML ...
    688890f7
    Don't read/write SPEFSCR until we figure out what to do about exceptions.
    
    Signed-off-by: Nathan Froyd <froydnj@codesourcery.com>
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6425 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-01-24 15:08:17 +0000  
    Browse Dir »
  • target-ppc: Add Altivec register read/write using XML ...
    b4f8d821
    Signed-off-by: Nathan Froyd <froydnj@codesourcery.com>
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6424 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-01-24 15:08:09 +0000  
    Browse Dir »
  • target-ppc: Add float register read/write using XML ...
    24951522
    Signed-off-by: Nathan Froyd <froydnj@codesourcery.com>
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6423 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-01-24 15:08:00 +0000  
    Browse Dir »
  • target-ppc: Include gdbstub.h ...
    4e47ea67
    Signed-off-by: Nathan Froyd <froydnj@codesourcery.com>
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6422 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-01-24 15:07:50 +0000  
    Browse Dir »
  • target-ppc: Change core powerpc gdbstub bits to be XML-aware ...
    e571cb47
    Define GDB_CORE_XML and hack things similarly to ARM so that despite the
    FP registers coming in between the GPRs and some status registers,
    everything works out OK no matter which kind of GDB we're communicating
    with.
    
    It matters whether we're built to target 64-bit or 32-bit cores.  I
    think there are still problems if we are debugging 32-bit programs on a
    built-for-64-bit QEMU (QEMU will always send 64-bit registers), but I
    don't know if there's a good way around that at the time being.
    
    Signed-off-by: Nathan Froyd <froydnj@codesourcery.com>
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6421 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-01-24 15:07:42 +0000  
    Browse Code »
  • target-ppc: Add XML files for PowerPC registers ...
    c8b3532d
    These files are nearly identical to the XML files provided with GDB.
    The only difference is that power-{fpu,spe}.xml do not assign register
    numbers; the internal QEMU machinery takes care of that.
    
    Define gdb_xml_files for ppc targets in configure as well.
    
    Signed-off-by: Nathan Froyd <froydnj@codesourcery.com>
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6420 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-01-24 15:07:34 +0000  
    Browse File »
  • mips: limit RAM size to 256MB on malta and qemu boards ...
    0ccff151
    This avoid crash when a bigger RAM size is requested (the devices are
    mapped at 0x01000000).
    
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6419 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-01-24 15:07:25 +0000  
    Browse File »
  • target-ppc: change the default RAM size to 128MB like other targets ...
    fc2e7aa3
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6418 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-01-24 15:07:09 +0000  
    Browse Code »
  • Fix format warnings ...
    4f94dc64
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6417 c046a42c-6fe2-441c-8c8c-71466251a162
    malc authored
    2009-01-24 14:38:06 +0000  
    Browse Code »
  • Floppy: Properly handle Sense Interrupt Status after FDC Reset ...
    f2d81b33
    Original text below.
    
    Attached is a patch that changes how the emulated floppy controller replies to Sense Interrupt Status commands immediately after a controller reset. The specs state that after a Reset the 82078 goes into polling mode which needs four Sense Interrupt Status commands to be issued afterwards to clear the status of each drive. Currently we always respond to Sense Interrupt Status with a SEEK END instead of POLLING. This causes a problem with the SCO Openserver installer which is expects a POLLING state after reset. This patch returns a POLLING status for four Sense Interrupt Status requests immediately after a controller reset. This approach mirrors the way Bochs handles this situation. With the attached patch applied Openserver gets further when trying to load storage drivers from the floppy disk (blocked by another issue, patch on its way). I have successfully tested the floppy drive on the following OSs after applying this patch: Windows 98, Windows XP SP2, Linux x86 (SysRescCD 1.1.3 and Ubuntu 8.10).
    
    Justin
    
    Changelog:
    
    Properly handle Sense Interrupt Status after FDC Reset
    
    Signed-off-by: Justin Chevrier <theburner1@yahoo.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6416 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2009-01-24 12:09:52 +0000  
    Browse Code »
  • Fix kernel_size and initrd_size sign (Francois Revol) ...
    7373048c
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6415 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2009-01-24 12:00:23 +0000  
    Browse Code »
  • Rename sigev_signo to avoid FreeBSD problems (Juergen Lock) ...
    55f11ca3
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6414 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2009-01-24 11:54:21 +0000  
    Browse File »

23 Jan, 2009
2 commits
  • fix endianness problem sharing the videoram buffer ...
    0da2ea1b
    [ The following text is in the "UTF-8" character set. ]
    
        [ Your display is set for the "koi8-r" character set.  ]
    
        [ Some characters may be displayed incorrectly. ]
    
    This patch fixes vga rendering when the guest endianness differs from
    the host endianness: in this case we can only share the buffer if the
    bpp is 32 and we must change the pixelformat accordingly.
    
    Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6413 c046a42c-6fe2-441c-8c8c-71466251a162
    malc authored
    2009-01-23 19:56:19 +0000  
    Browse File »
  • linux-user: add qemu_realloc() implementation to unbreak the build (Gerd Hoffman) ...
    1a6f0dbc
    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@6412 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-23 15:02:20 +0000  
    Browse Dir »

22 Jan, 2009
12 commits
  • Fix NAME2/FIELD2 warnings ...
    832e9079
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6411 c046a42c-6fe2-441c-8c8c-71466251a162
    malc authored
    2009-01-22 22:09:55 +0000  
    Browse Dir »
  • Stop VM on error in virtio-blk. (Gleb Natapov) ...
    869a5c6d
    Signed-off-by: Gleb Natapov <gleb@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6410 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-22 19:52:25 +0000  
    Browse Dir »
  • Stop VM on error in scsi-disk (Gleb Natapov) ...
    ea8a5d7f
    Signed-off-by: Gleb Natapov <gleb@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6409 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-22 19:52:21 +0000  
    Browse File »
  • qemu-img: info: show highest_alloc and num_free_bytes if exist (Uri Lublin) ...
    7e739a58
    Signed-off-by: Uri Lublin <uril@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6408 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-22 18:57:38 +0000  
    Browse File »
  • qcow2 format: keep 'num_free_bytes', and show it upon 'info blockstats' (Uri Lublin) ...
    1987530f
    'num_free_bytes' is the number of non-allocated bytes below highest-allocation.
    It's useful, together with the highest-allocation, to figure out how
    fragmented the image is, and how likely it will run out-of-space soon.
    
    For example when the highest allocation is high (almost end-of-disk), but 
    many bytes (clusters) are free, and can be re-allocated when neeeded, than
    we know it's probably not going to reach end-of-disk-space soon.
    
    Added bookkeeping to block-qcow2.c
    Export it using BlockDeviceInfo
    Show it upon 'info blockstats' if BlockDeviceInfo exists
    
    Signed-off-by: Uri Lublin <uril@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6407 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-22 18:57:34 +0000  
    Browse Code »
  • info blockstats: show highest_allocated if exists (Uri Lublin) ...
    a7cbfae0
    Signed-off-by: Uri Lublin <uril@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6406 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-22 18:57:30 +0000  
    Browse Code »
  • block-qcow2: export highest_allocated through BlockDriverInfo and get_info() (Uri Lublin) ...
    c4218205
    Signed-off-by: Uri Lublin <uril@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6405 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-22 18:57:26 +0000  
    Browse Dir »
  • block-qcow2: keep highest allocated byte (Uri Lublin) ...
    5d4cbd78
    We want to know the highest written offset for qcow2 images.
    This gives a pretty good (and easy to calculate) estimation to how
    much more allocation can be done for the block device.
    
    It can be usefull for allocating more diskspace for that image
    (if possible, e.g. lvm) before we run out-of-disk-space
    
    Signed-off-by: Uri Lublin <uril@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6404 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-22 18:57:22 +0000  
    Browse Code »
  • Fix warning in ide.c ...
    f18be901
    The vm state handler needed updating after the recent vm state change
    notification refactoring.
    
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6403 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-22 18:39:53 +0000  
    Browse Code »
  • Rework vm_state_change notifiers (Jan Kiszka) ...
    9781e040
    
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6402 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-22 17:15:29 +0000  
    Browse Code »
  • Extend gitignore (Jan Kiszka) ...
    5c047c0d
    Exclude objects in the root directory and temporary stgit files.
    
    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@6401 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-22 17:15:25 +0000  
    Browse Code »
  • install man-pages as non-executables (Andre Przywara) ...
    6473e68f
    make install-doc omits an explicit permission mask for the man-pages. This
    defaults to have the executable bits set. Adding "-m 644" (for rw-r--r--)
    fixes that.
    
    Signed-off-by: Andre Przywara <andre.przywara@amd.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6400 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-22 17:15:21 +0000  
    Browse Code »