diff options
| author | Anthony Liguori | 2013-06-03 15:37:44 +0200 |
|---|---|---|
| committer | Anthony Liguori | 2013-06-03 15:37:44 +0200 |
| commit | 7087d3df18b8e8d27a2115dfc5d56614073e55de (patch) | |
| tree | c4fa196641d565e8a3474d240584beaf10495084 /include/hw | |
| parent | tcx: Fix 24-bit display mode (diff) | |
| parent | do not check pointers after dereferencing them (diff) | |
| download | qemu-7087d3df18b8e8d27a2115dfc5d56614073e55de.tar.gz qemu-7087d3df18b8e8d27a2115dfc5d56614073e55de.tar.xz qemu-7087d3df18b8e8d27a2115dfc5d56614073e55de.zip | |
Merge remote-tracking branch 'mjt/trivial-patches' into staging
# By Ed Maste (3) and others
# Via Michael Tokarev
* mjt/trivial-patches:
do not check pointers after dereferencing them
m25p80: Add Micron n25q032a
qemu: fix out of tree cross compile
slirp: cleanup leftovers from misc.h
migration: Remove duplicate bandwidth_limit set
docs: Fix typo and update file in migration
configure: try pkg-config ncurses first
rtc: remove rtc_set_date
linux-user: Fix typo in comment
configure: remove confusing file manipulation
debugcon: fix compiler warning when open DEBUG_DEBUGCON
debugcon: make debug message more readable
debugcon: fix always print "addr=0x0, val=0x0" bug when use DEBUG_DEBUGCON
Remove unnecessary break statements
don't run pkg-config for features explicitly disabled
Message-id: 51A9CCFB.1000109@msgid.tls.msk.ru
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'include/hw')
| -rw-r--r-- | include/hw/timer/mc146818rtc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/timer/mc146818rtc.h b/include/hw/timer/mc146818rtc.h index 753dda6ae7..eaf649767f 100644 --- a/include/hw/timer/mc146818rtc.h +++ b/include/hw/timer/mc146818rtc.h @@ -9,6 +9,5 @@ ISADevice *rtc_init(ISABus *bus, int base_year, qemu_irq intercept_irq); void rtc_set_memory(ISADevice *dev, int addr, int val); int rtc_get_memory(ISADevice *dev, int addr); -void rtc_set_date(ISADevice *dev, const struct tm *tm); #endif /* !MC146818RTC_H */ |
