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
10 Jan, 2009
1 commit
  • Add EBUS bridge ...
    c190ea07
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6266 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2009-01-10 11:33:32 +0000  
    Browse Code »

09 Jan, 2009
11 commits
  • Fix APB ...
    a94fd955
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6265 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2009-01-09 20:53:30 +0000  
    Browse File »
  • Update openbios-ppc to revision 373 ...
    27a3deca
    Fix boot on CD-ROM.
    
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6264 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-01-09 20:06:44 +0000  
    Browse File »
  • fix configuring kvm probe when using --kerneldir (Christian Ehrhardt) ...
    8444eb6e
    There is already a variable kvm_cflags which gets the path of the kernel
    includes when using --kerneldir. But eventually with newer kernels we all will
    need arch/$arch/include too (my case was a incldue of asm/kvm.h which was not
    found anymore). Headers in a full kernel source are not flattened to
    one arch like they are if e.g. installed kernel headers are used.
    
    To fix that, the includes added to cflags depending on --kerneldir should also
    contian the arch includes. The patch adds a special check for x86 because its
    source layout recently changed, all others directly use arch/$cpu/include if
    existent.
    
    Signed-off-by: Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6263 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-09 20:05:10 +0000  
    Browse Code »
  • Mark openbios-ppc as a binary file. ...
    9ec0b4a3
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6262 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-01-09 19:51:09 +0000  
    Browse Code »
  • mips, ppc: make sure nd->model is always defined ...
    5652ef78
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6261 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-01-09 13:10:41 +0000  
    Browse Code »
  • target-ppc: add an openbios-ppc image ...
    e5d01b06
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6260 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-01-09 11:01:31 +0000  
    Browse Dir »
  • Update to reflect the fact that AC97 will be built by default ...
    1d1f8c33
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6259 c046a42c-6fe2-441c-8c8c-71466251a162
    malc authored
    2009-01-09 10:46:37 +0000  
    Browse Code »
  • More flexible audio card selection ...
    4c9b53e3
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6258 c046a42c-6fe2-441c-8c8c-71466251a162
    malc authored
    2009-01-09 10:46:34 +0000  
    Browse File »
  • target-ppc: revert part of commit r6254 committed accidentally ...
    6b419964
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6257 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-01-09 06:43:25 +0000  
    Browse Dir »
  • Make the set_link cmd handle multiple nics. ...
    dd5de373
    Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6256 c046a42c-6fe2-441c-8c8c-71466251a162
    edgar_igl authored
    2009-01-09 00:48:28 +0000  
    Browse Code »
  • ETRAX: Let the ethernet PHY report the current link-state. ...
    94410b78
    * PHY reports correct link-state.
    * Allow the board description to assign separate addresses to each PHY.
    
    Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6255 c046a42c-6fe2-441c-8c8c-71466251a162
    edgar_igl authored
    2009-01-09 00:04:35 +0000  
    Browse Code »

