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
03 May, 2009
7 commits
  • Suppress type mismatch warnings in VDE code. ...
    cc63bb0f
    Signed-off-by: Paul Brook <paul@codesourcery.com>
    Paul Brook authored
    2009-05-03 22:40:54 +0100  
    Browse File »
  • minor fix of pci_register_bus() ...
    425c608c
    keep first_bus linked list correct.
    
    Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
    Isaku Yamahata authored
    2009-05-03 22:10:59 +0300  
    Browse Code »
  • use PCI_HEADER_TYPE. ...
    6407f373
    use symbolic value instead of 0x0e and related value.
    
    Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
    Isaku Yamahata authored
    2009-05-03 19:03:00 +0000  
    Browse File »
  • Fix typos in comments in exec.c ...
    ccbb4d44
    This patch fixes several typos in comments in exec.c:
    
                longet -> longer
           recommanded -> recommended
            ajustments -> adjustments
       inconsistancies -> inconsistencies
               phsical -> physical
           positionned -> positioned
           succesfully -> successfully
          regon_offset -> region_offset
    
    and also:
    
          start_region -> start_addr
    
    Signed-off-by: Stuart Brady <stuart.brady@gmail.com>
    Stuart Brady authored
    2009-05-03 21:58:28 +0300  
    Browse Code »
  • Optimize cmp x, 0 case ...
    719f66a7
    Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
    Blue Swirl authored
    2009-05-03 18:51:27 +0000  
    Browse Dir »
  • Reindent ...
    dc1a6971
    Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
    Blue Swirl authored
    2009-05-03 18:51:22 +0000  
    Browse Dir »
  • Handle NULL bdrv. ...
    03f311ed
    Signed-off-by: Paul Brook <paul@codesourcery.com>
    Paul Brook authored
    2009-05-03 17:00:48 +0100  
    Browse Dir »

02 May, 2009
4 commits
  • Improve instruction name comments for easier searching ...
    b89e94af
    Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
    Blue Swirl authored
    2009-05-02 20:19:46 +0000  
    Browse Dir »
  • Clarify: dmmuregs[1] is not a typo ...
    7ab463cb
    Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
    Blue Swirl authored
    2009-05-02 22:52:32 +0300  
    Browse Dir »
  • Optimize operations with immediate parameters
    41d72852
    Blue Swirl authored
    2009-05-02 19:14:05 +0000  
    Browse Dir »
  • Fix Sparc64 sign extension problems ...
    67526b20
    Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
    Blue Swirl authored
    2009-05-02 18:58:57 +0000  
    Browse Dir »

