Sign in
qemu
/
qemu
/
722a3c783ef4159b297d86e3c1f345360fb2a362
/
hw
/
ppc
/
ppc.c
b2ce76a
hw/ppc/prep: Remove the deprecated "prep" machine and the OpenHackware BIOS
by Thomas Huth
· 5 years ago
f0ec31b
target/ppc: Add SPR TBU40
by Suraj Jitindar Singh
· 5 years ago
5cc7e69
target/ppc: Work [S]PURR implementation and add HV support
by Suraj Jitindar Singh
· 5 years ago
5d62725
target/ppc: Implement the VTB for HV access
by Suraj Jitindar Singh
· 5 years ago
c1ad0b8
ppc: Don't use CPUPPCState::irq_input_state with modern Book3s CPU models
by Greg Kurz
· 5 years ago
4017743
ppc: Deassert the external interrupt pin in KVM on reset
by Greg Kurz
· 5 years ago
4a89e20
ppc: Introduce a ppc_cpu_pir() helper
by Cédric Le Goater
· 5 years ago
d14f339
migration: Do not re-read the clock on pre_save in case of paused guest
by Maxiwell S. Garcia
· 6 years ago
54d3123
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
by Markus Armbruster
· 6 years ago
db72581
Include qemu/main-loop.h less
by Markus Armbruster
· 6 years ago
650d103
Include hw/hw.h exactly where needed
by Markus Armbruster
· 6 years ago
d645427
Include migration/vmstate.h less
by Markus Armbruster
· 6 years ago
64552b6
Include hw/irq.h a lot less
by Markus Armbruster
· 6 years ago
9723295
ppc: Introduce kvmppc_set_reg_tb_offset() helper
by Greg Kurz
· 6 years ago
363ce37
hw/ppc: Drop useless CONFIG_KVM ifdefery
by Greg Kurz
· 6 years ago
a8d2532
Include qemu-common.h exactly where needed
by Markus Armbruster
· 6 years ago
db70b31
target/ppc: Use env_cpu, env_archcpu
by Richard Henderson
· 6 years ago
d0db7ca
target/ppc: Consolidate 64-bit server processor detection in a helper
by Greg Kurz
· 6 years ago
051e297
ppc: externalize ppc_get_vcpu_by_pir()
by Cédric Le Goater
· 6 years ago
a8dafa5
target/ppc: Implement large decrementer support for TCG
by Suraj Jitindar Singh
· 6 years ago
67afe77
target/ppc: Add POWER9 external interrupt model
by Benjamin Herrenschmidt
· 6 years ago
1e7fd61
target/ppc: Rename "in_pm_state" to "resume_as_sreset"
by Benjamin Herrenschmidt
· 6 years ago
eac57b4
hw/ppc: Don't include m48t59.h if it is not necessary
by Thomas Huth
· 6 years ago
52144b6
hw/ppc: Move ppc40x_*reset() functions from ppc405_uc.c to ppc.c
by Thomas Huth
· 6 years ago
e688df6
Include qapi/error.h exactly where needed
by Markus Armbruster
· 7 years ago
a1063aa
ppc: spapr: replace ppc_cpu_parse_features() with cpu_parse_cpu_model()
by Igor Mammedov
· 7 years ago
44b1ff3
migration: pre_save return int
by Dr. David Alan Gilbert
· 7 years ago
2e886fb
ppc: spapr: Make VCPU ID handling private to SPAPR
by Sam Bobroff
· 8 years ago
81210c2
ppc: spapr: Rename cpu_dt_id to vcpu_id
by Sam Bobroff
· 8 years ago
cf83f14
shutdown: Add source information to SHUTDOWN and RESET
by Eric Blake
· 8 years ago
8d04fb5
tcg: drop global lock during TCG code execution
by Jan Kiszka
· 8 years ago
42043e4
spapr: clock should count only if vm is running
by Laurent Vivier
· 8 years ago
d9d6e78
ppc: Remove unused function cpu_ppc601_rtc_init()
by Thomas Huth
· 8 years ago
e703d2f
ppc: parse cpu features once
by Greg Kurz
· 9 years ago
4b236b6
ppc: Initial HDEC support
by Benjamin Herrenschmidt
· 9 years ago
a2c5eaf
ppc: Remove a potential overflow in muldiv64()
by Laurent Vivier
· 9 years ago
aa5a9e2
ppc: use PowerPCCPU instead of CPUPPCState
by Paolo Bonzini
· 9 years ago
73bcb24
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
by Rutuja Shah
· 9 years ago
4771d75
hw: explicitly include qemu-common.h and cpu.h
by Paolo Bonzini
· 9 years ago
0d75590
ppc: Clean up includes
by Peter Maydell
· 9 years ago
4a7428c
s/cpu_get_real_ticks/cpu_get_host_ticks/
by Christopher Covington
· 9 years ago
13566fe
timer: rename NSEC_PER_SEC due to Mac OS X header clash
by Stefan Hajnoczi
· 10 years ago
e0cf11f
timer: Use a single definition of NSEC_PER_SEC for the whole codebase
by Alberto Garcia
· 10 years ago
3168824
m48t59: let init functions return a Nvram object
by Hervé Poussineau
· 10 years ago
77bad15
ppc: do not use get_clock_realtime()
by Paolo Bonzini
· 10 years ago
98a8b52
spapr: Add support for time base offset migration
by Alexey Kardashevskiy
· 11 years ago
e81a982
PPC: Clean up DECR implementation
by Alexander Graf
· 11 years ago
a1f7f97
hw/ppc: Avoid shifting left into sign bit
by Peter Maydell
· 11 years ago
0ce470c
target-ppc: add PowerPCCPU::cpu_dt_id
by Alexey Kardashevskiy
· 11 years ago
1246b25
misc: Replace 'struct QEMUTimer' by 'QEMUTimer'
by Stefan Weil
· 11 years ago
bdc4464
cpu: Use QTAILQ for CPU list
by Andreas Färber
· 12 years ago
bc72ad6
aio / timers: Switch entire codebase to the new timer API
by Alex Bligh
· 12 years ago
2b92757
intc/openpic: Build openpic only once
by Andreas Färber
· 12 years ago
182735e
cpu: Make first_cpu and next_cpu CPUState
by Andreas Färber
· 12 years ago
0d09e41
hw: move headers to include/
by Paolo Bonzini
· 12 years ago
c3affe5
cpu: Pass CPUState to cpu_interrupt()
by Andreas Färber
· 12 years ago
d8ed887
exec: Pass CPUState to cpu_reset_interrupt()
by Andreas Färber
· 12 years ago
259186a
cpu: Move halted and interrupt_request fields to CPUState
by Andreas Färber
· 12 years ago
5301821
hw: move boards and other isolated files to hw/ARCH
by Paolo Bonzini
· 12 years ago
[Renamed from hw/ppc.c]
83c9f4c
hw: include hw header files with full paths
by Paolo Bonzini
· 12 years ago
f3273ba
ppc405_uc: Pass PowerPCCPU to ppc40x_{core,chip,system}_reset()
by Andreas Färber
· 12 years ago
24537a0
qemu-log: Rename the public-facing cpu_set_log function to qemu_set_log
by Peter Maydell
· 12 years ago
5b95b8b
PPC: KVM: Add support for EPR with KVM
by Alexander Graf
· 12 years ago
e49798b
openpic: export e500 epr enable into a ppc.c function
by Alexander Graf
· 12 years ago
501a7ce
Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu
by Andreas Färber
· 12 years ago
50c680f
ppc: Pass PowerPCCPU to [h]decr timer callbacks
by Andreas Färber
· 12 years ago
7e0a924
ppc: Pass PowerPCCPU to [h]decr callbacks
by Andreas Färber
· 12 years ago
7058581
ppc: Pass PowerPCCPU to ppc_set_irq()
by Andreas Färber
· 12 years ago
1bc2265
kvm: Pass CPUState to kvm_vcpu_ioctl()
by Andreas Färber
· 12 years ago
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
ef84755
Merge branch 'trivial-patches' of git://github.com/stefanha/qemu
by Blue Swirl
· 12 years ago
4344829
ppc: add missing static
by Blue Swirl
· 12 years ago
c08d742
cpus: Pass CPUState to qemu_cpu_kick()
by Andreas Färber
· 13 years ago
a096124
ppc: Pass PowerPCCPU to {ppc6xx,ppc970,power7,ppc40x,ppce500}_set_irq()
by Andreas Färber
· 13 years ago
e2684c0
ppc hw/: Don't use CPUState
by Andreas Färber
· 13 years ago
fc0b2c0
PPC: 405: Use proper CPU reset
by Alexander Graf
· 13 years ago
3a93113
fix typo: delete redundant semicolon
by Dong Xu Wang
· 13 years ago
55f7d4b
ppc: Avoid decrementer related kvm exits
by David Gibson
· 13 years ago
ddd1055
PPC: booke timers
by Fabien Chouteau
· 14 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 14 years ago
90dc881
monitor: add PPC BookE SPRs
by Scott Wood
· 14 years ago
8b2715a
ppc: remove a write-only variable
by Blue Swirl
· 14 years ago
9d52e90
Add POWER7 support for ppc
by David Gibson
· 14 years ago
7447545
change all other clock references to use nanosecond resolution accessors
by Paolo Bonzini
· 14 years ago
94ad5b0
always qemu_cpu_kick after unhalting a cpu
by Paolo Bonzini
· 14 years ago
d63cb48
powerpc: Make the decr interrupt type overridable
by Edgar E. Iglesias
· 14 years ago
fc87e18
KVM: PPC: Add level based interrupt logic
by Alexander Graf
· 15 years ago
3d78499
target-ppc: remove dead code
by Thomas Monjalon
· 15 years ago
73b0196
PPC: Make DCR uint32_t
by Alexander Graf
· 15 years ago
b711de9
PPC64: Fix alternate timebase
by Aurelien Jarno
· 15 years ago
e3ea652
PPC64: Fix timebase
by Alexander Graf
· 15 years ago
d84bda4
PPC: rename cpu_ppc_reset to cpu_reset for consistency
by Blue Swirl
· 15 years ago
3c178e7
rom loader: fix sparc -kernel boot.
by Gerd Hoffmann
· 15 years ago
c227f09
Revert "Get rid of _t suffix"
by Anthony Liguori
· 15 years ago
99a0949
Get rid of _t suffix
by malc
· 15 years ago
ca20cf3
Compile loader only once
by Blue Swirl
· 15 years ago
6ee093c
Unexport ticks_per_sec variable. Create get_ticks_per_sec() function
by Juan Quintela
· 16 years ago
90e189e
Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plx
by Blue Swirl
· 16 years ago
636aa20
Replace always_inline with inline
by Blue Swirl
· 16 years ago
Next »