Age | Commit message (Expand) | Author | Files | Lines |
2019-09-25 | cputlb: Remove tb_invalidate_phys_page_range is_cpu_write_access | Richard Henderson | 3 | -8/+5 |
2019-09-25 | cputlb: Remove cpu->mem_io_vaddr | Richard Henderson | 3 | -5/+0 |
2019-09-25 | cputlb: Handle TLB_NOTDIRTY in probe_access | Richard Henderson | 1 | -9/+17 |
2019-09-25 | cputlb: Merge and move memory_notdirty_write_{prepare,complete} | Richard Henderson | 3 | -143/+42 |
2019-09-25 | cputlb: Partially inline memory_region_section_get_iotlb | Richard Henderson | 3 | -48/+46 |
2019-09-25 | cputlb: Move NOTDIRTY handling from I/O path to TLB path | Richard Henderson | 4 | -71/+23 |
2019-09-25 | cputlb: Move ROM handling from I/O path to TLB path | Richard Henderson | 4 | -57/+26 |
2019-09-25 | exec: Adjust notdirty tracing | Richard Henderson | 3 | -6/+5 |
2019-09-25 | cputlb: Introduce TLB_BSWAP | Richard Henderson | 2 | -30/+46 |
2019-09-25 | cputlb: Split out load/store_memop | Richard Henderson | 1 | -52/+55 |
2019-09-25 | cputlb: Use qemu_build_not_reached in load/store_helpers | Richard Henderson | 1 | -3/+2 |
2019-09-25 | qemu/compiler.h: Add qemu_build_not_reached | Richard Henderson | 1 | -0/+15 |
2019-09-25 | cputlb: Disable __always_inline__ without optimization | Richard Henderson | 2 | -2/+13 |
2019-09-25 | exec: Use TARGET_PAGE_BITS_MIN for TLB flags | Richard Henderson | 1 | -6/+10 |
2019-09-24 | Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20190924' into st... | Peter Maydell | 7 | -94/+249 |
2019-09-24 | Merge remote-tracking branch 'remotes/kraxel/tags/audio-20190924-pull-request... | Peter Maydell | 18 | -1904/+1066 |
2019-09-24 | xen-bus: only set the xen device frontend state if it is missing | Mark Syms | 1 | -16/+31 |
2019-09-24 | xen-block: treat XenbusStateUnknown the same as XenbusStateClosed | Paul Durrant | 1 | -0/+1 |
2019-09-24 | MAINTAINERS: update my email address | Paul Durrant | 1 | -1/+1 |
2019-09-24 | xen: perform XenDevice clean-up in XenBus watch handler | Paul Durrant | 3 | -25/+74 |
2019-09-24 | xen: introduce separate XenWatchList for XenDevice objects | Paul Durrant | 3 | -14/+62 |
2019-09-24 | xen / notify: introduce a new XenWatchList abstraction | Paul Durrant | 5 | -45/+87 |
2019-09-24 | xen-bus: check whether the frontend is active during device reset... | Paul Durrant | 1 | -1/+1 |
2019-09-23 | Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' i... | Peter Maydell | 4 | -76/+110 |
2019-09-23 | Merge remote-tracking branch 'remotes/davidhildenbrand/tags/s390x-tcg-2019-09... | Peter Maydell | 8 | -225/+680 |
2019-09-23 | Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20190923' into s... | Peter Maydell | 7 | -9/+10 |
2019-09-23 | audio: split ctl_* functions into enable_* and volume_* | Kővágó, Zoltán | 12 | -321/+223 |
2019-09-23 | audio: common rate control code for timer based outputs | Kővágó, Zoltán | 5 | -81/+79 |
2019-09-23 | audio: unify input and output mixeng buffer management | Kővágó, Zoltán | 4 | -76/+80 |
2019-09-23 | audio: remove remains of the old backend api | Kővágó, Zoltán | 2 | -43/+6 |
2019-09-23 | wavaudio: port to the new audio backend api | Kővágó, Zoltán | 1 | -45/+9 |
2019-09-23 | spiceaudio: port to the new audio backend api | Kővágó, Zoltán | 1 | -74/+42 |
2019-09-23 | sdlaudio: port to the new audio backend api | Kővágó, Zoltán | 1 | -45/+42 |
2019-09-23 | paaudio: port to the new audio backend api | Kővágó, Zoltán | 5 | -528/+45 |
2019-09-23 | ossaudio: port to the new audio backend api | Kővágó, Zoltán | 1 | -176/+96 |
2019-09-23 | noaudio: port to the new audio backend api | Kővágó, Zoltán | 1 | -26/+17 |
2019-09-23 | dsoundaudio: port to the new audio backend api | Kővágó, Zoltán | 2 | -261/+91 |
2019-09-23 | coreaudio: port to the new audio backend api | Kővágó, Zoltán | 1 | -61/+69 |
2019-09-23 | alsaaudio: port to the new audio backend api | Kővágó, Zoltán | 1 | -222/+80 |
2019-09-23 | audio: api for mixeng code free backends | Kővágó, Zoltán | 3 | -9/+251 |
2019-09-23 | audio: fix ALSA period-length typo in documentation | Stefan Hajnoczi | 1 | -2/+2 |
2019-09-23 | audio: fix buffer-length typo in documentation | Stefan Hajnoczi | 1 | -2/+2 |
2019-09-23 | Merge remote-tracking branch 'remotes/cminyard/tags/ipmi-for-release-2019-09-... | Peter Maydell | 39 | -859/+1902 |
2019-09-23 | tests/tcg: target/s390x: Test MVC | David Hildenbrand | 2 | -0/+110 |
2019-09-23 | tests/tcg: target/s390x: Test MVO | David Hildenbrand | 2 | -0/+26 |
2019-09-23 | s390x/tcg: MVO: Fault-safe handling | David Hildenbrand | 1 | -12/+15 |
2019-09-23 | s390x/tcg: MVST: Fault-safe handling | David Hildenbrand | 1 | -7/+17 |
2019-09-23 | s390x/tcg: MVZ: Fault-safe handling | David Hildenbrand | 1 | -4/+13 |
2019-09-23 | s390x/tcg: MVN: Fault-safe handling | David Hildenbrand | 1 | -4/+13 |
2019-09-23 | s390x/tcg: MVCIN: Fault-safe handling | David Hildenbrand | 1 | -3/+12 |