Sign in
qemu-android
/
qemu-android
/
077805fa92b9089137c6b6b196d449ee05cc342f
/
hw
/
tcx.c
077805f
janitor: do not rely on indirect inclusions of or from qemu-char.h
by Paolo Bonzini
· 12 years ago
a93a4a2
console: untangle gfx & txt updates
by Gerd Hoffmann
· 12 years ago
a8170e5
Rename target_phys_addr_t to hwaddr
by Avi Kivity
· 12 years ago
4d5b97d
cleanup useless return sentence
by Amos Kong
· 12 years ago
0ab6b63
tcx: tcx_screen_dump(): add error handling
by Luiz Capitulino
· 13 years ago
537f2d2
tcx: tcx24_screen_dump(): add error handling
by Luiz Capitulino
· 13 years ago
d709813
console: vga_hw_screen_dump_ptr: take Error argument
by Luiz Capitulino
· 13 years ago
45efb16
optimize screendump for the common non-switch case
by Gerd Hoffmann
· 13 years ago
83f7d43
qom: Unify type registration
by Andreas Färber
· 13 years ago
cd7a45c
memory: change dirty getting API to take a size
by Blue Swirl
· 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
fd4aa97
memory: change dirty setting APIs to take a size
by Blue Swirl
· 13 years ago
c5705a7
vmstate, memory: decouple vmstate from memory API
by Avi Kivity
· 13 years ago
750ecd4
sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()
by Avi Kivity
· 13 years ago
d08151b
tcx: convert to memory API
by Avi Kivity
· 13 years ago
427a66c
tcx: avoid structure holes spotted by pahole
by Blue Swirl
· 14 years ago
2507c12
Add endianness as io mem parameter
by Alexander Graf
· 14 years ago
1724f04
qemu_ram_alloc: Add DeviceState and name parameters
by Alex Williamson
· 15 years ago
f7e683b
Sparc32: remove dead increment, spotted by clang
by Blue Swirl
· 15 years ago
a01d6ef
sparc32 (mostly): remove unneeded calls to device reset
by Blue Swirl
· 15 years ago
f79ca11
sparc32: tcx: remove unused include directive
by Blue Swirl
· 15 years ago
7f23f81
qemu/qdev: type safety in reset handler
by Michael S. Tsirkin
· 16 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
20bb827
qdev: convert tcx to reset + vmsd
by Gerd Hoffmann
· 16 years ago
c0c41a4
Sparc32: port TCX to VMState design
by Blue Swirl
· 16 years ago
81a322d
qdev: add return value to init() callbacks.
by Gerd Hoffmann
· 16 years ago
d60efc6
Make CPURead/WriteFunc structure 'const'
by Blue Swirl
· 16 years ago
53dad49
qdev/prop: convert tcx.c to helper macros.
by Gerd Hoffmann
· 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
d3ffcaf
Sparc32: fix SDL zooming with TCX
by Blue Swirl
· 16 years ago
f40070c
Sparc32: convert tcx to qdev
by Blue Swirl
· 16 years ago
a08d436
Revert "Introduce reset notifier order"
by Jan Kiszka
· 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
c0c440f
Synch to VGA
by Blue Swirl
· 16 years ago
520860e
Allocate enough vram for 24-bit planes.
by pbrook
· 16 years ago
dc828ca
Cleanup SPARC/TCX framebuffer allocation.
by pbrook
· 16 years ago
7b5d76d
DisplayAllocator interface (Stefano Stabellini)
by aliguori
· 16 years ago
487414f
hw: remove error handling from qemu_malloc() callers (Avi Kivity)
by aliguori
· 16 years ago
3023f332
graphical_console_init change (Stefano Stabellini)
by aliguori
· 16 years ago
8927bcf
remove bgr (Stefano Stabellini)
by aliguori
· 16 years ago
e64d7d5
Remove address masking
by blueswir1
· 16 years ago
0e1f5a0
Introduce accessors for DisplayState (Stefano Stabellini)
by aliguori
· 16 years ago
b6c4f71
Resurrect the safe part of r5274
by blueswir1
· 16 years ago
2ca83a8
Revert r5274 which breaks savevm/loadvm
by blueswir1
· 16 years ago
67d8cec
Add signed versions of save/load functions
by blueswir1
· 16 years ago
688ea2e
Fix 24 bit mode
by blueswir1
· 17 years ago
c60e08d
Implement resolution switching in common console code.
by pbrook
· 17 years ago
2048340
Also fix 24 bit depth
by blueswir1
· 17 years ago
33b6939
Fix crash when returning from monitor or serial console to normal TCX view
by blueswir1
· 17 years ago
77f193d
Wrap long lines
by blueswir1
· 17 years ago
2254876
Fix compiler warnings
by blueswir1
· 17 years ago
4d3b6f6
Add an ncurses UI.
by balrog
· 17 years ago
7c56045
Register only valid register access widths
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
fda77c2
Fix loadvm
by blueswir1
· 18 years ago
b3ceef2
Rename variables and rearrange code to please gcc -Wshadow checks
by blueswir1
· 18 years ago
b29169d
Attempt to fix incorrect colours on some BGR displays
by blueswir1
· 18 years ago
9447084
Merge TCX and VGA pixel operations
by blueswir1
· 18 years ago
97e7df2
Force display update on palette change or loadvm
by blueswir1
· 18 years ago
5dcb6b9
Use full 36-bit physical address space on SS10
by blueswir1
· 18 years ago
f96f4c9
Make TCX registers match what NetBSD expects
by blueswir1
· 18 years ago
8508b89
Add dummy THC and TEC registers to TCX
by blueswir1
· 18 years ago
eee0b83
TCX 24 bit model support
by blueswir1
· 18 years ago
5c8cdbf
TCX palette bug fix
by blueswir1
· 18 years ago
5425a21
Fix Sparc32 device save methods
by blueswir1
· 18 years ago
8bdc215
Don't cast lvalues, fixes compiler warning.
by ths
· 18 years ago
21206a1
more correct display functions
by bellard
· 19 years ago
550be12
fixed refresh logic (initial patch by Igor Kovalenko)
by bellard
· 19 years ago
9521989
Allow multiple graphics devices.
by pbrook
· 19 years ago
6f7e9ae
sparc fixes (Blue Swirl)
by bellard
· 20 years ago
0a962c0
dirty flag changes
by bellard
· 20 years ago
662f3c8
ram dirty flag handling fixes
by bellard
· 20 years ago
e80cfcf
SPARC merge
by bellard
· 20 years ago
8d5f07f
sparc merge (Blue Swirl)
by bellard
· 20 years ago
420557e
full system SPARC emulation (Blue Swirl)
by bellard
· 20 years ago