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
16 Jul, 2009
40 commits
  • 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 Code »
  • 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 Code »
  • 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 Code »
  • 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 Code »
  • 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 »
  • already defined several lines before in block-obj-y ...
    3b47612b
    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 »
  • Remove unused Makefile variable ...
    71c4f21f
    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 »
  • use nwfpe-obj-y for consistence ...
    9c1dd99b
    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 »
  • use block-nested-y for files inside block/ ...
    1a65ba76
    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 »
  • Remove duplicated definition ...
    727374d9
    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 »
  • fix sparc not solaris build ...
    4c050b3f
    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 »
  • fix XEN Build ...
    7ed208c4
    I miss s/yes/y/ in one place
    
    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 »
  • fix for bad macaddr of e1000 in Windows 2003 server with original MS driver ...
    356c7ff4
    The sequence of reading from eeprom is "offset by one" moved because of a false
    detection of a clock cycle after an eeprom reset. Keeping the last clock value
    after a reset keeps it in sync.
    
    Signed-off-by: Naphtali Sprei <nsprei@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Naphtali Sprei authored
    2009-07-16 17:28:54 -0500  
    Browse Code »
  • qdev: es1370+ac97 description ...
    f3519986
    Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Gerd Hoffmann authored
    2009-07-16 17:28:53 -0500  
    Browse Code »
  • qdev/compat: virtio-net-pci 0.10 compatibility. ...
    a1e0fea5
    Add vectors property, allowing to turn off msi by setting vectors=0.
    Add compat property to pc-0.10 disabling msi.
    
    Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Gerd Hoffmann authored
    2009-07-16 17:28:53 -0500  
    Browse Code »
  • qdev: print device id in "info pci". ...
    8ad12514
    Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Gerd Hoffmann authored
    2009-07-16 17:28:53 -0500  
    Browse Dir »
  • qdev/compat: virtio-console-pci 0.10 compatibility. ...
    d6beee99
    Add class property to virtio-console-pci allowing to specify the PCI class.
    Add compat property to pc-0.10 to set the old PCI class.
    
    Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Gerd Hoffmann authored
    2009-07-16 17:28:53 -0500  
    Browse Code »
  • qdev: add id= support for pci nics. ...
    eb54b6dc
    Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Gerd Hoffmann authored
    2009-07-16 17:28:53 -0500  
    Browse File »
  • qdev/compat: virtio-blk-pci 0.10 compatibility. ...
    ab73ff29
    Add class property to virtio-blk-pci allowing to specify the PCI class.
    Add compat property to pc-0.10 to set the old PCI class.
    
    Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Gerd Hoffmann authored
    2009-07-16 17:28:53 -0500  
    Browse Code »
  • qdev: add user-specified identifier to devices. ...
    ccb63de3
    Add id field to DeviceState.  Make "info qtree" print it.
    
    This helps users and management apps identifying devices in monitor
    output, which is especially useful with otherwise identical devices
    such as two virtio disks.
    
    This patch doesn't add a way to set the id, followup patches will do.
    
    Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Gerd Hoffmann authored
    2009-07-16 17:28:53 -0500  
    Browse Code »
  • qdev/compat: add pc-0.10 machine type. ...
    96cc1810
    Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Gerd Hoffmann authored
    2009-07-16 17:28:52 -0500  
    Browse Code »
  • qdev: add no_user, alias and desc ...
    3320e56e
    no_user: prevent users from adding certain devices.
    desc: description of the device.
    alias: to allow user friendly shortcuts on the command line, i.e.
      -device usbmouse  instead of  -device "QEMU USB Mouse"  or
      -device lsi       instead of  -device lsi53c895a
    
    Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Gerd Hoffmann authored
    2009-07-16 17:28:52 -0500  
    Browse Code »
  • qdev/compat: compat property infrastructure. ...
    b6b61144
    This add support for switching devices into a compatibility mode
    using device properties.  Machine types can have a list of properties
    for specific devices attached to allow the easy creation of machine
    types compatible to older qemu versions.
    
    Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Gerd Hoffmann authored
    2009-07-16 17:28:52 -0500  
    Browse File »
  • qdev: factor out driver search to qdev_find_info() ...
    81ebb98b
    Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Gerd Hoffmann authored
    2009-07-16 17:28:52 -0500  
    Browse Code »
  • cleanup: drop unused struct elements from VirtIOPCIProxy. ...
    15239b2e
    Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Gerd Hoffmann authored
    2009-07-16 17:28:51 -0500  
    Browse Code »