summaryrefslogtreecommitdiff
path: root/virt
AgeCommit message (Expand)AuthorFilesLines
2017-07-26KVM: make pid available for uevents without debugfsClaudio Imbrenda1-23/+12
2017-07-15Merge tag 'kvm-4.13-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-26/+115
2017-07-13Merge tag 'vfio-v4.13-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds1-15/+25
2017-07-12KVM: trigger uevents when creating or destroying a VMClaudio Imbrenda1-0/+69
2017-07-10Merge branch 'annotations' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Paolo Bonzini3-17/+31
2017-07-10kvm: avoid unused variable warning for UP buildsPaolo Bonzini1-9/+15
2017-07-07KVM: mark memory slots as rcuChristian Borntraeger1-2/+4
2017-07-07KVM: mark kvm->busses as rcu protectedChristian Borntraeger2-10/+15
2017-07-07KVM: use rcu access function for irq routingChristian Borntraeger1-1/+1
2017-07-07KVM: mark vcpu->pid pointer as rcu protectedChristian Borntraeger1-4/+11
2017-07-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds15-150/+1297
2017-07-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-3/+33
2017-06-30Merge tag 'kvmarm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini16-171/+1372
2017-06-28vfio: New external user group/file matchAlex Williamson1-8/+19
2017-06-28kvm-vfio: Decouple only when we match a groupAlex Williamson1-7/+6
2017-06-27KVM: explain missing kvm_put_kvm in case of failurePaolo Bonzini1-0/+6
2017-06-27KVM: Replaces symbolic permissions with numericRoman Storozhenko1-3/+3
2017-06-22arm/arm64: KVM: add guest SEA supportTyler Baicar1-3/+33
2017-06-22KVM: arm/arm64: Signal SIGBUS when stage2 discovers hwpoison memoryJames Morse1-0/+23
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-1/+1
2017-06-15KVM: ARM64: fix phy counter access failure in guest.Hu Huajun1-3/+1
2017-06-15arm64/kvm: sysreg: fix typo'd SYS_ICC_IGRPEN*_EL1Mark Rutland1-2/+2
2017-06-15KVM: arm64: Log an error if trapping a write-to-read-only GICv3 accessMarc Zyngier1-0/+6
2017-06-15KVM: arm64: Log an error if trapping a read-from-write-only GICv3 accessMarc Zyngier1-0/+4
2017-06-15KVM: arm64: vgic-v3: Log which GICv3 system registers are trappedMarc Zyngier1-1/+4
2017-06-15KVM: arm64: Enable GICv3 common sysreg trapping via command-lineMarc Zyngier1-1/+10
2017-06-15KVM: arm64: vgic-v3: Add ICV_PMR_EL1 handlerMarc Zyngier1-0/+27
2017-06-15KVM: arm64: vgic-v3: Add ICV_CTLR_EL1 handlerMarc Zyngier1-0/+46
2017-06-15KVM: arm64: vgic-v3: Add ICV_RPR_EL1 handlerMarc Zyngier1-0/+10
2017-06-15KVM: arm64: vgic-v3: Add ICV_DIR_EL1 handlerMarc Zyngier1-0/+27
2017-06-15arm64: Add workaround for Cavium Thunder erratum 30115David Daney1-0/+7
2017-06-15KVM: arm64: Enable GICv3 Group-0 sysreg trapping via command-lineMarc Zyngier1-0/+6
2017-06-15KVM: arm64: vgic-v3: Enable trapping of Group-0 system registersMarc Zyngier1-1/+4
2017-06-15KVM: arm64: vgic-v3: Add misc Group-0 handlersMarc Zyngier1-0/+7
2017-06-15KVM: arm64: vgic-v3: Add ICV_IGNREN0_EL1 handlerMarc Zyngier1-0/+23
2017-06-15KVM: arm64: vgic-v3: Add ICV_BPR0_EL1 handlerMarc Zyngier1-0/+28
2017-06-15KVM: arm64: Enable GICv3 Group-1 sysreg trapping via command-lineMarc Zyngier1-0/+11
2017-06-15KVM: arm64: vgic-v3: Enable trapping of Group-1 system registersMarc Zyngier2-0/+15
2017-06-15KVM: arm64: vgic-v3: Add ICV_HPPIR1_EL1 handlerMarc Zyngier1-0/+23
2017-06-15KVM: arm64: vgic-v3: Add ICV_AP1Rn_EL1 handlerMarc Zyngier1-0/+94
2017-06-15KVM: arm64: vgic-v3: Add ICV_EOIR1_EL1 handlerMarc Zyngier1-0/+120
2017-06-15KVM: arm64: vgic-v3: Add ICV_IAR1_EL1 handlerMarc Zyngier1-0/+163
2017-06-15KVM: arm64: vgic-v3: Add ICV_IGRPEN1_EL1 handlerMarc Zyngier1-0/+23
2017-06-15KVM: arm64: vgic-v3: Add ICV_BPR1_EL1 handlerMarc Zyngier1-0/+57
2017-06-15KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2Marc Zyngier2-0/+40
2017-06-15KVM: arm64: Make kvm_condition_valid32() accessible from EL2Marc Zyngier1-1/+1
2017-06-15KVM: arm/arm64: vgic-v3: Add accessors for the ICH_APxRn_EL2 registersMarc Zyngier1-16/+100
2017-06-15Merge branch 'kvmarm-master/master' into HEADMarc Zyngier8-48/+140
2017-06-08KVM: arm/arm64: Don't assume initialized vgic when setting PMU IRQChristoffer Dall1-4/+18
2017-06-08KVM: arm/arm64: Disallow userspace control of in-kernel IRQ linesChristoffer Dall5-9/+18
orcus-rebased'>feature/orcus-rebased main, development code repositoryroot
summaryrefslogtreecommitdiff
path: root/io
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-12 16:04:04 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-12 17:52:29 +0200
commitb36963c0a6a09f70ca6d8d607dd3249a3496497d (patch)
tree33e06dc8d227957cb31355277fb5cf20b9918628 /io
parentb08247a12b43fcd9f86ecd912fce7d69a3e66061 (diff)
Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code
Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
Diffstat (limited to 'io')
-rw-r--r--io/qa/textinputstream.cxx10
-rw-r--r--io/source/TextInputStream/TextInputStream.cxx28
-rw-r--r--io/source/TextOutputStream/TextOutputStream.cxx20
-rw-r--r--io/source/acceptor/acc_pipe.cxx10
-rw-r--r--io/source/acceptor/acc_socket.cxx14
-rw-r--r--io/source/acceptor/acceptor.cxx10
-rw-r--r--io/source/connector/connector.cxx8
-rw-r--r--io/source/connector/connector.hxx24
-rw-r--r--io/source/stm/odata.cxx176
-rw-r--r--io/source/stm/omark.cxx72
-rw-r--r--io/source/stm/opipe.cxx30
-rw-r--r--io/source/stm/opump.cxx30
-rw-r--r--io/source/stm/streamhelper.hxx2
13 files changed, 217 insertions, 217 deletions
diff --git a/io/qa/textinputstream.cxx b/io/qa/textinputstream.cxx
index 89fc32091571..48720ea24723 100644
--- a/io/qa/textinputstream.cxx
+++ b/io/qa/textinputstream.cxx
@@ -46,7 +46,7 @@ private:
css::io::NotConnectedException,
css::io::BufferSizeExceededException, css::io::IOException,
css::uno::RuntimeException, std::exception)
- SAL_OVERRIDE
+ override
{ CPPUNIT_FAIL("readLine is supposed to call readSomeBytes instead"); return 0;}
sal_Int32 SAL_CALL readSomeBytes(
@@ -54,7 +54,7 @@ private:
throw (
css::io::NotConnectedException,
css::io::BufferSizeExceededException, css::io::IOException,
- css::uno::RuntimeException, ::std::exception) SAL_OVERRIDE
+ css::uno::RuntimeException, ::std::exception) override
{
assert(nMaxBytesToRead >= 0);
osl::MutexGuard g(mutex_);
@@ -74,7 +74,7 @@ private:
throw (
css::io::NotConnectedException,
css::io::BufferSizeExceededException, css::io::IOException,
- css::uno::RuntimeException, std::exception) SAL_OVERRIDE
+ css::uno::RuntimeException, std::exception) override
{
assert(nBytesToSkip >= 0);
osl::MutexGuard g(mutex_);
@@ -87,7 +87,7 @@ private:
sal_Int32 SAL_CALL available()
throw (
css::io::NotConnectedException, css::io::IOException,
- css::uno::RuntimeException, std::exception) SAL_OVERRIDE
+ css::uno::RuntimeException, std::exception) override
{
osl::MutexGuard g(mutex_);
checkClosed();
@@ -98,7 +98,7 @@ private:
void SAL_CALL closeInput()
throw (
css::io::NotConnectedException, css::io::IOException,
- css::uno::RuntimeException, std::exception) SAL_OVERRIDE
+ css::uno::RuntimeException, std::exception) override
{
osl::MutexGuard g(mutex_);
checkClosed();
diff --git a/io/source/TextInputStream/TextInputStream.cxx b/io/source/TextInputStream/TextInputStream.cxx
index edfe2f3c1864..6a4d97ba1a53 100644
--- a/io/source/TextInputStream/TextInputStream.cxx
+++ b/io/source/TextInputStream/TextInputStream.cxx
@@ -82,35 +82,35 @@ public:
// Methods XTextInputStream
virtual OUString SAL_CALL readLine( )
- throw(IOException, RuntimeException, std::exception) SAL_OVERRIDE;
+ throw(IOException, RuntimeException, std::exception) override;
virtual OUString SAL_CALL readString( const Sequence< sal_Unicode >& Delimiters, sal_Bool bRemoveDelimiter )
- throw(IOException, RuntimeException, std::exception) SAL_OVERRIDE;
+ throw(IOException, RuntimeException, std::exception) override;
virtual sal_Bool SAL_CALL isEOF( )
- throw(IOException, RuntimeException, std::exception) SAL_OVERRIDE;
- virtual void SAL_CALL setEncoding( const