08 Jan, 2009
25 commits
  • Add v{add, sub}{s, u}{b, h, w}s instructions ...
    5ab09f33
    Nathan Froyd <froydnj@codesourcery.com>
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6254 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-01-08 23:19:50 +0000  
    Browse Code »
  • Enable ac97 by default ...
    b0f3b8fa
    ac97 has drivers for Vista 64-bit whereas sb16 and es1370 do not appear to.  I
    asked malc why it was disabled and he said it was because it was GPL.  He did
    not object to enabling it now that more QEMU code is GPL'd.
    
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6253 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-08 21:03:55 +0000  
    Browse Code »
  • IDE: Return zero when reading error register with slave selected (Justin Chevrier) ...
    c45ca54f
    During hardware detection Openserver issues commands to slaves on both primary
    and secondary ports. We already return a zero for the status register in this
    situation but after reading the status register the Openserver installer
    proceeds to check the value of the error register. Currently we return the
    existing value in the register. This confuses the installer and it tries to
    access the slave units later on. When the command that gets issued later gets
    ignored the installer freezes. The patch below returns zero when reading the
    error register if a slave unit is selected. Openserver can now successfully be
    installed using the emulated IDE hard drive.
    
    Return zero when reading error register with slave selected
    
    Signed-off-by: Justin Chevrier <theburner1@yahoo.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6252 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-08 21:03:07 +0000  
    Browse Code »
  • Fix IDE debug ...
    5df23f53
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6251 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2009-01-08 20:01:26 +0000  
    Browse Code »
  • Implement virtio_net link status (Mark McLoughlin) ...
    554c97dd
    Implement the VIRTIO_NET_F_STATUS feature by exposing the link status
    through virtio_net_config::status.
    
    Signed-off-by: Mark McLoughlin <markmc@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6250 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-08 19:46:33 +0000  
    Browse Dir »
  • Implement e1000 link status (Mark McLoughlin) ...
    99ed7e30
    On link up or down we set the E1000_STATUS_LU ("link up") bit
    in the status register and set the E1000_ICR_LSC ("link
    status changed") bit in the interrupt cause register before
    interrupting the guest.
    
    Signed-off-by: Mark McLoughlin <markmc@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6249 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-08 19:45:50 +0000  
    Browse Code »
  • Allow devices be notified of link status change (Mark McLoughlin) ...
    34b25ca7
    Signed-off-by: Mark McLoughlin <markmc@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6248 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-08 19:45:03 +0000  
    Browse File »
  • Add 'set_link' monitor command (Mark McLoughlin) ...
    436e5e53
    Add a monitor command to setting a given network device's link status
    to 'up' or 'down'.
    
    Allows simulation of network cable disconnect.
    
    Signed-off-by: Mark McLoughlin <markmc@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6247 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-08 19:44:06 +0000  
    Browse Code »
  • qemu-nbd: fix options: -b (--bind) expects an argument (IFACE) (Uri Lublin) ...
    d6aa671f
    Rebased for qemu tree.
    
    Signed-off-by: Uri Lublin <uril@redhat.com> 
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6246 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-08 19:34:35 +0000  
    Browse File »
  • qcow2: free old snapshots array upon creation of a new one (Uri Lublin) ...
    54c16572
    Don't leak memory
    
    Rebased for qemu tree.
    
    Signed-off-by: Uri Lublin <uril@redhat.com> 
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6245 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-08 19:32:20 +0000  
    Browse Code »
  • qcow1: Fix compressed images (Kevin Wolf) ...
    7f48fa1f
    Revert r4673, the removed dead code wasn't dead in fact.
    
    Additionally, change the misleading else which tricks the reader into
    believing that allocate is a boolean to else if (allocate == 2).
    
    Signed-off-by: Kevin Wolf <kwolf@suse.de>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6244 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-08 19:29:03 +0000  
    Browse Code »
  • Add support for vmchannel socket migration (Gleb Natapov) ...
    062e5527
    Signed-off-by: Gleb Natapov <gleb@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6243 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-08 19:27:07 +0000  
    Browse Dir »
  • Add "restrict" and "ip" option to "user" net option (Gleb Natapov) ...
    49ec9b40
    Expose new slirp capabilities to user through a command line options.
    
    Signed-off-by: Gleb Natapov <gleb@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6242 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-08 19:26:22 +0000  
    Browse Code »
  • Add slirp_restrict option (Gleb Natapov) ...
    a9ba3a85
    Add "slirp firewall" to permit connection only to vmchannel addresses.
    
    Signed-off-by: Gleb Natapov <gleb@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6241 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-08 19:24:00 +0000  
    Browse File »
  • Redirect slirp traffic to/from qemu character device (Gleb Natapov) ...
    e1c5a2b3
    Signed-off-by: Gleb Natapov <gleb@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6240 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-08 19:18:21 +0000  
    Browse Code »
  • Add model field to nic info (Mark McLoughlin) ...
    4dda4063
    The model type used to be printed as part of the nic info.  It was removed when
    the name type was added.  This adds back a model field for those that were
    using it previously.
    
    Signed-off-by: Mark McLoughlin <markmc@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6239 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-08 19:01:37 +0000  
    Browse Code »
  • Add vspltis{b,h,w} instructions ...
    c026766b
    Signed-off-by: Nathan Froyd <froydnj@codesourcery.com>
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6238 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-01-08 18:54:57 +0000  
    Browse File »
  • Add vs{l,r} instructions ...
    d9430add
    Signed-off-by: Nathan Froyd <froydnj@codesourcery.com>
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6237 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-01-08 18:54:48 +0000  
    Browse File »
  • Add vcmpequ{b, h, w} and vcmpgt{s, u}{b, h, w} instructions ...
    1add6e23
    Signed-off-by: Nathan Froyd <froydnj@codesourcery.com>
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6236 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-01-08 18:54:38 +0000  
    Browse Code »
  • Add GEN_VXRFORM{,1} macros for subsequent instructions ...
    0cbcd906
    Signed-off-by: Nathan Froyd <froydnj@codesourcery.com>
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6235 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-01-08 18:54:26 +0000  
    Browse Code »
  • Improve PCI debug support ...
    8026037b
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6234 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2009-01-08 18:52:52 +0000  
    Browse Code »
  • target-mips: CP0 Random register improvements ...
    59d94130
    - Use a LFSR to generate the random value
    - Make sure to not return the same value twice
    
    Based on a patch by Hervé Poussineau.
    
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6233 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-01-08 18:48:12 +0000  
    Browse Code »
  • cmd646: correctly enable IDE channels ...
    0516ede0
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6232 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-01-08 16:01:33 +0000  
    Browse Code »
  • target-ppc: move OpenBIOS machines type to ppc.h from hw/ppc_oldworld.c ...
    5ce4aafd
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6231 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-01-08 16:01:23 +0000  
    Browse Code »
  • Some more updates for the g3bw -> g3beige change ...
    d45952a0
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6230 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-01-08 16:01:13 +0000  
    Browse Code »

07 Jan, 2009
3 commits
  • update the documentation for the g3bw -> g3beige change ...
    13e4e059
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6229 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-01-07 23:51:36 +0000  
    Browse Code »
  • target-ppc: Switch ppc_oldworld.c to G3 beige ...
    4d7ca41e
    The G3 B&W is a new world machine. The machine currently implemented is
    actually closer to a G3 beige.
    
    Also swith the MacIO from Paddigton (new world) to Heathrow (old world).
    
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6228 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-01-07 23:38:59 +0000  
    Browse Code »
  • CRIS: Purify some of the flag evaluation helpers. ...
    6231868b
    Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6227 c046a42c-6fe2-441c-8c8c-71466251a162
    edgar_igl authored
    2009-01-07 23:38:41 +0000  
    Browse Code »