Sign in
qemu
/
qemu
/
1a7e8cae4bfd99beca9103de188440afda6c002a
/
hw
/
musicpal.c
0c26721
musicpal: Fix flash mapping
by Jan Kiszka
· 13 years ago
4e68f7a
net: Rename VLANClientState to NetClientState
by Stefan Hajnoczi
· 13 years ago
2be64a6
hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)
by Laszlo Ersek
· 13 years ago
4bd7466
arm_pic: Pass ARMCPU to arm_pic_init_cpu()
by Andreas Färber
· 13 years ago
3aaa8df
arm_boot: Pass ARMCPU to arm_load_kernel()
by Andreas Färber
· 13 years ago
f25608e
musicpal: Use cpu_arm_init() to obtain ARMCPU
by Andreas Färber
· 13 years ago
5ae9330
arm hw/: Don't use CPUState
by Andreas Färber
· 13 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
f79f2bf
qdev: don't access name through info
by Anthony Liguori
· 13 years ago
6b620ca
prepare for future GPLv2+ relicensing
by Paolo Bonzini
· 13 years ago
49d4d9b6
ptimer: move declarations to ptimer.h
by Paolo Bonzini
· 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
4f5c947
musicpal: avoid call to sysbus_init_mmio()
by Avi Kivity
· 13 years ago
39186d8
serial: Add MemoryRegion parameter to serial_mm_init
by Richard Henderson
· 14 years ago
2ff0c7c
serial: Remove ioregister parameter from serial_mm_init
by Richard Henderson
· 14 years ago
fb50cfe
serial: Use enum device_endian in serial_mm_init parameter
by Richard Henderson
· 14 years ago
19b4a42
musicpal: convert to memory API
by Avi Kivity
· 14 years ago
cfe5f01
pflash_cfi01/pflash_cfi02: convert to memory API
by Avi Kivity
· 14 years ago
01e0451
Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"
by Anthony Liguori
· 14 years ago
c8a50e5
pflash_cfi01/pflash_cfi02: convert to memory API
by Avi Kivity
· 14 years ago
8e31bf3
Correct spelling of licensed
by Matthew Fernandez
· 14 years ago
d04fba9
musicpal: Fix registration of MMIO-less sysbus devices
by Jan Kiszka
· 14 years ago
2507c12
Add endianness as io mem parameter
by Alexander Graf
· 14 years ago
2446333
Rearrange block headers
by Blue Swirl
· 15 years ago
1724f04
qemu_ram_alloc: Add DeviceState and name parameters
by Alex Williamson
· 15 years ago
738012b
Remove useless device dependency of HAS_AUDIO
by Blue Swirl
· 15 years ago
c1735af
musicpal: Drop redundant reset call
by Jan Kiszka
· 15 years ago
5f9fc5a
Compile pflash_cfi02 only once
by Blue Swirl
· 15 years ago
2d48377
Compile serial only once
by Blue Swirl
· 15 years ago
07b064e
Musicpal: Fix descriptor walk in eth_send
by Jan Kiszka
· 15 years ago
6425822
Musicpal: Fix wm8750 I2C address
by Jan Kiszka
· 15 years ago
3a94dd1
net: convert musicpal to NICState
by Mark McLoughlin
· 15 years ago
3cd035d
GPIO I2C rework
by Paul Brook
· 15 years ago
4c91cd2
musicpal: use qdev properties for configuration.
by Gerd Hoffmann
· 15 years ago
e23a1b3
New qdev_init_nofail()
by Markus Armbruster
· 15 years ago
d5b61dd
musicpal: Add VMState support
by Jan Kiszka
· 15 years ago
c88d6bd
musicpal: Make PIT emulation more robust
by Jan Kiszka
· 15 years ago
30624c9
musicpal: True reset support for GPIO
by Jan Kiszka
· 15 years ago
49fedd0
musicpal: Coding style fixes
by Jan Kiszka
· 15 years ago
243cd13
musicpal: Clean up typecasts
by Jan Kiszka
· 15 years ago
708afdf
musicpal: Rework GPIO input events
by Jan Kiszka
· 15 years ago
2e87c5b
musicpal: Catch null TX qeueues
by Jan Kiszka
· 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
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
13f59cb
Remove the unnecessary and only global in musicpal.c
by Andrzej Zaborowski
· 16 years ago
d074769
Make musicpal.c use the I2C device and the Marvell 88w8618 audio device
by Andrzej Zaborowski
· 16 years ago
343ec8e
Musicpal qdev conversion: gpio (except I2C part), keyboard and lcd
by Benoit Canet
· 16 years ago
751c6a1
kill drives_table
by Gerd Hoffmann
· 16 years ago
ee6847d
qdev: rework device properties.
by Gerd Hoffmann
· 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
4f1c942
net: add return value to packet receive handler
by Mark McLoughlin
· 16 years ago
e3f5ec2
net: pass VLANClientState* as first arg to receive handlers
by Mark McLoughlin
· 16 years ago
cda9046
net: re-name vc->fd_read() to vc->receive()
by Mark McLoughlin
· 16 years ago
463af53
net: add fd_readv() handler to qemu_new_vlan_client() args
by Mark McLoughlin
· 16 years ago
067a3dd
Remove qdev irq sink handling
by Paul Brook
· 16 years ago
02e2da4
Add common BusState
by Paul Brook
· 16 years ago
8217606
Introduce reset notifier order
by Jan Kiszka
· 16 years ago
f80f9ec
Convert machine registration to use module init functions
by Anthony Liguori
· 16 years ago
cdbe40c
WM8750 qdev coversion
by Paul Brook
· 16 years ago
b47b50f
MusicPal qdev conversion
by Paul Brook
· 16 years ago
fbe1b59
Remove vga_ram_size
by Paul Brook
· 16 years ago
22d83b1
Push AUD_init down to devices
by Paul Brook
· 16 years ago
0d9acba
Make AUD_init failure fatal
by Paul Brook
· 16 years ago
2ac7117
Replace cpu_abort with hw_error
by Paul Brook
· 16 years ago
b946a15
Introduce VLANClientState::cleanup() (Mark McLoughlin)
by aliguori
· 16 years ago
190cd02
Remove redundant ram_require machine properly.
by pbrook
· 16 years ago
930c868
Musicpal ram access cleanup.
by pbrook
· 16 years ago
bf9b48a
musicpal: Fix regression caused by 6839 (Jan Kiszka)
by aliguori
· 16 years ago
7b5d76d
DisplayAllocator interface (Stefano Stabellini)
by aliguori
· 16 years ago
718ec0b
musicpal: Reorganize IO memory handling (Jan Kiszka)
by malc
· 16 years ago
487414f
hw: remove error handling from qemu_malloc() callers (Avi Kivity)
by aliguori
· 16 years ago
3023f33
graphical_console_init change (Stefano Stabellini)
by aliguori
· 16 years ago
8927bcf
remove bgr (Stefano Stabellini)
by aliguori
· 16 years ago
0ae18ce
Check NIC model in some NIC init functions (Mark McLoughlin)
by aliguori
· 16 years ago
7a9f6e4
Add a -net name=foo parameter (Mark McLoughlin)
by aliguori
· 16 years ago
bf38c1a
Add a model string to VLANClientState (Mark McLoughlin)
by aliguori
· 16 years ago
8da3ff1
Change MMIO callbacks to use offsets, not absolute addresses.
by pbrook
· 16 years ago
0e1f5a0
Introduce accessors for DisplayState (Stefano Stabellini)
by aliguori
· 16 years ago
3d878ca
Set default max_cpus to one.
by balrog
· 16 years ago
b1d8e52
Fix undeclared symbol warnings from sparse
by blueswir1
· 16 years ago
b209700
machine struct - specify max_cpus at the per machine level (Jes Sorensen)
by aliguori
· 16 years ago
4b32e16
machine struct - use C99 initializers (Jes Sorensen)
by aliguori
· 16 years ago
c60e08d
Implement resolution switching in common console code.
by pbrook
· 17 years ago
c8256f9
Enhance sendkey with key hold time (Jan Kiszka).
by balrog
· 17 years ago
167bc3d
MusicPal: Restore display size after invalidation (Jan Kiszka).
by balrog
· 17 years ago
7c6ce4b
musicpal: Improve button handling (Jan Kiszka).
by balrog
· 17 years ago
a350e69
Avoid arithmetics on void * in MusicPal audio code (Jan Kiszka).
by balrog
· 17 years ago
4f3cb3b
MusicPal: fix gcc4 build (Jan Kiszka).
by balrog
· 17 years ago
b6cd0ea
8250: Customized base baudrate
by aurel32
· 17 years ago
4001a81
MusicPal mono playback support.
by balrog
· 17 years ago
9183499
Remove debug sample rate slowdown.
by balrog
· 17 years ago
af83e09
Use external clock in wm8750 slave mode.
by balrog
· 17 years ago
b0f6edb
Musicpal: convert to ram_addr_t
by balrog
· 17 years ago
aa92310
musicpal: Fix output level of 8-bit samples (Jan Kiszka).
by balrog
· 17 years ago
Next »