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
/
nseries.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-19
Allow machines to configure the QEMU_VERSION that's exposed via hardware
Crístian Viana
1
-1
/
+2
2012-06-11
arm_boot: Pass ARMCPU to arm_load_kernel()
Andreas Färber
1
-1
/
+1
2012-06-11
nseries: Rename n800_s::cpu to mpu
Andreas Färber
1
-36
/
+36
2012-06-04
omap: Use cpu_arm_init() to store ARMCPU in omap_mpu_state_s
Andreas Färber
1
-3
/
+3
2012-03-15
hw/omap_i2c: Convert to qdev
Juha Riihimäki
1
-7
/
+5
2012-02-17
nseries: attach monitor powerdown request to menelaus
Paolo Bonzini
1
-0
/
+2
2011-11-28
omap_uart: convert to memory API
Avi Kivity
1
-1
/
+3
2011-09-23
omap_intc: Qdevify
Peter Maydell
1
-1
/
+3
2011-08-31
tusb6010: Convert to qdev
Peter Maydell
1
-18
/
+13
2011-08-28
omap_gpmc: Clean up omap_gpmc_attach MemoryRegion conversion
Peter Maydell
1
-7
/
+3
2011-08-28
hw/onenand: Qdevify
Juha Riihimäki
1
-7
/
+18
2011-08-22
tusb6010: move declarations to new file tusb6010.h
Avi Kivity
1
-0
/
+1
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-4
/
+4
2011-07-30
onenand: Handle various ID fields separately
Juha Riihimäki
1
-2
/
+3
2011-07-30
onenand: Pass BlockDriverState to init function
Peter Maydell
1
-4
/
+6
2011-07-30
lm832x: Take DeviceState pointer in lm832x_key_event()
Peter Maydell
1
-4
/
+3
2011-07-30
hw/omap_gpio.c: Convert to qdev
Juha Riihimäki
1
-22
/
+21
2011-07-04
arm: Add const attribute to some arm_boot_info pointers
Stefan Weil
1
-2
/
+2
2010-12-11
Add bootindex for option roms.
Gleb Natapov
1
-2
/
+2
2010-05-31
arm: fix arm kernel boot for non zero start addr
Lars Munch
1
-7
/
+0
2009-12-02
Fix qemu_free use in nseries.c
Jean-Christophe DUBOIS
1
-1
/
+1
2009-10-01
Revert "Get rid of _t suffix"
Anthony Liguori
1
-4
/
+4
2009-10-01
Get rid of _t suffix
malc
1
-4
/
+4
2009-09-21
Fix Sparse warnings about using plain integer as NULL pointer
Blue Swirl
1
-8
/
+8
2009-09-20
Compile loader only once
Blue Swirl
1
-0
/
+1
2009-07-16
Update to a hopefully more future proof FSF address
Blue Swirl
1
-2
/
+1
2009-06-29
Revert "Introduce reset notifier order"
Jan Kiszka
1
-1
/
+1
2009-05-22
Introduce reset notifier order
Jan Kiszka
1
-1
/
+1
2009-05-21
Convert machine registration to use module init functions
Anthony Liguori
1
-2
/
+10
2009-05-14
TWL92230 qdev conversion
Paul Brook
1
-4
/
+2
2009-05-14
TMP105 qdev conversion
Paul Brook
1
-1
/
+3
2009-05-14
LM832x qdev conversion
Paul Brook
1
-2
/
+3
2009-05-13
Remove vga_ram_size
Paul Brook
1
-2
/
+2
2009-05-12
Push AUD_init down to devices
Paul Brook
1
-1
/
+1
2009-05-10
Follow coding conventions
Paul Brook
1
-6
/
+6
2009-05-08
Replace cpu_abort with hw_error
Paul Brook
1
-2
/
+1
2009-04-11
Remove redundant ram_require machine properly.
pbrook
1
-4
/
+0
2009-04-11
Fix/remove bogus ram size checks.
pbrook
1
-7
/
+0
2009-04-10
Yet more phys_ram_base elimination.
pbrook
1
-3
/
+5
2009-04-09
Use load_image_targphys and avoid phys_ram_base.
pbrook
1
-2
/
+5
2009-03-13
DisplayAllocator interface (Stefano Stabellini)
aliguori
1
-1
/
+1
2009-02-09
Fix displaystate (r6344) regression in blizzard
aurel32
1
-1
/
+2
2009-01-16
graphical_console_init change (Stefano Stabellini)
aliguori
1
-9
/
+10
2009-01-15
DisplayState interface change (Stefano Stabellini)
aliguori
1
-1
/
+2
2009-01-04
Update FSF address in GPL/LGPL boilerplate
aurel32
1
-4
/
+3
2008-12-22
Use the ARRAY_SIZE() macro where appropriate.
malc
1
-2
/
+2
2008-10-28
Set default max_cpus to one.
balrog
1
-4
/
+4
2008-10-07
machine struct - specify max_cpus at the per machine level (Jes Sorensen)
aliguori
1
-0
/
+2
2008-10-07
machine struct - use C99 initializers (Jes Sorensen)
aliguori
1
-8
/
+8
2008-09-28
Emulate a serial bluetooth HCI with H4+ extensions and attach to n8x0's UART.
balrog
1
-0
/
+15
[next]