•         * hw/sh.h (tmu012_init): Accept qemu_irq, not intc_source.
            * hw/sh7750.c (sh7750_init): Pass qemu_irq to tmu012_init.
            * hw/sh_intc.c (sh_intc_set_irq): New.
            (sh_intc_init): Allocate irqs.
            * hw/sh_intc.h (struct intc_desc): New field irqs.
            * hw/sh_timer.c (sh_timer_state): Use qemu_irq, not intc_source.
            (sh_timer_update): Use qemu_set_irq, not sh_intc_toggle_source.
            (sh_timer_init, tmu012_init): Adjust.
    
    (Vladimir Prus)
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5768 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
     
    Browse Code »
  • Remove unused file, reported by Laurent Desnogues.
    
    Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5767 c046a42c-6fe2-441c-8c8c-71466251a162
    edgar_igl authored
     
    Browse Code »
  • We're currently ignoring the e1000 VLAN tagging, stripping and filtering
    features in the e1000 emulation.  This patch adds backing for the
    relevant registers and provides a software implementation of the
    acceleration, such that a guest can make use of VLANs.
    
    This is mostly (only?) useful for a guest on a bridge (not user mode
    networking).  The only caveat beyond that is that you need to make sure
    the host NIC isn't doing it's own tagging, stripping, or filtering.
    This generally means the host NIC on the bridge should not be part of a
    VLAN.
    
    Signed-off-by: Alex Williamson <alex.williamson@hp.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5766 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
     
    Browse Code »