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
  • Calculate sdl_libs and sdl_flags and use them everywhere ...
    8ad3a7dd
    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:22 -0500  
    Browse Code »
  • sdl_config value was always sdl-config ...
    d3d9738f
    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:22 -0500  
    Browse Code »
  • the else part of this test is obsolete We are testing for sdl = yes inside the e… ...
    a68551bc
    …lse part of the test if sdl = yes
    
    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:22 -0500  
    Browse Code »
  • Use CONFIG_POSIX to simplify Makefile ...
    eeb6d45b
    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 File »
  • Add CONFIG_POSIX ...
    35f4df27
    We need a way to define posix-like (a.k.a. no win32)
    
    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 WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN ...
    e2542fe2
    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 DEBUG_EXEC to CONFIG_DEBUG_EXEC ...
    f0667e66
    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 DEBUG_TCG to CONFIG_DEBUG_TCG ...
    092c73ee
    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_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 »