index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
rtc
Commit message (
Expand
)
Author
Age
Files
Lines
*
goldfish_rtc: Add big-endian property
Stafford Horne
2022-09-04
1
-9
/
+28
*
hw/rtc/ls7a_rtc: Drop unused inline functions
Richard Henderson
2022-07-05
1
-21
/
+6
*
hw/rtc/ls7a_rtc: Fix 'calculate' spelling errors
Xiaojuan Yang
2022-07-04
1
-6
/
+6
*
hw/rtc/ls7a_rtc: Use tm struct pointer as arguments in toy_time_to_val()
Xiaojuan Yang
2022-07-04
1
-7
/
+7
*
hw/rtc/ls7a_rtc: Fix rtc enable and disable function
Xiaojuan Yang
2022-07-04
1
-53
/
+7
*
hw/rtc/ls7a_rtc: Add reset function
Xiaojuan Yang
2022-07-04
1
-0
/
+20
*
hw/rtc/ls7a_rtc: Remove unimplemented device in realized function
Xiaojuan Yang
2022-07-04
1
-1
/
+0
*
hw/rtc/ls7a_rtc: Fix timer call back function
Xiaojuan Yang
2022-07-04
1
-2
/
+2
*
hw/rtc/ls7a_rtc: Fix uninitialied bugs and toymatch writing function
Xiaojuan Yang
2022-07-04
1
-9
/
+11
*
hw/rtc/mc146818rtc: QOM'ify io_base offset
Bernhard Beschow
2022-06-11
1
-3
/
+6
*
acpi: mc146818rtc: replace ISADeviceClass::build_aml with AcpiDevAmlIfClass:b...
Igor Mammedov
2022-06-10
1
-5
/
+9
*
hw/loongarch: Add LoongArch ls7a rtc device support
Xiaojuan Yang
2022-06-06
3
-0
/
+532
*
ptimer: Rename PTIMER_POLICY_DEFAULT to PTIMER_POLICY_LEGACY
Peter Maydell
2022-05-19
1
-2
/
+2
*
Replace qemu_gettimeofday() with g_get_real_time()
Marc-André Lureau
2022-04-06
1
-3
/
+3
*
hw/isa: Inline and remove one-line isa_init_irq()
Bernhard Beschow
2022-03-08
1
-1
/
+1
*
hw/rtc/m48t59-isa: QOM'ify IRQ number
Bernhard Beschow
2022-03-08
1
-1
/
+8
*
hw/rtc/mc146818rtc: QOM'ify IRQ number
Bernhard Beschow
2022-03-08
1
-2
/
+11
*
rtc: Have event RTC_CHANGE identify the RTC by QOM path
Markus Armbruster
2022-02-28
2
-2
/
+4
*
hw/rtc: Compile pl031 once-only
Peter Maydell
2022-02-28
1
-1
/
+1
*
qapi: Move RTC_CHANGE back out of target schema
Peter Maydell
2022-02-28
2
-2
/
+2
*
Kconfig: Add I2C_DEVICES device group
Peter Maydell
2022-02-21
1
-0
/
+2
*
rtc: Move RTC function prototypes to their own header
Peter Maydell
2022-01-28
11
-11
/
+11
*
hw/rtc/pl031: Send RTC_CHANGE QMP event
Eric Auger
2021-11-15
2
-2
/
+10
*
docs: fix references to docs/devel/tracing.rst
Stefano Garzarella
2021-06-02
1
-1
/
+1
*
hw/rtc/mc146818rtc: Convert to 3-phase reset (Resettable interface)
Philippe Mathieu-Daudé
2021-05-13
1
-20
/
+22
*
mc146818rtc: put it into the 'misc' category
Gan Qixin
2021-05-02
1
-0
/
+1
*
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
2021-05-02
2
-2
/
+0
*
goldfish_rtc: re-arm the alarm after migration
Laurent Vivier
2021-03-04
1
-0
/
+2
*
pl031: Use timer_free() in the finalize function to avoid memleaks
Gan Qixin
2021-01-18
1
-0
/
+8
*
exynos4210_rtc: Use ptimer_free() in the finalize function to avoid memleaks
Gan Qixin
2021-01-08
1
-0
/
+9
*
Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...
Peter Maydell
2021-01-01
1
-0
/
+1
|
\
|
*
qdev: Move softmmu properties to qdev-properties-system.h
Eduardo Habkost
2020-12-18
1
-0
/
+1
*
|
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ...
Peter Maydell
2021-01-01
1
-1
/
+1
|
\
\
|
*
|
migration: Replace migration's JSON writer by the general one
Markus Armbruster
2020-12-19
1
-1
/
+1
|
|
/
*
|
hw/rtc/twl92230: Add missing 'break'
Philippe Mathieu-Daudé
2020-12-18
1
-0
/
+1
*
|
hw/rtc/twl92230: Silence warnings about missing fallthrough statements
Thomas Huth
2020-12-18
1
-30
/
+13
|
/
*
m48t59: remove legacy m48t59_init() function
Mark Cave-Ayland
2020-10-18
1
-35
/
+0
*
m48t59-isa: remove legacy m48t59_init_isa() function
Mark Cave-Ayland
2020-10-18
1
-25
/
+0
*
goldfish_rtc: change MemoryRegionOps endianness to DEVICE_NATIVE_ENDIAN
Laurent Vivier
2020-10-13
1
-1
/
+1
*
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-18
5
-15
/
+5
*
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
2020-09-11
7
-37
/
+49
|
\
|
*
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
7
-18
/
+14
|
*
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
7
-18
/
+34
*
|
trace-events: Fix attribution of trace points to source
Markus Armbruster
2020-09-09
1
-1
/
+1
|
/
*
meson: convert hw/rtc
Paolo Bonzini
2020-08-21
2
-15
/
+16
*
trace: switch position of headers to what Meson requires
Paolo Bonzini
2020-08-21
1
-0
/
+1
*
goldfish_rtc: Fix non-atomic read behaviour of TIME_LOW/TIME_HIGH
Jessica Clarke
2020-07-22
1
-3
/
+14
*
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
2020-06-15
2
-2
/
+2
*
isa: Convert uses of isa_create() with Coccinelle
Markus Armbruster
2020-06-15
2
-4
/
+7
*
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2020-06-15
2
-4
/
+6
[next]