01 May, 2009
22 commits
  • Fix hw/acpi.c build w/ DEBUG enabled ...
    f654d9e2
    Trivial build warning/fixes when the local DEBUG define is enabled.
    
    Signed-off-by: Alex Williamson <alex.williamson@hp.com>
    Signed-off-by: Avi Kivity <avi@qumranet.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Alex Williamson authored
    2009-05-01 10:03:18 -0500  
    Browse Code »
  • Make sure not to fall through on error in loadvm ...
    d02f7094
    This is from the KVM tree
    
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Anthony Liguori authored
    2009-05-01 10:03:18 -0500  
    Browse Code »
  • Pci nic: pci_register_device can fail ...
    aff427a1
    The pci_register_device() call in PCI nic initialization routines can
    fail.  Handle this failure and propagate a meaningful error message to
    the user instead of generating a SEGV.
    
    Cc: Marcelo Tosatti <mtosatti@redhat.com>
    Signed-off-by: Chris Wright <chrisw@sous-sol.org>
    Signed-off-by: Avi Kivity <avi@qumranet.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Chris Wright authored
    2009-05-01 09:47:14 -0500  
    Browse Dir »
  • Fix serial option with -drive ...
    e6a6dfe4
    This is from the KVM tree.
    
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Anthony Liguori authored
    2009-05-01 09:44:12 -0500  
    Browse File »
  • Build fix for !CONFIG_GDBSTUB case ...
    704aec58
    Once CONFIG_GDBSTUB not configured, compile will generate error.
    
    Signed-off-by: Xiantao Zhang <xiantao.zhang@intel.com>
    Signed-off-by: Avi Kivity <avi@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Xiantao Zhang authored
    2009-05-01 09:44:11 -0500  
    Browse Code »
  • suport device driver initialization model ...
    49669fc5
    According to PnP specification, Appendix B, Option ROMs
    that support DDIM (device driver initialization model) should
    have their memory space writeable.
    
    KVM deviates from us here, by removing the IO_MEM_ROM flag,
    to allow for PCI option ROMs (they require DDIM). However,
    there's absolutely no reason we can't do the same.
    
    Signed-off-by: Glauber Costa <glommer@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Glauber Costa authored
    2009-05-01 09:44:11 -0500  
    Browse File »
  • fix virtio_blk_inhdr comment ...
    8b91408b
    The inhdr is at the end of the S/G list, not the beginning.
    
    Signed-off-by: Christoph Hellwig <hch@lst.de>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Christoph Hellwig authored
    2009-05-01 09:44:11 -0500  
    Browse Code »
  • qemu-io: Optionally verify only part of read data ...
    d9654a58
    There are reasonable test cases where a read must span areas that are not
    uniformly filled with one pattern but contains several parts. This makes -P
    useless for them currently.
    
    Introducing additional options which determine the part of the read data that
    should be verified with the given pattern allows to check such reads.
    
    Signed-off-by: Kevin Wolf <kwolf@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Kevin Wolf authored
    2009-05-01 09:44:11 -0500  
    Browse Code »
  • Hardware watchdog ...
    9dd986cc
    Here is an updated hardware watchdog patch, which should fix
    everything that was raised about the previous version ...
    
    Signed-off-by: Richard W.M. Jones <rjones@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Richard W.M. Jones authored
    2009-05-01 09:44:11 -0500  
    Browse File »
  • net: Fix -net socket parameter checks ...
    ffad4116
    My commit ea053add broke -net socket by
    overwriting an intermediate buffer in the added check_param. Fix this
    by switching check_param to automatic buffer allocation and release, ie.
    callers no longer have to worry about providing a scratch buffer.
    
    Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Jan Kiszka authored
    2009-05-01 09:44:11 -0500  
    Browse Code »
  • kvm: Avoid COW if KVM MMU is asynchronous ...
    6f0437e8
    Avi Kivity wrote:
    > Suggest wrapping in a function and hiding it deep inside kvm-all.c.
    >
    
    Done in v2:
    
    ---------->
    
    If the KVM MMU is asynchronous (kernel does not support MMU_NOTIFIER),
    we have to avoid COW for the guest memory. Otherwise we risk serious
    breakage when guest pages change there physical locations due to COW
    after fork. Seen when forking smbd during runtime via -smb.
    
    Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Jan Kiszka authored
    2009-05-01 09:44:11 -0500  
    Browse Code »
  • vnc: kill leftover debug statement. ...
    8563d5b3
    Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Gerd Hoffmann authored
    2009-05-01 09:44:11 -0500  
    Browse Code »
  • vnc: no need to set force_update for incremental update requests. ...
    24cf0a6e
    Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Gerd Hoffmann authored
    2009-05-01 09:44:10 -0500  
    Browse Code »
  • vnc: fix server surface pixel format. ...
    89ee676e
    Format must be identical to the guest surface, we can't work with
    the 32 bpp used by the default surface allocator.
    
    Without this patch vnc doesn't get the conversions right when sending
    pixel data to the client.  The bug triggers if
      (a) the client doesn't support WMVi, and
      (b) the guest screen depth is != 32 bpp.
    
    Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Gerd Hoffmann authored
    2009-05-01 09:44:10 -0500  
    Browse Code »
  • virtio-blk: add SGI_IO passthru support ...
    1063b8b1
    [had the qemu list address wrong the first time, reply to this message,
     not the previous if you were on Cc]
    
    Add support for SG_IO passthru (packet commands) to the virtio-blk
    backend.  Conceptually based on an older patch from Hannes Reinecke
    but largely rewritten to match the code structure and layering in
    virtio-blk.
    
    Note that currently we issue the hose SG_IO synchronously.  We could
    easily switch to async I/O, but that would required either bloating
    the VirtIOBlockReq by the size of struct sg_io_hdr or an additional
    memory allocation for each SG_IO request.
    
    Signed-off-by: Christoph Hellwig <hch@lst.de>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Christoph Hellwig authored
    2009-05-01 09:44:10 -0500  
    Browse Code »
  • ppc: include cache-utils.o in BLOCK_OBJS ...
    451c4abd
    On ppc, cutils.o needs cache-utils.o or an undefined reference to
    qemu_cache_conf results.
    
    Signed-off-by: Mark McLoughlin <markmc@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Mark McLoughlin authored
    2009-05-01 09:44:10 -0500  
    Browse Code »
  • vnc: fix segfault ...
    bee1b010
    Move down cmp_bytes initialization.  Must be after vga_hw_update()
    call, because that one might change the screen depth.
    
    Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Gerd Hoffmann authored
    2009-05-01 09:44:10 -0500  
    Browse File »
  • net: Avoid gcc'ism in net_host_device_add ...
    206ab6e0
    >> +    if (net_client_init(device, opts ? : "") < 0) {
    >
    > Is this a gcc extension?  Do we want to introduce this construct to the
    > code base.
    
    Valid remark, fix below.
    
    Thanks,
    Jan
    
    -------->
    
    Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Jan Kiszka authored
    2009-05-01 09:44:10 -0500  
    Browse Code »
  • vnc: windup keypad keys for qemu console emulation ...
    0fc8e0ec
    Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Gerd Hoffmann authored
    2009-05-01 09:44:10 -0500  
    Browse File »
  • kvm: Relax aligment check of kvm_set_phys_mem ...
    e6f4afe0
    There is no need to reject an unaligned memory region registration if
    the region will be I/O memory and it will not split an existing KVM
    slot. This fixes KVM support on PPC.
    
    Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Jan Kiszka authored
    2009-05-01 09:38:33 -0500  
    Browse File »
  • Remove redundant cirrus vga ram functions. ...
    582af0da
    Signed-off-by: Paul Brook <paul@codesourcery.com>
    Paul Brook authored
    2009-05-01 15:16:15 +0100  
    Browse Dir »
  • Remove redundant #define ...
    140f8f25
    Suppress a warning
    audio/dsoundaudio.c:35:1: warning: "WIN32_LEAN_AND_MEAN" redefined
    <command line>:4:1: warning: this is the location of the previous definition
    
    Signed-off-by: Alex Ivanov <void@aleksoft.net>
    Consul authored
    2009-05-01 11:31:23 +0400  
    Browse Code »

30 Apr, 2009
2 commits
  • Remove cpu_get_io_memory_{read,write}. ...
    0b4e6e3e
    Signed-off-by: Paul Brook <paul@codesourcery.com>
    Paul Brook authored
    2009-04-30 18:39:07 +0100  
    Browse Code »
  • Remove vga LFB accessor hacks. ...
    1dcea8e8
    These are redundant now that we remap the LFB ram area.
    
    Signed-off-by: Paul Brook <paul@codesourcery.com>
    Paul Brook authored
    2009-04-30 18:35:05 +0100  
    Browse File »

29 Apr, 2009
2 commits
  • gitignore qemu-options.texi ...
    0ecdb16e
    $subj
    
    François.
    
    Signed-off-by: François Revol <revol@free.fr>
    François Revol authored
    2009-04-29 22:22:01 +0300  
    Browse File »
  • Fix qemu_event_init ...
    a7e21219
    Falling through to "fail" made qemu_event_init() close the pipe fds
    immediately again, breaking timer event notification.
    
    Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
    Jan Kiszka authored
    2009-04-29 18:38:28 +0000  
    Browse File »

28 Apr, 2009
3 commits
  • Fix powerpc 604 reset vector ...
    2d3eb7bf
    According to 604eUM_book (see 8.3.3 Reset inputs p8-54), the IP bit is set
    for hreset and the vector is at offset 0x100 from the exception prefix.
    
    No difference in this area between 604 and 604e.
    
    Signed-off-by: Tristan Gingold <gingold@adacore.com>
    Tristan Gingold authored
    2009-04-28 18:07:01 +0000  
    Browse Code »
  • Fix PPC reset
    fc1c67bc
    Blue Swirl authored
    2009-04-28 18:00:30 +0000  
    Browse Dir »
  • Silence missing pkg-config error messages
    efcfd0c5
    Blue Swirl authored
    2009-04-28 17:05:24 +0000  
    Browse Code »