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
17 Jul, 2009
10 commits
  • ELF codedump build failures ...
    a2547a13
    Rename ELF coredump types to avoid conflict with the corresponding host types.
    
    Signed-off-by: Laurent Desnogues <laurent.desnogues@gmail.com>
    Laurent Desnogues authored
    2009-07-17 13:33:41 +0100  
    Browse Dir »
  • Userspace guest address offsetting ...
    379f6698
    Re-implement GUEST_BASE support.
    Offset guest ddress space by default if the guest binary contains
    regions below the host mmap_min_addr.
    Implement support for i386, x86-64 and arm hosts.
    
    Signed-off-by: Riku Voipio <riku.voipio@iki.fi>
    Signed-off-by: Paul Brook <paul@codesourcery.com>
    Paul Brook authored
    2009-07-17 13:12:41 +0100  
    Browse Dir »
  • Suppress a Sparse warning ...
    a9ff9df1
    Move the export to a file used by both qdev.c and sysbus.c.
    
    Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
    Blue Swirl authored
    2009-07-17 11:18:53 +0000  
    Browse Code »
  • Sparc32: use hex for version numbers ...
    109819e0
    0x10000000 looks better than 268435456.
    
    Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
    Blue Swirl authored
    2009-07-17 11:01:50 +0000  
    Browse Code »
  • Sparc32: fix escc devices broken by ee6847d1 ...
    e2106fe6
    The logic of Zilog makes channel B the first device and channel A the
    second one.
    
    Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
    Blue Swirl authored
    2009-07-17 11:01:49 +0000  
    Browse Code »
  • Sparc32: fix fdc io_base ...
    e8133762
    On some Sparc32 machines, fdc is located above 4G limit, so uint32_t is not
    appropriate type for io_base.
    
    Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
    Blue Swirl authored
    2009-07-17 11:01:48 +0000  
    Browse Code »
  • Fix sparc-softmmu breakage by ee6847d1 ...
    f6e097e7
    Move the qdev_init(dev); call after the setting of d->size.
    Thanks to Filip Navara.
    
    Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
    Blue Swirl authored
    2009-07-17 11:01:47 +0000  
    Browse Dir »
  • Fix OpenBSD build ...
    96555a96
    The header sys-queue.h must be #included early, otherwise at some point OS
    queue macros will be used. On OpenBSD, those don't define TAILQ_FOREACH_SAFE.
    
    Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
    Blue Swirl authored
    2009-07-17 11:01:45 +0000  
    Browse File »
  • ARM host fixes ...
    2d69f359
    Minor TCG cleanups and warning fixes for ARM hosts.
    
    Signed-off-by: Paul Brook <paul@codesourcery.com>
    Paul Brook authored
    2009-07-17 11:21:12 +0100  
    Browse Dir »
  • Ignore -Waddress for alsaaudio.c ...
    2637872b
    /usr/include/alsa/pcm.h contains:
    
    #define snd_pcm_sw_params_alloca(ptr) do { assert(ptr); *ptr = (snd_pcm_sw_params_t *) alloca(snd_pcm_sw_params_sizeof()); memset(*ptr, 0, snd_pcm_sw_params_sizeof()); } while (0)
    
    The assert generates: "error: the address of 'sw_params' will always
    evaluate as 'true'" which combined with -Werror prevents alsaaudio.o
    from being built with certain versions of GCC.
    malc authored
    2009-07-17 05:57:04 +0400  
    Browse Code »

