Sign in
qemu
/
qemu
/
db866be982f970d1dfe3798465847e3fb0ae0aaf
/
hw
/
intc
/
slavio_intctl.c
35d0845
savevm: Remove all the unneeded version_minimum_id_old (rest)
by Juan Quintela
· 11 years ago
7d45e78
hw/intc/slavio_intctl: Avoid shifting left into sign bit
by Peter Maydell
· 11 years ago
7abad86
slavio_intctl: QOM cast cleanup
by Andreas Färber
· 12 years ago
1437c94
hw/i*: pass owner to memory_region_init* functions
by Paolo Bonzini
· 12 years ago
2c9b15c
memory: add owner argument to initialization functions
by Paolo Bonzini
· 12 years ago
7702e47
hw: move interrupt controllers to hw/intc/, configure with default-configs/
by Paolo Bonzini
· 12 years ago
[Renamed from hw/slavio_intctl.c]
0d09e41
hw: move headers to include/
by Paolo Bonzini
· 12 years ago
83c9f4c
hw: include hw header files with full paths
by Paolo Bonzini
· 12 years ago
1356b98
sysbus: Drop sysbus_from_qdev() cast macro
by Andreas Färber
· 12 years ago
8c43a6f
Make all static TypeInfos const
by Andreas Färber
· 12 years ago
83c9089
monitor: move include files to include/monitor/
by Paolo Bonzini
· 12 years ago
a8170e5
Rename target_phys_addr_t to hwaddr
by Avi Kivity
· 12 years ago
83f7d43
qom: Unify type registration
by Andreas Färber
· 13 years ago
39bffca
qdev: register all types natively through QEMU Object Model
by Anthony Liguori
· 13 years ago
999e12b
sysbus: apic: ioapic: convert to QEMU Object Model
by Anthony Liguori
· 13 years ago
750ecd4
sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()
by Avi Kivity
· 13 years ago
8bb5ef3
slavio_intctl: convert slaves interrupt controllers to memory API
by Benoît Canet
· 13 years ago
13c89a1
slavio_intctl: convert master interrupt controller to memory API
by Benoît Canet
· 13 years ago
07dd003
slavio_intctl: avoid structure holes spotted by pahole
by Blue Swirl
· 14 years ago
c84a88d
hw/slavio_intctl.c: fix gcc warning about array bounds overrun
by Peter Maydell
· 14 years ago
2507c12
Add endianness as io mem parameter
by Alexander Graf
· 14 years ago
97bf485
sparc32: convert debug printf statements to tracepoints
by Blue Swirl
· 14 years ago
94c5f45
mask all interrupts when MASTER_DISABLE is set
by Artyom Tarasenko
· 15 years ago
10760f0
sparc32 do not clear interrupts when masking
by Artyom Tarasenko
· 15 years ago
a01d6ef
sparc32 (mostly): remove unneeded calls to device reset
by Blue Swirl
· 15 years ago
78971d5
sparc32: convert interrupt controller to reset + vmsd
by Blue Swirl
· 15 years ago
e59fb37
vmstate: add version_id argument to post_load
by Juan Quintela
· 15 years ago
c227f09
Revert "Get rid of _t suffix"
by Anthony Liguori
· 15 years ago
99a0949
Get rid of _t suffix
by malc
· 15 years ago
752ff2f
vmstate: rename run_after_load() -> post_load()
by Juan Quintela
· 16 years ago
c9e9502
Sparc32: port interrupt controller to VMState design
by Blue Swirl
· 16 years ago
81a322d
qdev: add return value to init() callbacks.
by Gerd Hoffmann
· 16 years ago
462eda2
Sparc32: improve interrupt handling
by Blue Swirl
· 16 years ago
d60efc6
Make CPURead/WriteFunc structure 'const'
by Blue Swirl
· 16 years ago
d453c2c
Sparc32: fix monitor commands 'info pic' and 'info irq'
by Blue Swirl
· 16 years ago
7fdaf61
qdev/prop: convert slavio_intctl.c to helper macros.
by Gerd Hoffmann
· 16 years ago
68556e2
Sparc32: move intbit_to_level table back to slavio_intctl.c
by Blue Swirl
· 16 years ago
4b48bf0
Sparc32: move device instantiation to sun4m.c
by Blue Swirl
· 16 years ago
ee6847d
qdev: rework device properties.
by Gerd Hoffmann
· 16 years ago
a1961a4
Sparc32: convert slavio interrupt controller to qdev
by Blue Swirl
· 16 years ago
a08d436
Revert "Introduce reset notifier order"
by Jan Kiszka
· 16 years ago
0d0a7e6
Don't set IRQs on device reset and loadvm/savevm
by Blue Swirl
· 16 years ago
1eed09c
Remove io_index argument from cpu_register_io_memory()
by Avi Kivity
· 16 years ago
8217606
Introduce reset notifier order
by Jan Kiszka
· 16 years ago
001faf3
Replace gcc variadic macro extension with C99 version
by Blue Swirl
· 16 years ago
d78f399
Delete some unused macros detected with -Wp,-Wunused-macros use
by blueswir1
· 16 years ago
376253e
monitor: Rework API (Jan Kiszka)
by aliguori
· 16 years ago
3c4cf53
Fix slavio_intctl.c compile errors (Robert Reif)
by blueswir1
· 16 years ago
487414f
hw: remove error handling from qemu_malloc() callers (Avi Kivity)
by aliguori
· 16 years ago
1d6198c
Remove unnecessary trailing newlines
by blueswir1
· 16 years ago
a8f48dc
Remove address masking after some rearranging
by blueswir1
· 16 years ago
8da3ff1
Change MMIO callbacks to use offsets, not absolute addresses.
by pbrook
· 16 years ago
77f193d
Wrap long lines
by blueswir1
· 17 years ago
e3a79bc
Fix Debian serial console boot problem reported by Aurelien Jarno
by blueswir1
· 17 years ago
7c56045
Register only valid register access widths
by blueswir1
· 17 years ago
6341fdc
Fix CPU timer interrupts
by blueswir1
· 17 years ago
80be36b
Fix master interrupt register masking
by blueswir1
· 17 years ago
cc2acc4
Fix system read address mask (Robert Reif)
by blueswir1
· 17 years ago
9a87ce9
Name the magic constants, fix a hex number without 0x
by blueswir1
· 17 years ago
87ecb68
Break up vl.h.
by pbrook
· 17 years ago
f930d07
More detabification
by blueswir1
· 17 years ago
3b46e62
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
by ths
· 18 years ago
5fafdf2
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
by ths
· 18 years ago
1569fc2
Fix Slavio interrupt controller debugging output
by blueswir1
· 18 years ago
327ac2e
Fix Sparc32 interrupt handling
by blueswir1
· 18 years ago
dd4131b
Interrupt debugging DPRINTFs
by blueswir1
· 18 years ago
b3a2319
Use qemu_irqs between CPUs and interrupt controller
by blueswir1
· 18 years ago
d7edfd2
Use qemu_irq between interrupt controller and timers
by blueswir1
· 18 years ago
5aca8c3
Split DMA controller in two Fix register size related bugs
by blueswir1
· 18 years ago
c6fdf5f
Fix interrupt controller address masking
by blueswir1
· 18 years ago
5dcb6b9
Use full 36-bit physical address space on SS10
by blueswir1
· 18 years ago
d537cf6
Unify IRQ handling.
by pbrook
· 18 years ago
52cc07d
Change Sparc uses of pic_set_irq to pic_set_irq_new
by blueswir1
· 18 years ago
e0353fe
Add SparcStation-10 machine
by blueswir1
· 18 years ago
491730f
SlavIO interrupt controller fix, by Aurelien Jarno.
by ths
· 18 years ago
26a7646
C99 64 bit printf
by bellard
· 19 years ago
ba3c64f
Initial SPARC SMP support (Blue Swirl)
by bellard
· 19 years ago
c68ea70
cpu_single_env usage fix
by bellard
· 19 years ago
3475187
sparc64 marge (Blue Swirl)
by bellard
· 20 years ago
66321a1
sparc update (Blue Swirl)
by bellard
· 20 years ago
6bae707
sparc fix (Blue Swirl)
by bellard
· 20 years ago
e80cfcf
SPARC merge
by bellard
· 20 years ago