index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
arm
/
z2.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/arm: Deprecate various old Arm machine types
Peter Maydell
2024-03-11
1
-0
/
+1
*
hw/arm/z2: convert DPRINTF to trace events and guest errors
Manos Pitsidianakis
2024-02-02
1
-19
/
+8
*
hw/arm: Build various units only once
Philippe Mathieu-Daudé
2024-01-26
1
-1
/
+0
*
hw/arm: Constify VMState
Richard Henderson
2023-12-29
1
-2
/
+2
*
hw/arm: Support machine-default audiodev with fallback
Martin Kletzander
2023-10-03
1
-1
/
+14
*
hw/arm: Remove unreachable code calling pflash_cfi01_register()
Philippe Mathieu-Daudé
2023-01-12
1
-6
/
+3
*
hw/arm/z2: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2023-01-12
1
-2
/
+4
*
hw/arm/pxa2xx: Simplify pxa270_init()
Philippe Mathieu-Daudé
2023-01-12
1
-2
/
+1
*
hw/arm: Constify VMStateDescription
Philippe Mathieu-Daudé
2021-05-02
1
-2
/
+2
*
qtest: delete superfluous inclusions of qtest.h
Chen Qun
2021-03-09
1
-1
/
+0
*
hw/ssi: Rename SSI 'slave' as 'peripheral'
Philippe Mathieu-Daudé
2020-12-10
1
-7
/
+7
*
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-18
1
-6
/
+2
*
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
1
-2
/
+4
*
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
1
-4
/
+7
*
hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()
Philippe Mathieu-Daudé
2020-07-16
1
-2
/
+2
*
Replace uses of FROM_SSI_SLAVE() macro with QOM casts
Peter Maydell
2020-07-03
1
-4
/
+7
*
hw/arm/z2: Simplify since the machines are little-endian only
Philippe Mathieu-Daudé
2020-03-05
1
-7
/
+1
*
z2: Make providing flash images non-mandatory
Guenter Roeck
2020-02-21
1
-6
/
+0
*
hw/arm: simplify arm_load_dtb
Tao Xu
2019-09-03
1
-7
/
+1
*
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/irq.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
arm: Rename hw/arm/arm.h to hw/arm/boot.h
Peter Maydell
2019-05-23
1
-1
/
+1
*
pflash: Clean up after commit 368a354f02b, part 2
Markus Armbruster
2019-03-11
1
-2
/
+1
*
pflash: Clean up after commit 368a354f02b, part 1
Markus Armbruster
2019-03-11
1
-2
/
+1
*
hw: Remove unused 'hw/devices.h' include
Philippe Mathieu-Daudé
2019-03-07
1
-1
/
+0
*
i2c: have I2C receive operation return uint8_t
Corey Minyard
2019-02-27
1
-1
/
+1
*
hw: Do not include "sysemu/block-backend.h" if it is not necessary
Philippe Mathieu-Daudé
2018-06-01
1
-1
/
+0
*
hw/arm: Replace fprintf(stderr, "*\n" with error_report()
Alistair Francis
2018-02-06
1
-3
/
+3
*
hw/audio/wm8750: move WM8750 declarations from i2c/i2c.h to audio/wm8750.h
Philippe Mathieu-Daudé
2018-02-02
1
-1
/
+2
*
arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directly
Igor Mammedov
2017-09-19
1
-6
/
+3
*
hw/arm: Set ignore_memory_transaction_failures for most ARM boards
Peter Maydell
2017-09-07
1
-0
/
+1
*
i2c: Allow I2C devices to NAK start events
Corey Minyard
2017-01-09
1
-1
/
+3
*
hw/i2c: Add a NULL check for i2c slave init callbacks
Alastair D'Silva
2016-12-27
1
-7
/
+0
*
ssi: change ssi_slave_init to be a realize ops
Cédric Le Goater
2016-07-04
1
-4
/
+2
*
ssi: Move ssi.h into a separate directory
Alistair Francis
2016-01-21
1
-1
/
+1
*
hw/arm: Clean up includes
Peter Maydell
2016-01-18
1
-0
/
+1
*
Use DEFINE_MACHINE() to register all machines
Eduardo Habkost
2015-09-19
1
-9
/
+4
*
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
2014-10-20
1
-2
/
+1
*
block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()
Markus Armbruster
2014-10-20
1
-3
/
+4
*
hw: Fix qemu_allocate_irqs() leaks
Andreas Färber
2014-06-30
1
-1
/
+1
*
machine: Conversion of QEMUMachineInitArgs to MachineState
Marcel Apfelbaum
2014-05-28
1
-5
/
+5
*
savevm: Remove all the unneeded version_minimum_id_old (arm)
Juan Quintela
2014-05-13
1
-2
/
+0
*
z2: QOM'ify AER915
Andreas Färber
2014-02-14
1
-7
/
+13
*
i2c: Rename i2c_bus to I2CBus
Andreas Färber
2014-02-14
1
-1
/
+1
*
pxa27x: Add 'const' attribute to keyboard maps
Stefan Weil
2014-01-01
1
-1
/
+1
*
z2: Don't enforce use of -pflash for qtest
Andreas Färber
2013-11-05
1
-2
/
+3
*
hw/arm: Tidy up conditional calls to arm_load_kernel
Peter Maydell
2013-10-31
1
-7
/
+5
*
hw: Clean up bogus default boot order
Markus Armbruster
2013-08-28
1
-1
/
+0
[next]