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 Jul, 2009
40 commits
  • rename HAVE_BYTESWAP_H to CONFIG_BYTESWAP_H ...
    936dfb80
    Signed-off-by: Juan Quintela <quintela@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Juan Quintela authored
    2009-07-27 14:09:21 -0500  
    Browse Code »
  • rename HAVE_GPROF to TARGET_GPROF ...
    9788c9ca
    Use was not consistent, in Makefile was TARGET_GPROF and in *h HAVE_GPROF
    
    Signed-off-by: Juan Quintela <quintela@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Juan Quintela authored
    2009-07-27 14:09:21 -0500  
    Browse Code »
  • rename HAVE_MACHINE_BSWAP_H to CONFIG_MACHINE_BSWAP_H ...
    5735147e
    Signed-off-by: Juan Quintela <quintela@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Juan Quintela authored
    2009-07-27 14:09:20 -0500  
    Browse Code »
  • rename HAVE_FNMATCH_H to CONFIG_FNMATCH ...
    56ffaf25
    Signed-off-by: Juan Quintela <quintela@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Juan Quintela authored
    2009-07-27 14:09:20 -0500  
    Browse Code »
  • rename HAVE_IOVEC to CONFIG_IOVEC ...
    6114fdb0
    Signed-off-by: Juan Quintela <quintela@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Juan Quintela authored
    2009-07-27 14:09:20 -0500  
    Browse Code »
  • rename HAVE_PREADV to CONFIG_PREADV ...
    2341f9a1
    Signed-off-by: Juan Quintela <quintela@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Juan Quintela authored
    2009-07-27 14:09:20 -0500  
    Browse Code »
  • define MAP_ANONYMOUS if it is not defined in qemu-common.h ...
    0e74e66b
    Signed-off-by: Juan Quintela <quintela@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Juan Quintela authored
    2009-07-27 14:09:20 -0500  
    Browse Code »
  • rename HOST_BSD to CONFIG_BSD ...
    71e72a19
    Signed-off-by: Juan Quintela <quintela@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Juan Quintela authored
    2009-07-27 14:09:20 -0500  
    Browse Code »
  • O_LARGEFILE is already set in qemu-common.h ...
    43da3c08
    Signed-off-by: Juan Quintela <quintela@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Juan Quintela authored
    2009-07-27 14:09:20 -0500  
    Browse Code »
  • fix indententation ...
    cfde872b
    Signed-off-by: Juan Quintela <quintela@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Juan Quintela authored
    2009-07-27 14:09:20 -0500  
    Browse Code »
  • Refactor code to remove one #ifdef CONFIG_FDT ...
    84f15818
    Signed-off-by: Juan Quintela <quintela@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Juan Quintela authored
    2009-07-27 14:09:19 -0500  
    Browse Dir »
  • Rename HAVE_FDT to CONFIG_FDT and define it also in Makefile ...
    3f0855b1
    Signed-off-by: Juan Quintela <quintela@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Juan Quintela authored
    2009-07-27 14:09:19 -0500  
    Browse Code »
  • Add -static in configure if needed ...
    67c0f08d
    Signed-off-by: Juan Quintela <quintela@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Juan Quintela authored
    2009-07-27 14:09:19 -0500  
    Browse File »
  • more specific config.mak can overwrote more general config.mak ...
    f36fc7a1
    Signed-off-by: Juan Quintela <quintela@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Juan Quintela authored
    2009-07-27 14:09:19 -0500  
    Browse File »
  • move printing of config-host.mak variables to end of generation ...
    804edf29
    Signed-off-by: Juan Quintela <quintela@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Juan Quintela authored
    2009-07-27 14:09:18 -0500  
    Browse Code »
  • make oss use OSS_LIBS ...
    6881964c
    Signed-off-by: Juan Quintela <quintela@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Juan Quintela authored
    2009-07-27 14:09:17 -0500  
    Browse Code »
  • make fmod also use FMOD_{LIBS,CFLAGS} ...
    7aac6cb1
    Signed-off-by: Juan Quintela <quintela@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Juan Quintela authored
    2009-07-27 14:09:17 -0500  
    Browse Code »
  • remove CONFIG_ from BLUEZ_{LIBS,FLAGS} ...
    ef7635ec
    Signed-off-by: Juan Quintela <quintela@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Juan Quintela authored
    2009-07-27 14:09:17 -0500  
    Browse Code »
  • remove CONFIG_ from VNC_SASL_{LIBS, FLAGS} ...
    60ddf533
    Signed-off-by: Juan Quintela <quintela@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Juan Quintela authored
    2009-07-27 14:09:17 -0500  
    Browse Code »
  • use same algorithm for testing and ...
    a900c002
    Signed-off-by: Juan Quintela <quintela@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Juan Quintela authored
    2009-07-27 14:09:17 -0500  
    Browse Code »
  • remove CONFIG_ from VNC_TLS_{LIBS, FLAGS} ...
    525061bf
    Signed-off-by: Juan Quintela <quintela@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Juan Quintela authored
    2009-07-27 14:09:16 -0500  
    Browse Code »
  • target_arch2 is redefined unconditionally later ...
    a6290cfd
    Signed-off-by: Juan Quintela <quintela@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Juan Quintela authored
    2009-07-27 14:09:16 -0500  
    Browse Code »
  • Remove SP_CFLAGS and SP_LDFLAGS ...
    b274051d
    SP_CFLAGS and SP_LDFLAGS are only used as initial values for ARCH_CFLAGS/ARCH_LDFLAGS.  Call it directly ARCH_*.  Once there, use the same indentantion that the rest of the file
    
    Signed-off-by: Juan Quintela <quintela@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Juan Quintela authored
    2009-07-27 14:09:16 -0500  
    Browse Code »
  • change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION} ...
    dfe5fff3
    Signed-off-by: Juan Quintela <quintela@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Juan Quintela authored
    2009-07-27 14:09:16 -0500  
    Browse Code »
  • Enable USE_DIRECT_JUMP on Win32. ...
    a8cd70fc
    Signed-off-by: Filip Navara <filip.navara@gmail.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Filip Navara authored
    2009-07-27 14:09:15 -0500  
    Browse Code »
  • Remove special Win32 code in vl.c that's no longer needed. ...
    45b05c77
    Signed-off-by: Filip Navara <filip.navara@gmail.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Filip Navara authored
    2009-07-27 14:09:15 -0500  
    Browse Code »
  • Remove setvbuf(<handle>, NULL, _IOLBF, 0) calls for Win32 ...
    bf65f53f
    On Win32 the setvbuf function requires the last parameter to be size between 2 and INT_MAX bytes, so the calls always failed. Since the whole point of the calls is to set line-buffered mode for the file handle and that's not supported on Win32 anyway, conditionally remove them.
    
    Signed-off-by: Filip Navara <filip.navara@gmail.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Filip Navara authored
    2009-07-27 14:09:15 -0500  
    Browse Code »
  • Remove useless Win32 include files and unused function in net.c. ...
    8fde6546
    Signed-off-by: Filip Navara <filip.navara@gmail.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Filip Navara authored
    2009-07-27 14:09:15 -0500  
    Browse File »
  • tap-win32: Use correct headers. ...
    f8bfb1dc
    Replace the usage of DDK headers with the SDK counterpart "winioctl.h".
    
    Signed-off-by: Filip Navara <filip.navara@gmail.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Filip Navara authored
    2009-07-27 14:09:15 -0500  
    Browse Code »
  • fix broken migration ...
    2bb8c10c
    While fixing migration with -S, commit
    89befdd1 broke the rest of us. Poor
    glommer, with a poor family, spare him his life from this monstruosity.
    
    Since the unconditional vm_start, not autostart was the villain, I'm putting
    back autostart. Let me know if you prefer other solutions, it doesn't really matter,
    doesn't really matter to me.
    
    Any way the wind blows...
    
    Signed-off-by: Glauber Costa <glommer@redhat.com>
    CC: Paolo Bonzini <pbonzini@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Glauber Costa authored
    2009-07-27 14:09:15 -0500  
    Browse Code »
  • Fix broken build ...
    fc5d642f
    The only caller of on_vcpu() is protected by ifdef
    KVM_CAP_SET_GUEST_DEBUG, so protect on_vcpu() too otherwise QEMU
    may not to build.
    
    Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Luiz Capitulino authored
    2009-07-27 14:09:15 -0500  
    Browse Code »
  • slirp: Use monotonic clock if available (v2) ...
    aaf10d9d
    Calling gettimeofday() to compute a time interval can cause problems if
    the system clock jumps forwards or backwards; replace updtime() with
    qemu_get_clock(rt_clock), which calls clock_gettime(CLOCK_MONOTONIC) if
    it is available.
    
    Also remove some useless macros.
    
    Signed-off-by: Ed Swierk <eswierk@aristanetworks.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Ed Swierk authored
    2009-07-27 14:09:15 -0500  
    Browse Code »
  • slirp: Remove UDP protocol emulation (talk, cuseeme) ...
    97df1ee5
    The UDP emulation code for talk has been commented out since the
    beginning of time, and unless someone who runs CU-SeeMe on qemu with
    user-mode networking can vouch that the special magic (a) is necessary
    and (b) works, let's get rid of the code.
    
    Signed-off-by: Ed Swierk <eswierk@aristanetworks.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Ed Swierk authored
    2009-07-27 14:09:15 -0500  
    Browse Code »
  • qemu: msix nit: clear msix_entries_nr on error ...
    3174ecd1
    I don't think it's critical to do this, but it's
    best to keep uninit and error recovery consistent.
    
    Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Michael S. Tsirkin authored
    2009-07-27 14:09:14 -0500  
    Browse Code »
  • QEMU BOCHS bios patches to use maxcpus value. ...
    baef8a66
    Signed-off-by: Jes Sorensen <jes@sgi.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Jes Sorensen authored
    2009-07-27 14:09:14 -0500  
    Browse Code »
  • Introduce -smp , maxcpus= flag to specify maximum number of CPUS. ...
    6be68d7e
    Follow on patch will use it to determine the size of the MADT and
    other BIOS tables.
    
    Signed-off-by: Jes Sorensen <jes@sgi.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Jes Sorensen authored
    2009-07-27 14:09:14 -0500  
    Browse Code »
  • Use Little Endian for Dirty Log ...
    96c1606b
    We currently use host endian long types to store information
    in the dirty bitmap.
    
    This works reasonably well on Little Endian targets, because the
    u32 after the first contains the next 32 bits. On Big Endian this
    breaks completely though, forcing us to be inventive here.
    
    So Ben suggested to always use Little Endian, which looks reasonable.
    
    We only have dirty bitmap implemented in Little Endian targets so far
    and since PowerPC would be the first Big Endian platform, we can just
    as well switch to Little Endian always with little effort without
    breaking existing targets.
    
    This is the userspace part of the patch. It shouldn't change anything
    for existing targets, but help PowerPC.
    
    It replaces my older patch called "Use 64bit pointer for dirty log".
    
    Signed-off-by: Alexander Graf <agraf@suse.de>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Alexander Graf authored
    2009-07-27 14:09:14 -0500  
    Browse Code »
  • Use 64bit pointer for dirty log ...
    1c7936e3
    Dirty logs currently get written with native "long" size. On little endian
    it doesn't matter if we use uint64_t instead though, because we'd still end
    up using the right bytes.
    
    On big endian, this does become a bigger problem, so we need to ensure that
    kernel and userspace talk the same language, which means getting rid of "long"
    and using a defined size instead.
    
    So I decided to use 64 bit types at all times. This doesn't break existing
    targets but will in conjunction with a patch I'll send to the KVM ML make
    dirty logs work with 32 bit userspace on 64 kernel with big endian.
    
    Signed-off-by: Alexander Graf <agraf@suse.de>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Alexander Graf authored
    2009-07-27 14:09:14 -0500  
    Browse Code »
  • HPET fixes for reg writes ...
    ce536cfd
    This patch addresses the problems found by Andriy Gapon:
    
    - The code was incorrectly overwriting the high order 32
      bits of the timer and hpet config registers. This didn't show up
      in testing because linux and windows use hpet in legacy mode,
      where the high order 32 bits (advertising available interrupts)
      of the timer config register are ignored, and the high order 32
      bits of the hpet config register are reserved and unused.
    
    - The mask for level-triggered interrupts was off by a bit. (hpet
      doesn't currently support level-triggered interrupts).
    
    In addition, I removed some unused #defines, and corrected the ioapic
    interrupt values advertised. I'd set this up early in hpet development
    and never went back to correct it, and no bugs resulted since linux and
    windows use hpet in legacy mode where available interrupts are ignored.
    
    Signed-off-by: Beth Kon <eak@us.ibm.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Beth Kon authored
    2009-07-27 14:08:23 -0500  
    Browse Code »
  • slirp: Fix guestfwd for incoming data ...
    bb53fc53
    Unless a virtual server address was explicitly defined (which is
    impossible with the legacy -net channel format), guestfwd did not
    properly forwarded host->guest packets. This patch fixes it.
    
    Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Jan Kiszka authored
    2009-07-27 14:08:23 -0500  
    Browse Code »