Sign in
qemu
/
qemu
/
03dd024ff57733a55cd2e455f361d053c81b1b29
/
hw
/
misc
03dd024
hw: explicitly include qemu/log.h
by Paolo Bonzini
· 9 years ago
33c1187
qemu-common: push cpu.h inclusion out of qemu-common.h
by Paolo Bonzini
· 9 years ago
77ac58d
dma: do not depend on kvm_enabled()
by Paolo Bonzini
· 10 years ago
1983057
i.MX: Add i.MX6 System Reset Controller device.
by Jean-Christophe DUBOIS
· 9 years ago
27a5dc7
bcm2835_property: use cached values when querying framebuffer
by Sylvain Garrigues
· 9 years ago
ed3d807
cuda: fix off-by-one error in SET_TIME command
by Aurelien Jarno
· 9 years ago
6dc6478
ivshmem: fix ivshmem-{plain,doorbell} crash without arg
by Marc-André Lureau
· 9 years ago
9628af0
Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160408' into staging
by Peter Maydell
· 9 years ago
f2eb665
hw/mips_itu: fix off-by-one reported by Coverity
by Leon Alrae
· 9 years ago
45aa4e8
pci-testdev: fast mmio support
by Michael S. Tsirkin
· 9 years ago
25a611e
hw/mips: implement ITC Storage - Bypass View
by Leon Alrae
· 9 years ago
40dc9dc
hw/mips: implement ITC Storage - P/V Sync and Try Views
by Leon Alrae
· 9 years ago
4051089
hw/mips: implement ITC Storage - Empty/Full Sync and Try Views
by Leon Alrae
· 9 years ago
5924c86
hw/mips: implement ITC Storage - Control View
by Leon Alrae
· 9 years ago
34fa7e8
hw/mips: implement ITC Configuration Tags and Storage Cells
by Leon Alrae
· 9 years ago
2edd526
hw/mips/cps: create CPC block inside CPS
by Leon Alrae
· 9 years ago
1f93a6e
hw/mips: add initial Cluster Power Controller support
by Leon Alrae
· 9 years ago
3994215
hw/mips: add initial Global Config Register support
by Yongbok Kim
· 9 years ago
84a5a80
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 9 years ago
f348b6d
util: move declarations out of qemu-common.h
by Veronia Bahaa
· 9 years ago
73bcb24
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
by Rutuja Shah
· 9 years ago
0137fdc
include/hw/hw.h: Don't include qemu-common.h
by Markus Armbruster
· 9 years ago
da34e65
include/qemu/osdep.h: Don't include qapi/error.h
by Markus Armbruster
· 9 years ago
62a830b
ivshmem: Require master to have ID zero
by Markus Armbruster
· 9 years ago
13fd2cb
ivshmem: Drop ivshmem property x-memdev
by Markus Armbruster
· 9 years ago
ddc8528
ivshmem: Clean up after the previous commit
by Markus Armbruster
· 9 years ago
5400c02
ivshmem: Split ivshmem-plain, ivshmem-doorbell off ivshmem
by Markus Armbruster
· 9 years ago
2a845da
ivshmem: Replace int role_val by OnOffAuto master
by Markus Armbruster
· 9 years ago
8baeb22
ivshmem: Inline check_shm_size() into its only caller
by Markus Armbruster
· 9 years ago
c2d8019
ivshmem: Simplify memory regions for BAR 2 (shared memory)
by Markus Armbruster
· 9 years ago
5503e28
ivshmem: Implement shm=... with a memory backend
by Markus Armbruster
· 9 years ago
08183c2
ivshmem: Tighten check of property "size"
by Markus Armbruster
· 9 years ago
ee27639
ivshmem: Simplify how we cope with short reads from server
by Markus Armbruster
· 9 years ago
ba5970a
ivshmem: Drop the hackish test for UNIX domain chardev
by Markus Armbruster
· 9 years ago
a3feb08
ivshmem: Rely on server sending the ID right after the version
by Markus Armbruster
· 9 years ago
1309cf4
ivshmem: Propagate errors through ivshmem_recv_setup()
by Markus Armbruster
· 9 years ago
3a55fc0
ivshmem: Receive shared memory synchronously in realize()
by Markus Armbruster
· 9 years ago
9db51b4
ivshmem: Plug leaks on unplug, fix peer disconnect
by Markus Armbruster
· 9 years ago
ca0b756
ivshmem: Disentangle ivshmem_read()
by Markus Armbruster
· 9 years ago
cd9953f
ivshmem: Simplify rejection of invalid peer ID from server
by Markus Armbruster
· 9 years ago
3c27969
ivshmem: Assert interrupts are set up once
by Markus Armbruster
· 9 years ago
2d1d422
ivshmem: Leave INTx alone when using MSI-X
by Markus Armbruster
· 9 years ago
082751e
ivshmem: Clean up MSI-X conditions
by Markus Armbruster
· 9 years ago
434ad76
ivshmem: Clean up register callbacks
by Markus Armbruster
· 9 years ago
d855e27
ivshmem: Failed realize() can leave migration blocker behind
by Markus Armbruster
· 9 years ago
9cf70c5
ivshmem: Fix harmless misuse of Error
by Markus Armbruster
· 9 years ago
71c2658
ivshmem: Don't destroy the chardev on version mismatch
by Markus Armbruster
· 9 years ago
c20fc0c
ivshmem: Drop ivshmem_event() stub
by Markus Armbruster
· 9 years ago
e64befe
ivshmem: Clean up after commit 9940c32
by Markus Armbruster
· 9 years ago
a4fa93b
ivshmem: Compile debug prints unconditionally to prevent bit-rot
by Markus Armbruster
· 9 years ago
9755397
ivshmem: Add missing newlines to debug printfs
by Markus Armbruster
· 9 years ago
355a8cc
bcm2835_property: implement framebuffer control/configuration properties
by Grégory ESTRADE
· 9 years ago
a66d815
i.MX: Add i.MX6 CCM and ANALOG device.
by Jean-Christophe Dubois
· 9 years ago
d552f67
i.MX: Add the CLK_IPG_HIGH clock
by Jean-Christophe Dubois
· 9 years ago
f4b2add
i.MX: Remove CCM useless clock computation handling.
by Jean-Christophe Dubois
· 9 years ago
c91a588
i.MX: Rename CCM NOCLK to CLK_NONE for naming consistency.
by Jean-Christophe Dubois
· 9 years ago
8e41fb6
memory: Drop MemoryRegion.ram_addr
by Fam Zheng
· 9 years ago
eab7139
bcm2835_mbox/property: replace ldl_phys/stl_phys with endian-specific accesses
by Andrew Baumann
· 9 years ago
2d7d06d
dbdma: warn when using unassigned channel
by Hervé Poussineau
· 9 years ago
e4d162d
cuda: remove CUDA_GET_SET_IIC/CUDA_COMBINED_FORMAT_IIC commands
by Hervé Poussineau
· 9 years ago
e230d43
cuda: remove GET_6805_ADDR command
by Hervé Poussineau
· 9 years ago
e647317
cuda: port SET_TIME command to new framework
by Hervé Poussineau
· 9 years ago
547a4d1
cuda: port GET_TIME command to new framework
by Hervé Poussineau
· 9 years ago
15b7b09
cuda: port SET_POWER_MESSAGES command to new framework
by Hervé Poussineau
· 9 years ago
f5b9411
cuda: port FILE_SERVER_FLAG command to new framework
by Hervé Poussineau
· 9 years ago
54e8944
cuda: port RESET_SYSTEM command to new framework
by Hervé Poussineau
· 9 years ago
017da0b
cuda: port POWERDOWN command to new framework
by Hervé Poussineau
· 9 years ago
216c906
cuda: port SET_DEVICE_LIST command to new framework
by Hervé Poussineau
· 9 years ago
374312e
cuda: port SET_AUTO_RATE command to new framework
by Hervé Poussineau
· 9 years ago
1cdab10
cuda: port AUTOPOLL command to new framework
by Hervé Poussineau
· 9 years ago
0e8176e
cuda: move unknown commands reject out of switch
by Hervé Poussineau
· 9 years ago
d20efae
cuda: add a framework to handle commands
by Hervé Poussineau
· 9 years ago
c964b66
all: Clean up includes
by Peter Maydell
· 9 years ago
f0afa73
bcm2835_property: implement "get board revision" query
by Stephen Warren
· 9 years ago
d7bce99
qom: Swap 'name' next to visitor in ObjectPropertyAccessor
by Eric Blake
· 9 years ago
51e72bc
qapi: Swap visit_* arguments for consistent 'name' placement
by Eric Blake
· 9 years ago
4fa4549
qom: Use typedef for Visitor
by Eric Blake
· 9 years ago
04f1ab1
bcm2835_property: add bcm2835 property channel
by Andrew Baumann
· 9 years ago
99494e6
bcm2835_mbox: add BCM2835 mailboxes
by Andrew Baumann
· 9 years ago
9940c32
ivshmem: use a single eventfd callback, get rid of CharDriver
by Marc-André Lureau
· 9 years ago
fd47bfe
ivshmem: generalize ivshmem_setup_interrupts
by Marc-André Lureau
· 9 years ago
47213eb
ivshmem: remove redundant assignment, fix crash with msi=off
by Marc-André Lureau
· 9 years ago
2c64846
ivshmem: no need for opaque argument
by Marc-André Lureau
· 9 years ago
ff472a5
cuda.c: return error for unknown commands
by Alyssa Milburn
· 9 years ago
ff57eae
cuda: add missing fields to VMStateDescription
by Mark Cave-Ayland
· 9 years ago
627be2f
mac_dbdma: add DBDMA controller state to VMStateDescription
by Mark Cave-Ayland
· 9 years ago
0d1c978
hw/misc: Clean up includes
by Peter Maydell
· 9 years ago
97d5408
pci: Clean up includes
by Peter Maydell
· 9 years ago
8ef94f0
arm: Clean up includes
by Peter Maydell
· 9 years ago
b6a0aa0
x86: Clean up includes
by Peter Maydell
· 9 years ago
5af98cc
unicore: Clean up includes
by Peter Maydell
· 9 years ago
0d75590
ppc: Clean up includes
by Peter Maydell
· 9 years ago
ea99dde
lm32: Clean up includes
by Peter Maydell
· 9 years ago
3a87d00
fpu: Replace uint32 typedef with uint32_t
by Peter Maydell
· 9 years ago
4a94fc9
misc: zynq-xadc: Fix off-by-one
by Peter Crosthwaite
· 9 years ago
8fd0671
ssi: Move ssi.h into a separate directory
by Alistair Francis
· 9 years ago
fea01f9
i.MX: move i.MX31 CCM object to register array
by Jean-Christophe DUBOIS
· 9 years ago
692a551
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-01-11' into staging
by Peter Maydell
· 9 years ago
f922254
hw/misc/edu: Convert to realize()
by Cao jin
· 9 years ago
56a571d
ivshmem: Store file descriptor for vhost-user negotiation
by Tetsuya Mukawa
· 9 years ago
Next »