16 Jul, 2009
30 commits
  • Only allow -cpu host when KVM is enabled ...
    5e650002
    -cpu host is not at all useful when using tcg.
    
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Anthony Liguori authored
    2009-07-16 22:20:22 -0500  
    Browse Code »
  • Move CLOCKLIBS and PTHREADLIBS out of CONFIG_LINUX_USER_ONLY ...
    0d35bf2d
    Otherwise, -lrt doesn't get added to the softmmu build.
    
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Anthony Liguori authored
    2009-07-16 22:04:03 -0500  
    Browse Code »
  • Initialize cpuid variables ...
    e6f9e6b4
    This causes a build break when !KVM.
    
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Anthony Liguori authored
    2009-07-16 22:04:02 -0500  
    Browse File »
  • Update version for 0.11 development ...
    d152f84c
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Anthony Liguori authored
    2009-07-16 18:12:18 -0500  
    Browse Code »
  • Update version for 0.11.0-rc0
    9359d0e6
    Anthony Liguori authored
    2009-07-16 18:10:53 -0500  
    Browse File »
  • Generate $target_dir/config.h from $target_dir/config.mak ...
    42bc608b
    Signed-off-by: Juan Quintela <quintela@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Juan Quintela authored
    2009-07-16 17:28:58 -0500  
    Browse Code »
  • Refactor config_softfloat selection in another list ...
    f57975fb
    Signed-off-by: Juan Quintela <quintela@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Juan Quintela authored
    2009-07-16 17:28:58 -0500  
    Browse Code »
  • rename s/config_mak/config_host_mak/ and s/config_h/config_host_h/ ...
    98ec69ac
    Signed-off-by: Juan Quintela <quintela@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Juan Quintela authored
    2009-07-16 17:28:58 -0500  
    Browse Code »
  • simplify TARGET_ABI_DIR generation ...
    e6e91b9c
    Signed-off-by: Juan Quintela <quintela@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Juan Quintela authored
    2009-07-16 17:28:58 -0500  
    Browse File »
  • simplify TARGET_ARCH2 generation ...
    0adcffb1
    Signed-off-by: Juan Quintela <quintela@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Juan Quintela authored
    2009-07-16 17:28:58 -0500  
    Browse Code »
  • simplify TARGET_BASE_ARCH generation ...
    6acff7da
    Signed-off-by: Juan Quintela <quintela@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Juan Quintela authored
    2009-07-16 17:28:57 -0500  
    Browse Code »
  • generate TARGET_<arch name> for config.h ...
    e73aae67
    Signed-off-by: Juan Quintela <quintela@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Juan Quintela authored
    2009-07-16 17:28:57 -0500  
    Browse Code »
  • generate TARGET_ARCH for config.h ...
    afc29f82
    Signed-off-by: Juan Quintela <quintela@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Juan Quintela authored
    2009-07-16 17:28:57 -0500  
    Browse Code »
  • Only setup TARGET_ARCH when it is different of ...
    938b1edd
    Signed-off-by: Juan Quintela <quintela@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Juan Quintela authored
    2009-07-16 17:28:57 -0500  
    Browse Code »
  • print only once TARGET_ARCH ...
    b498c8a0
    Signed-off-by: Juan Quintela <quintela@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Juan Quintela authored
    2009-07-16 17:28:56 -0500  
    Browse Code »
  • Refactor targe_bigendian selection in another list ...
    ea2d6a39
    Signed-off-by: Juan Quintela <quintela@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Juan Quintela authored
    2009-07-16 17:28:56 -0500  
    Browse Code »
  • Refactor common code using a list ...
    e0da9dd3
    Signed-off-by: Juan Quintela <quintela@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Juan Quintela authored
    2009-07-16 17:28:56 -0500  
    Browse Code »
  • generate ARCH name instead of coding it ...
    16dbd14f
    Signed-off-by: Juan Quintela <quintela@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Juan Quintela authored
    2009-07-16 17:28:56 -0500  
    Browse Code »
  • We can wrap ARCH_CFLAGS/ARCH_LDFLAGS in CFLAGS/LDFLAGS at configure time ...
    d80438aa
    Signed-off-by: Juan Quintela <quintela@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Juan Quintela authored
    2009-07-16 17:28:56 -0500  
    Browse Code »
  • We can wrap OS_CFLAGS/OS_LDFLAGS in CFLAGS/LDFLAGS at configure time ...
    ffada369
    Signed-off-by: Juan Quintela <quintela@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Juan Quintela authored
    2009-07-16 17:28:56 -0500  
    Browse File »
  • qemu binary don't exist anymore. I guess not much people is compiling on alpha ...
    92b458e8
    Signed-off-by: Juan Quintela <quintela@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Juan Quintela authored
    2009-07-16 17:28:55 -0500  
    Browse File »
  • Refactor a single rule to generate all qemu-* executables ...
    16394485
    Signed-off-by: Juan Quintela <quintela@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Juan Quintela authored
    2009-07-16 17:28:55 -0500  
    Browse File »
  • TARGET_ARCH == TARGET_BASE_ARCH in m68k and arm ...
    1c872672
    Signed-off-by: Juan Quintela <quintela@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Juan Quintela authored
    2009-07-16 17:28:55 -0500  
    Browse File »
  • BASE_LDFLAGS is not used anywhere else ...
    c44098ca
    Signed-off-by: Juan Quintela <quintela@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Juan Quintela authored
    2009-07-16 17:28:55 -0500  
    Browse File »
  • configure kqemu in a single place ...
    0d46b7ed
    Signed-off-by: Juan Quintela <quintela@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Juan Quintela authored
    2009-07-16 17:28:55 -0500  
    Browse Code »
  • configure kvm in a single place ...
    c59249f9
    Signed-off-by: Juan Quintela <quintela@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Juan Quintela authored
    2009-07-16 17:28:55 -0500  
    Browse Code »
  • configure xen in a single place ...
    1b0c87fc
    Signed-off-by: Juan Quintela <quintela@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Juan Quintela authored
    2009-07-16 17:28:55 -0500  
    Browse Code »
  • change ifdefs by obj-$(TARGET_BASE_ARCH) ...
    9637443f
    Signed-off-by: Juan Quintela <quintela@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Juan Quintela authored
    2009-07-16 17:28:55 -0500  
    Browse File »
  • TARGET_ARCH2 is already known at configure time. ...
    d2917a47
    Remove re-construction in Makefile.target
    
    Signed-off-by: Juan Quintela <quintela@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Juan Quintela authored
    2009-07-16 17:28:55 -0500  
    Browse Code »
  • configure already knows what TARGET_BASE_ARCH we need, no need to put the logic in Makefile.target ...
    0ba99fc6
    Signed-off-by: Juan Quintela <quintela@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Juan Quintela authored
    2009-07-16 17:28:54 -0500  
    Browse Code »