index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
sun4u.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-31
cpus: Pass CPUState to qemu_cpu_kick()
Andreas Färber
1
-1
/
+1
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
1
-3
/
+3
2012-10-22
serial: split serial.c
Gerd Hoffmann
1
-0
/
+1
2012-10-20
create struct for machine initialization arguments
Eduardo Habkost
1
-15
/
+24
2012-10-13
sun4u: Pass SPARCCPU to cpu_set_ivec_irq()
Andreas Färber
1
-4
/
+3
2012-10-13
sun4u: Pass SPARCCPU to cpu_kick_irq()
Andreas Färber
1
-4
/
+6
2012-10-13
sun4u: Pass SPARCCPU to {,s,hs}tick_irq() and cpu_timer_create()
Andreas Färber
1
-8
/
+11
2012-10-06
sun/sun4u: use the new pci_vga_init() function
Aurelien Jarno
1
-2
/
+1
2012-10-06
vga: rename pci_vga_init() into pci_std_vga_init()
Aurelien Jarno
1
-1
/
+1
2012-08-15
Add one new file vga-pci.h and cleanup on all platforms
zhlcindy@gmail.com
1
-0
/
+1
2012-06-04
sun4u: Store SPARCCPU in ResetData
Andreas Färber
1
-4
/
+4
2012-06-04
sun4u: Let cpu_devinit() return SPARCCPU
Andreas Färber
1
-3
/
+5
2012-06-04
sun4u: Use cpu_sparc_init() to obtain SPARCCPU
Andreas Färber
1
-3
/
+6
2012-05-19
sparc64: fix initrd loading
Blue Swirl
1
-23
/
+33
2012-04-04
Improve interrupt handling priority
Artyom Tarasenko
1
-1
/
+6
2012-04-04
Fix vector interrupt handling
Artyom Tarasenko
1
-13
/
+16
2012-03-17
sparc64: implement PCI and ISA irqs
Blue Swirl
1
-18
/
+39
2012-03-14
sparc hw/: Don't use CPUState
Andreas Färber
1
-12
/
+12
2012-03-14
Rename cpu_reset() to cpu_state_reset()
Andreas Färber
1
-1
/
+1
2012-02-15
qom: Unify type registration
Andreas Färber
1
-21
/
+8
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
1
-17
/
+22
2012-01-27
sysbus: apic: ioapic: convert to QEMU Object Model
Anthony Liguori
1
-15
/
+33
2012-01-27
pci: convert to QEMU Object Model
Anthony Liguori
1
-8
/
+15
2012-01-04
vmstate, memory: decouple vmstate from memory API
Avi Kivity
1
-2
/
+4
2011-12-20
sun4u: give ISA bus to ISA methods
Hervé Poussineau
1
-2
/
+4
2011-12-20
isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ...
Hervé Poussineau
1
-8
/
+12
2011-11-28
sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()
Avi Kivity
1
-2
/
+2
2011-10-17
sun4u: convert to memory API
Avi Kivity
1
-9
/
+13
2011-10-16
monitor: Restrict pic/irq_info to supporting targets
Jan Kiszka
1
-8
/
+0
2011-10-02
sun4u: Pass address_space_mem to sun4uv_init
Richard Henderson
1
-5
/
+6
2011-10-02
serial: Add MemoryRegion parameter to serial_mm_init
Richard Henderson
1
-2
/
+3
2011-10-02
serial: Remove ioregister parameter from serial_mm_init
Richard Henderson
1
-1
/
+1
2011-10-02
serial: Use enum device_endian in serial_mm_init parameter
Richard Henderson
1
-1
/
+1
2011-09-25
isa: Pass i/o address space to isa_bus_new
Richard Henderson
1
-1
/
+1
2011-09-18
sun4u: don't set up isa_mem_base
Blue Swirl
1
-1
/
+0
2011-08-28
Fix disabling interrupts in sun4u
Artyom Tarasenko
1
-2
/
+6
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-3
/
+3
2011-08-08
pci: rename pci_register_bar_region() to pci_register_bar()
Avi Kivity
1
-4
/
+2
2011-08-08
sun4u: convert to memory API
Avi Kivity
1
-28
/
+23
2011-06-12
hw/sun4u.c: convert to PCIDeviceInfo to initialize ids
Isaku Yamahata
1
-4
/
+4
2011-04-07
ide: consolidate drive_get(IF_IDE)
Isaku Yamahata
1
-8
/
+1
2011-03-21
change all other clock references to use nanosecond resolution accessors
Paolo Bonzini
1
-6
/
+6
2011-03-13
always qemu_cpu_kick after unhalting a cpu
Paolo Bonzini
1
-2
/
+2
2010-12-11
isa_mmio: Always use little endian
Alexander Graf
1
-2
/
+2
2010-11-16
more stdvga cleanups.
Gerd Hoffmann
1
-1
/
+1
2010-08-24
Rearrange block headers
Blue Swirl
1
-0
/
+1
2010-07-11
pci: don't overwrite multi functio bit in pci header type.
Isaku Yamahata
1
-1
/
+0
2010-07-06
qemu_ram_alloc: Add DeviceState and name parameters
Alex Williamson
1
-2
/
+2
2010-05-26
sparc64: clean up pci bridge map
Igor V. Kovalenko
1
-2
/
+2
2010-05-26
sparc64: rename sun4u cpu to Ultrasparc IIi
Igor V. Kovalenko
1
-1
/
+1
[next]